diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-07 14:36:55 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-07 14:36:55 -0400 |
| commit | 51c3bd8b762c7c7412b44472f7dd4aac2cc11ef7 (patch) | |
| tree | 2d6066a2bc993d95ba6e50dca1209692c3ace142 /home/play_time.asm | |
| parent | More bank3f code. (diff) | |
| download | pokeyellow-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.asm | 2 |
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 |
