summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-14 22:33:23 -0700
committeryenatch <yenatch@gmail.com>2014-06-14 22:35:00 -0700
commitdb2760267983aa680d58762b6acdd39a53f7f948 (patch)
treed8903f31e3dfc29586544afece8a671d89c03abb /wram.asm
parente6271ca450ea051de57a666868061f94a0a679ed (diff)
Name and comment the trainer party reader.
Reads the contents of trainers/trainers.asm.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 49746cff6..1d535d851 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1170,12 +1170,14 @@ OTPartyCount:: ds 1 ; d280
OTPartySpecies:: ds PARTY_LENGTH ; d281
OTPartyEnd:: ds 1
+OTPartyMons::
OTPartyMon1:: party_struct OTPartyMon1 ; d288
OTPartyMon2:: party_struct OTPartyMon2 ; d2b8
OTPartyMon3:: party_struct OTPartyMon3 ; d2e8
OTPartyMon4:: party_struct OTPartyMon4 ; d318
OTPartyMon5:: party_struct OTPartyMon5 ; d348
OTPartyMon6:: party_struct OTPartyMon6 ; d378
+OTPartyMonsEnd::
OTPartyMonOT:: ds NAME_LENGTH * PARTY_LENGTH ; d3a8
OTPartyMonNicknames:: ds PKMN_NAME_LENGTH * PARTY_LENGTH ; d3ea