summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:43 -0400
commit91774f206e97d67cb8f16f5afeec03ce9c7e28ca (patch)
tree1a35d65d390633fa2d8c14618ecf99d97b776e59 /wram.asm
parent98af69691d8994b07c19ef4e86f3f903da6091ed (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm15
1 files changed, 12 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index f353f6171..ac2101b08 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2053,6 +2053,7 @@ wWhichHPBar::
; 1: Player
; 2: Party Menu
db
+
wPokemonWithdrawDepositParameter::
; 0: Take from PC
; 1: Put into PC
@@ -2077,7 +2078,9 @@ wItemAttributeParamBuffer:: db
wCurPartyLevel:: db
-wScrollingMenuListSize:: dw
+wScrollingMenuListSize:: db
+
+ ds 1
; used when following a map warp
wNextWarp:: db
@@ -2409,6 +2412,7 @@ wScriptTextAddr::
ds 1
wWildEncounterCooldown:: db
wXYComparePointer:: dw
+
ds 4
wBattleScriptFlags:: dw
@@ -2422,14 +2426,20 @@ wPlayerSpriteSetupFlags::
wMapReentryScriptQueueFlag:: db
wMapReentryScriptBank:: db
wMapReentryScriptAddress:: dw
+
ds 4
+
wTimeCyclesSinceLastCall:: db
wReceiveCallDelay_MinsRemaining:: db
wReceiveCallDelay_StartTime:: ds 3
+
ds 3
+
wBugContestMinsRemaining:: db
wBugContestSecsRemaining:: db
+
ds 2
+
wMapStatusEnd::
ds 2
@@ -2452,8 +2462,7 @@ wd479:: ds 2
wGameData::
wPlayerData::
-wPlayerID::
- dw
+wPlayerID:: dw
wPlayerName:: ds NAME_LENGTH
wMomsName:: ds NAME_LENGTH