From 8afbdc1c83e1d96802b8cf35f7dd1b03fa2908f7 Mon Sep 17 00:00:00 2001 From: Andrew Martinek Date: Tue, 29 Dec 2020 22:54:39 -0500 Subject: add various requested changes --- src/constants/script_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants/script_constants.asm') diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index ffdd0c6..9f37375 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -138,7 +138,7 @@ IMAKUNI_SCIENCE_CLUB EQU 1 IMAKUNI_LIGHTNING_CLUB EQU 2 IMAKUNI_WATER_CLUB EQU 3 -NO_JUMP EQU $0000 +NULL EQU $0000 NORTH EQU $00 EAST EQU $01 -- cgit v1.2.3