diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-12 23:36:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:36:56 -0700 |
| commit | bcfca2e267a6ee023271d90e27e4a7fde06f66fc (patch) | |
| tree | 1634bd88b2aab601344a6bdbf8e6a9ec7a3c62c2 /engine/cable_club.asm | |
| parent | named wram variables (diff) | |
| download | pokeyellow-bcfca2e267a6ee023271d90e27e4a7fde06f66fc.tar.gz pokeyellow-bcfca2e267a6ee023271d90e27e4a7fde06f66fc.tar.xz pokeyellow-bcfca2e267a6ee023271d90e27e4a7fde06f66fc.zip | |
movemon and removepokemon wram variables
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index be403fa6..c115ed4a 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -793,7 +793,7 @@ TradeCenter_Trade: ld a, [hl] ld [wTradedPlayerMonSpecies], a xor a - ld [wcf95], a + ld [wRemoveMonFromBox], a call RemovePokemon ld a, [wTradingWhichEnemyMon] ld c, a |
