summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-09-20 16:01:29 -0400
committerGitHub <noreply@github.com>2020-09-20 16:01:29 -0400
commit0688c8c43a3db800a7af4b69a2efea229cf31ec5 (patch)
treea08cd946f4b421f2d25e246df3d6d3375dc5ea05 /constants
parente789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff)
parent8900eb7ad06931b78dcb91e0c2e7db583090aa06 (diff)
Merge pull request #72 from jd-0/master
Remove address comments
Diffstat (limited to 'constants')
-rw-r--r--constants/wram_constants.asm6
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