diff options
author | yenatch <yenatch@gmail.com> | 2017-12-30 21:12:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-30 21:12:53 -0500 |
commit | 93916b5536e028d7a50b9b65618aba25be3e8006 (patch) | |
tree | 4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /constants/map_setup_constants.asm | |
parent | 9f017cbab8e6856680c35278829c6388e9fdf697 (diff) | |
parent | 2a7ba6685afac73b824f611bbff228ff73cc51da (diff) |
Merge pull request #449 from xCrystal/master
Misc labeling and cleaning up
Diffstat (limited to 'constants/map_setup_constants.asm')
-rw-r--r-- | constants/map_setup_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm index 20448f2fb..d9abd6e9b 100644 --- a/constants/map_setup_constants.asm +++ b/constants/map_setup_constants.asm @@ -1,6 +1,6 @@ ; hMapEntryMethod values ; MapSetupScripts indexes (see data/maps/setup_scripts.asm) -const_value SET $f1 +const_value set $f1 const MAPSETUP_WARP ; f1 const MAPSETUP_CONTINUE ; f2 const MAPSETUP_RELOADMAP ; f3 @@ -67,7 +67,7 @@ const_value SET $f1 map_end EQU -1 ; callback types -const_value SET 1 +const_value set 1 const MAPCALLBACK_TILES const MAPCALLBACK_OBJECTS const MAPCALLBACK_CMDQUEUE |