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/in_game_trades.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/in_game_trades.asm')
| -rwxr-xr-x | engine/in_game_trades.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/in_game_trades.asm b/engine/in_game_trades.asm index 32b55002..3594a26e 100755 --- a/engine/in_game_trades.asm +++ b/engine/in_game_trades.asm @@ -131,7 +131,7 @@ InGameTrade_DoTrade: ; 71c07 (1c:5c07) ld [wcf91],a xor a ld [wcc49],a - ld [wcf95],a + ld [wRemoveMonFromBox],a call RemovePokemon ld a,$80 ld [wcc49],a |
