aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/healing_machine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/healing_machine.asm')
-rw-r--r--engine/overworld/healing_machine.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm
index 3bd739b7..dfc6b97b 100644
--- a/engine/overworld/healing_machine.asm
+++ b/engine/overworld/healing_machine.asm
@@ -12,7 +12,7 @@ AnimateHealingMachine:
push af
ld a, $e0
ldh [rOBP1], a
- call UpdateGBCPal_OBP1
+ call UpdateCGBPal_OBP1
ld hl, wShadowOAMSprite33
ld de, PokeCenterOAMData
call CopyHealingMachineOAM
@@ -54,7 +54,7 @@ AnimateHealingMachine:
call DelayFrames
pop af
ldh [rOBP1], a
- call UpdateGBCPal_OBP1
+ call UpdateCGBPal_OBP1
pop hl
pop af
ld [hl], a
@@ -81,7 +81,7 @@ FlashSprite8Times:
ldh a, [rOBP1]
xor d
ldh [rOBP1], a
- call UpdateGBCPal_OBP1
+ call UpdateCGBPal_OBP1
ld c, 10
call DelayFrames
dec b