You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user