summaryrefslogtreecommitdiff
path: root/engine/warp_connection.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-14 20:06:41 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-14 20:06:41 -0500
commit6e257bc7cdab3249cc8fbdf4c808f0ebc442022e (patch)
treee95666a37642f3ebc1e9b03dbd6d9126e13a799f /engine/warp_connection.asm
parentc635e30777ba57e3fd4249862fd562936d0d47bd (diff)
mystery gift, credits
Diffstat (limited to 'engine/warp_connection.asm')
-rwxr-xr-xengine/warp_connection.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/warp_connection.asm b/engine/warp_connection.asm
index 7ea596637..62f81d6e5 100755
--- a/engine/warp_connection.asm
+++ b/engine/warp_connection.asm
@@ -7,13 +7,12 @@ RunCallback_05_03: ; 1045b0
call ResetBikeFlags
ld a, $5
call RunMapCallback
-
RunCallback_03: ; 1045c4
callba ClearCmdQueue
ld a, $3
call RunMapCallback
call GetMapHeaderTimeOfDayNybble
- ld [wc2d0], a
+ ld [wMapTimeOfDay], a
ret