diff options
| author | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
|---|---|---|
| committer | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
| commit | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (patch) | |
| tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /constants | |
| parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
Remove address comments
Regex patterns used:
; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
; [0-9a-f]{1,2}:[0-9a-f]{4}
; [0-9a-f]{4,5}
;[0-9a-f]{4,5}
;[0-9a-f]{1,2}:[0-9a-f]{1,4}
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 |
