diff options
author | yenatch <yenatch@gmail.com> | 2018-02-25 20:12:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 20:12:59 -0500 |
commit | f44f306cfd4b438d0ba2f56b61be4b118ef3274b (patch) | |
tree | b7444d7ddc95703ef9e3a2f5a2f14c21664bb8f8 /engine/mail.asm | |
parent | f404af8a4326e4cc632a3810ff77a013c1d3e24f (diff) | |
parent | 3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff) |
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'engine/mail.asm')
-rwxr-xr-x | engine/mail.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/mail.asm b/engine/mail.asm index c1a2db5aa..a8e9bd2c5 100755 --- a/engine/mail.asm +++ b/engine/mail.asm @@ -175,7 +175,7 @@ CheckPokeItem:: ; 44654 farcall CheckCurPartyMonFainted ld a, POKEMAIL_LAST_MON jr c, .close_sram_return - xor a + xor a ; REMOVE_PARTY ld [wPokemonWithdrawDepositParameter], a farcall RemoveMonFromPartyOrBox ld a, POKEMAIL_CORRECT |