diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm index f42fe3c55..d136b33e2 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -4945,7 +4945,7 @@ PrintPlayerHUD: ; 3dfbf push af push hl ld de, BattleMonStatus - predef Function50d2e + predef PlaceNonFaintStatus pop hl pop bc ret nz @@ -5024,7 +5024,7 @@ DrawEnemyHUD: ; 3e043 push af push hl ld de, EnemyMonStatus - predef Function50d2e + predef PlaceNonFaintStatus pop hl pop bc jr nz, .asm_3e0be |