Use proper constant for battle stats (#1088)
This commit is contained in:
@@ -6404,7 +6404,7 @@ LoadEnemyMon:
|
|||||||
|
|
||||||
ld hl, wEnemyMonStats
|
ld hl, wEnemyMonStats
|
||||||
ld de, wEnemyStats
|
ld de, wEnemyStats
|
||||||
ld bc, NUM_EXP_STATS * 2
|
ld bc, NUM_BATTLE_STATS * 2
|
||||||
call CopyBytes
|
call CopyBytes
|
||||||
|
|
||||||
; BUG: PRZ and BRN stat reductions don't apply to switched Pokémon (see docs/bugs_and_glitches.md)
|
; BUG: PRZ and BRN stat reductions don't apply to switched Pokémon (see docs/bugs_and_glitches.md)
|
||||||
|
Reference in New Issue
Block a user