summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-13 15:24:43 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-13 15:24:43 -0500
commitb683526d7041fccf8d6c74090e814e4b47698890 (patch)
tree11af29339ea0b4007eec496394721fabfa03f3a3 /wram.asm
parentc71faf165981fd39e14810604894f894bc00b803 (diff)
_RemovePokemon and _DisplayPokedex
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 4015f894..ebcc559b 100755
--- a/wram.asm
+++ b/wram.asm
@@ -423,9 +423,7 @@ wUnknownSerialCounter:: ; cc47
; 2 bytes
wEnteringCableClub:: ; cc47
- ds 1
-wcc48:: ; cc48
- ds 1
+ ds 2
wWhichTradeMonSelectionMenu:: ; cc49
; $00 = player mons
@@ -2256,6 +2254,7 @@ wPartyMon6:: party_struct wPartyMon6 ; d247
wPartyMonOT:: ds NAME_LENGTH * PARTY_LENGTH ; d273
wPartyMonNicks:: ds NAME_LENGTH * PARTY_LENGTH ; d2b5
+wPartyMonNicksEnd::
wPartyDataEnd::