Bug: PRZ and BRN stat reductions don't apply to switched Pokémon (#1021)

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
vulcandth
2022-12-01 15:54:01 -06:00
committed by GitHub
parent c4e3f2bbc2
commit b232b4be5f
2 changed files with 20 additions and 0 deletions

View File

@@ -6407,6 +6407,7 @@ LoadEnemyMon:
ld bc, NUM_EXP_STATS * 2
call CopyBytes
; BUG: PRZ and BRN stat reductions don't apply to switched Pokémon (see docs/bugs_and_glitches.md)
ret
CheckSleepingTreeMon: