add sfx to floor puzzles

This commit is contained in:
scawful
2024-07-08 10:50:09 -04:00
parent 176a54abda
commit 5c0c1cd1be

View File

@@ -84,6 +84,7 @@ update_star_tile:
LDA.b #$01
STA.b $14
LDA.b #$0C : STA.w $012F
REP #$30
RTS
}
@@ -99,6 +100,8 @@ update_red_star_tile:
LDA.b #$01
STA.b $14
LDA.b #$3C : STA.w $012E
REP #$30
RTS
}
@@ -327,4 +330,5 @@ SearchToRedStar:
BRA --
}
print "End of floor_puzzle.asm ", pc
pushpc