diff options
Diffstat (limited to 'engine/events/npc_trade.asm')
-rwxr-xr-x | engine/events/npc_trade.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/npc_trade.asm b/engine/events/npc_trade.asm index 7264c310d..d3991a28c 100755 --- a/engine/events/npc_trade.asm +++ b/engine/events/npc_trade.asm @@ -185,8 +185,8 @@ DoNPCTrade: ; fcc63 ld a, [wOTTrademonSpecies] ld [wCurPartySpecies], a xor a - ld [wMonType], a - ld [wPokemonWithdrawDepositParameter], a + ld [wMonType], a ; PARTYMON + ld [wPokemonWithdrawDepositParameter], a ; REMOVE_PARTY callfar RemoveMonFromPartyOrBox predef TryAddMonToParty |