summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-17 20:49:34 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-17 21:26:38 -0400
commit52605b764a6ecfb781ca9e70d51dad909dabe7c3 (patch)
tree5c5f94165c373acdab98443004131d31d937b01a /wram.asm
parentf53d65c536096213b6826765f81a0f436c88fe72 (diff)
Add commented numbers to map/group constants
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index b0f67d644..1da920859 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1872,15 +1872,14 @@ TimeOfDay:: ; d269
ds 1
ds 1
+SECTION "Enemy Party", WRAMX, BANK [1]
+OTPlayerName::
wd26b:: ds 1
wd26c:: ds 1
wd26d:: ds 4
wd271:: ds 5
wd276:: ds 10
-
-SECTION "Enemy Party", WRAMX, BANK [1]
-
OTPartyCount:: ds 1 ; d280
OTPartySpecies:: ds PARTY_LENGTH ; d281
OTPartyEnd:: ds 1
@@ -2741,3 +2740,7 @@ w6_d400:: ds $200
w6_d600:: ds $600
INCLUDE "sram.asm"
+
+SECTION "WRAM 7", WRAMX, BANK [7]
+w7_d000:: ds $1000 - 1
+w7_dfff:: ds 1