diff --git a/mockingboard/ksp_theme_6ch.s b/mockingboard/ksp_theme_6ch.s index fdef0b54..fa1beb0f 100644 --- a/mockingboard/ksp_theme_6ch.s +++ b/mockingboard/ksp_theme_6ch.s @@ -63,9 +63,9 @@ mockingboard_found: ; load pointer to the music ;=========================== - lda #ksptheme + lda #>ksp_theme sta INH lda (INL),Y ; read in frame delay diff --git a/mockingboard/ksp_theme_compressed.inc b/mockingboard/ksp_theme_compressed.inc index 156b5416..dc1f58b1 100644 --- a/mockingboard/ksp_theme_compressed.inc +++ b/mockingboard/ksp_theme_compressed.inc @@ -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 diff --git a/mockingboard/ksp_theme_compressed.s b/mockingboard/ksp_theme_compressed.s index c040eb66..fed398fa 100644 --- a/mockingboard/ksp_theme_compressed.s +++ b/mockingboard/ksp_theme_compressed.s @@ -56,9 +56,9 @@ mockingboard_found: ; load pointer to the music ;=========================== - lda #ksptheme + lda #>ksp_theme sta INH new_frame: