diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/wram_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index e124e13..ff00944 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -7,7 +7,7 @@ const RIGHT ; 3 NUM_DIRECTIONS EQU const_value -; wMonType:: ; cb5a +; wMonType:: const_def const PARTYMON ; 0 const OTPARTYMON ; 1 @@ -15,14 +15,14 @@ NUM_DIRECTIONS EQU const_value const TEMPMON ; 3 const WILDMON ; 4 -; wPlayerState:: ; d95d +; wPlayerState:: PLAYER_NORMAL EQU 0 PLAYER_BIKE EQU 1 PLAYER_SKATE EQU 2 PLAYER_SURF EQU 4 PLAYER_SURF_PIKA EQU 8 -; wDebugFlags:: ; ce63 +; wDebugFlags:: const_def const DEBUG_BATTLE_F const DEBUG_FIELD_F |