mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-07-24 16:24:28 +00:00
mockingboard: make names of music file labels more similar
This commit is contained in:
@@ -63,9 +63,9 @@ mockingboard_found:
|
||||
; load pointer to the music
|
||||
;===========================
|
||||
|
||||
lda #<ksptheme
|
||||
lda #<ksp_theme
|
||||
sta INL
|
||||
lda #>ksptheme
|
||||
lda #>ksp_theme
|
||||
sta INH
|
||||
|
||||
lda (INL),Y ; read in frame delay
|
||||
|
@@ -7,7 +7,7 @@
|
||||
; Author name: Felipe Falanghe
|
||||
; Comment: Tracked by Vince Weaver
|
||||
|
||||
ksptheme:
|
||||
ksp_theme:
|
||||
|
||||
.byte $01,$80,$38,$00 ; 00000
|
||||
.byte $01,$35,$BD,$EE,$DD,$01,$07,$0D,$0D,$0D ; 00096
|
||||
|
@@ -56,9 +56,9 @@ mockingboard_found:
|
||||
; load pointer to the music
|
||||
;===========================
|
||||
|
||||
lda #<ksptheme
|
||||
lda #<ksp_theme
|
||||
sta INL
|
||||
lda #>ksptheme
|
||||
lda #>ksp_theme
|
||||
sta INH
|
||||
|
||||
new_frame:
|
||||
|
Reference in New Issue
Block a user