summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-21 15:39:15 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-21 15:39:15 -0400
commit93dcc8b6ebe30c0ef6b62eca228b6d75f92e8a65 (patch)
tree4a8033e7320d42259c3dcc82ab52c401edcdefb1 /wram.asm
parent7b12060e6a6c276f3c044c04f131befa28749da5 (diff)
Identify SwitchItemsInBag labels
Thanks to FIQ for having done so in Polished Crystal
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 5a0c071f4..3bae80d12 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1815,6 +1815,10 @@ NEXTU
wEarthquakeMovementDataBuffer:: ds 5
NEXTU
+; switching items in pack
+wSwitchItemBuffer:: ds 2 ; may store 1 or 2 bytes
+
+NEXTU
; miscellaneous
wTempDayOfWeek::
wApricorns::