From 8900eb7ad06931b78dcb91e0c2e7db583090aa06 Mon Sep 17 00:00:00 2001 From: jd-0 <44876081+jd-0@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:07:01 -0700 Subject: 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} --- constants/wram_constants.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'constants') 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 -- cgit v1.2.3