summaryrefslogtreecommitdiff
path: root/engine/events/poisonstep_pals.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/poisonstep_pals.asm')
-rw-r--r--engine/events/poisonstep_pals.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/poisonstep_pals.asm b/engine/events/poisonstep_pals.asm
index 8eb8734f6..2cca433e5 100644
--- a/engine/events/poisonstep_pals.asm
+++ b/engine/events/poisonstep_pals.asm
@@ -1,4 +1,4 @@
-LoadPoisonBGPals: ; cbcdd
+Predef_LoadPoisonBGPals: ; cbcdd
call .LoadPals
ld a, [hCGB]
and a
@@ -20,7 +20,7 @@ LoadPoisonBGPals: ; cbcdd
call DmgToCgbBGPals
ld c, 4
call DelayFrames
- farcall _Special_UpdateTimePals
+ farcall _UpdateTimePals
ret
.cgb
@@ -44,5 +44,5 @@ LoadPoisonBGPals: ; cbcdd
ld [hCGBPalUpdate], a
ld c, 4
call DelayFrames
- farcall _Special_UpdateTimePals
+ farcall _UpdateTimePals
ret