Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added comments to speed shoes tempos to show what song they go with
  • Loading branch information
Clownacy committed Mar 27, 2016
1 parent 3400237 commit 0e5bb13
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion s1.sounddriver.asm
Expand Up @@ -31,7 +31,27 @@ PSG9: incbin "sound/psg/psg9.bin"
; tempos while speed shoes are active. If you don't want that, you should add
; their "correct" sped-up main tempos to the list.
; byte_71A94:
SpeedUpIndex: dc.b 7, $72, $73, $26, $15, 8, $FF, 5
SpeedUpIndex:
dc.b 7 ; GHZ
dc.b $72 ; LZ
dc.b $73 ; MZ
dc.b $26 ; SLZ
dc.b $15 ; SYY
dc.b 8 ; SBZ
dc.b $FF ; Invincibility
dc.b 5 ; Extra Life
;dc.b ? ; Special Stage
;dc.b ? ; Title Screen
;dc.b ? ; Ending
;dc.b ? ; Boss
;dc.b ? ; FZ
;dc.b ? ; Sonic Got Through
;dc.b ? ; Game Over
;dc.b ? ; Continue Screen
;dc.b ? ; Credits
;dc.b ? ; Drowning
;dc.b ? ; Get Emerald

; ---------------------------------------------------------------------------
; Music Pointers
; ---------------------------------------------------------------------------
Expand Down

0 comments on commit 0e5bb13

Please sign in to comment.