diff options
Diffstat (limited to 'engine/health.asm')
-rwxr-xr-x | engine/health.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/health.asm b/engine/health.asm index 1c926f677..0f7ba156d 100755 --- a/engine/health.asm +++ b/engine/health.asm @@ -49,7 +49,7 @@ HealPartyMon: ; c677 ld a, [hl] ld [bc], a - callba RestoreAllPP + farcall RestoreAllPP ret ComputeHPBarPixels: ; c699 |