diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
commit | c635e30777ba57e3fd4249862fd562936d0d47bd (patch) | |
tree | 7686a09931e78c5d01e43f557c3dabc60eeed6fe /constants/map_setup_constants.asm | |
parent | 8a439dbd0509d37c8d29e340a6544b3c09be4a72 (diff) |
map setup and warps
Diffstat (limited to 'constants/map_setup_constants.asm')
-rw-r--r-- | constants/map_setup_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm index cc81a15cc..f739830f0 100644 --- a/constants/map_setup_constants.asm +++ b/constants/map_setup_constants.asm @@ -61,4 +61,4 @@ const_value SET $f1 const map_keep_palettes ; 2b const map_text_scroll_off ; 2c const map_stop_script ; 2d -map_end_setup_script EQU -1 +map_end EQU -1 |