summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-13 00:39:41 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-13 00:39:41 -0500
commit7cc2571529d6b3f5ffcbb71c62fab31b27ba224a (patch)
tree5cbe6fe9dede21bd7dc26104a6a937aa7989f78a /wram.asm
parent2ed6c357af335a1df33932383c00375b799300b2 (diff)
Finish function labels in battle core
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index ce781b51d..747fc58aa 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2173,8 +2173,8 @@ wd271:: ds 5
; SECTION "Enemy Party", WRAMX, BANK [1]
-OTPlayerName:: ds NAME_LENGTH
-OTPlayerID:: ds 2
+OTPlayerName:: ds NAME_LENGTH ; d26b
+OTPlayerID:: ds 2 ; d276
ds 8
OTPartyCount:: ds 1 ; d280
OTPartySpecies:: ds PARTY_LENGTH ; d281