summaryrefslogtreecommitdiff
path: root/engine/time.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-01 15:35:28 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-01 15:35:28 -0500
commitffbf2c0f5d28c05c14f67a3cfb123d37157c2ef9 (patch)
tree5c22618a2e1324b1adcfafbe90d47f9230492999 /engine/time.asm
parent6b33a8d155b7d3d6d7738ad2bcaa33c7983b3fce (diff)
More animations including cutting grass
Diffstat (limited to 'engine/time.asm')
-rwxr-xr-xengine/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/time.asm b/engine/time.asm
index fce01ffac..f4eee4b17 100755
--- a/engine/time.asm
+++ b/engine/time.asm
@@ -118,7 +118,7 @@ endr
rept 4
ld [hli], a
endr
- ld hl, wdc58
+ ld hl, wKenjiBreakTimer
ld a, [hl]
and a
jr z, .RestartKenjiBreakCountdown
@@ -137,7 +137,7 @@ Special_SampleKenjiBreakCountdown: ; 11485
call Random
and 3
add 3
- ld [wdc58], a
+ ld [wKenjiBreakTimer], a
ret
; 11490