aboutsummaryrefslogtreecommitdiffstats
path: root/home/play_time.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-07 14:36:55 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-07 14:36:55 -0400
commit51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7 (patch)
tree2d6066a2bc993d95ba6e50dca1209692c3ace142 /home/play_time.asm
parentMore bank3f code. (diff)
downloadpokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.tar.gz
pokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.tar.xz
pokeyellow-51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7.zip
Fixed many homebank functions.
Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
Diffstat (limited to 'home/play_time.asm')
-rw-r--r--home/play_time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/play_time.asm b/home/play_time.asm
index 16802f7e..3d605a57 100644
--- a/home/play_time.asm
+++ b/home/play_time.asm
@@ -46,7 +46,7 @@ TrackPlayTime: ; 1ef5 (0:1ef5)
ld [W_PLAYTIMEMINUTES], a
ret
-CountDownIgnoreInputBitReset: ; 18e36 (6:4e36)
+CountDownIgnoreInputBitReset: ; 1f54 (0:1f54)
ld a, [wIgnoreInputCounter]
and a
jr nz, .asm_1f5e