diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 16:11:08 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 16:15:06 -0500 |
commit | 91068077f05afbbfd6571ceadada2c03ac7c8038 (patch) | |
tree | 5d3ff368c3a31c99cd1967a589403a37ee1377ff /constants/script_constants.asm | |
parent | b522b0f165b6aae278ca9b4b18bada606d4ae737 (diff) |
Further split bank 4
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 5cda66d02..c734867ea 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -45,7 +45,7 @@ const_value SET -1 const PLAYEREVENT_4 const PLAYEREVENT_WARP const PLAYEREVENT_FALL - const PLAYEREVENT_7 + const PLAYEREVENT_WHITEOUT const PLAYEREVENT_HATCH const PLAYEREVENT_9 NUM_PLAYER_EVENTS EQU const_value |