diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 15:24:43 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 15:24:43 -0500 |
| commit | b683526d7041fccf8d6c74090e814e4b47698890 (patch) | |
| tree | 11af29339ea0b4007eec496394721fabfa03f3a3 /wram.asm | |
| parent | engine/menu/players_pc.asm (diff) | |
| download | pokeyellow-b683526d7041fccf8d6c74090e814e4b47698890.tar.gz pokeyellow-b683526d7041fccf8d6c74090e814e4b47698890.tar.xz pokeyellow-b683526d7041fccf8d6c74090e814e4b47698890.zip | |
_RemovePokemon and _DisplayPokedex
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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:: |
