summaryrefslogtreecommitdiff
path: root/engine/health.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/health.asm')
-rwxr-xr-xengine/health.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/health.asm b/engine/health.asm
index 0f7ba156d..eba75ddf4 100755
--- a/engine/health.asm
+++ b/engine/health.asm
@@ -52,7 +52,7 @@ HealPartyMon: ; c677
farcall RestoreAllPP
ret
-ComputeHPBarPixels: ; c699
+Predef_ComputeHPBarPixels: ; c699
; e = bc * (6 * 8) / de
ld a, b
or c
@@ -103,7 +103,7 @@ ComputeHPBarPixels: ; c699
ld e, 0
ret
-AnimateHPBar: ; c6e0
+Predef_AnimateHPBar: ; c6e0
call WaitBGMap
call _AnimateHPBar
call WaitBGMap