mockingboard: make names of music file labels more similar

This commit is contained in:
Vince Weaver 2018-02-08 01:30:15 -05:00
parent aad8661c3c
commit e8c1942c63
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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: