diff options
Diffstat (limited to 'event/poisonstep_pals.asm')
-rw-r--r-- | event/poisonstep_pals.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/poisonstep_pals.asm b/event/poisonstep_pals.asm index c556ba498..8930d4c5d 100644 --- a/event/poisonstep_pals.asm +++ b/event/poisonstep_pals.asm @@ -20,7 +20,7 @@ LoadPoisonBGPals: ; cbcdd call DmgToCgbBGPals ld c, 4 call DelayFrames - callba _UpdateTimePals + farcall _UpdateTimePals ret .cgb @@ -44,5 +44,5 @@ LoadPoisonBGPals: ; cbcdd ld [hCGBPalUpdate], a ld c, 4 call DelayFrames - callba _UpdateTimePals + farcall _UpdateTimePals ret |