tiny_tracker: found 5 more bytes

This commit is contained in:
Vince Weaver 2022-01-19 00:01:08 -05:00
parent 59971b085c
commit ba0588c037
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
; ay buffer over-write the init code
; 247 bytes -- count on X always being $FF when hit delay
; 246 bytes -- make SONG_COUNTDOWN self-modify code
; 241 bytes -- forgot we didn't need to init volume in play_frame anymore
.zeropage
;.globalzp rot_smc
@ -96,7 +97,7 @@ inner_wait:
; pad so starts at $80
.byte $00,$00,$00,$00
.byte $00,$00,$00,$00,$00
; music
.include "mA2E_2.s"