Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox
It takes a clearly different parameter, completely unrelated and different in function to PC_DEPOSIT and PC_WITHDRAW.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user