summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-26 23:35:11 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-26 23:35:11 -0400
commitccd5c4b99ae3b8fd9f9aa601db1afdbf0d266b00 (patch)
tree2e2032819293988a5bf3b2ad763126a4b7ac610d /engine/events
parentd53f3afe500ad9e92f18a7e6de77982928a6061f (diff)
More overworld code cleanup.
Diffstat (limited to 'engine/events')
-rwxr-xr-xengine/events/specials.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/specials.asm b/engine/events/specials.asm
index 53b8ee5b..c3d2f9ad 100755
--- a/engine/events/specials.asm
+++ b/engine/events/specials.asm
@@ -404,7 +404,7 @@ Functionc53c: ; c53c (3:453c)
ret
UnusedCheckUnusedTwoDayTimer: ; c549 (3:4549)
- farcall Function118f8
+ farcall CheckUnusedTwoDayTimer
ld a, [wUnusedTwoDayTimer]
ld [wScriptVar], a
ret
@@ -445,13 +445,13 @@ CheckPokerus: ; c588 (3:4588)
jp Functionc53c
ResetLuckyNumberShowFlag: ; c591 (3:4591)
- farcall Function11917
+ farcall RestartLuckyNumberCountdown
ClearFlag ENGINE_LUCKY_NUMBER_SHOW
farcall LoadOrRegenerateLuckyIDNumber
ret
CheckLuckyNumberShowFlag: ; c5a3 (3:45a3)
- farcall Function1192e
+ farcall _CheckLuckyNumberShowFlag
jp Functionc53c
CountUnown: ; c5ac (3:45ac)