Add SongFlag symbol

This commit is contained in:
scawful
2025-01-19 13:04:50 -05:00
parent 07317bf238
commit a00c78d9f0
8 changed files with 22 additions and 24 deletions

View File

@@ -32,8 +32,6 @@
%Set_Sprite_Properties(Sprite_PolsVoice_Prep, Sprite_PolsVoice_Long)
; =========================================================
Sprite_PolsVoice_Long:
{
PHB : PHK : PLB
@@ -46,8 +44,6 @@ Sprite_PolsVoice_Long:
RTL
}
; =========================================================
Sprite_PolsVoice_Prep:
{
PHB : PHK : PLB
@@ -58,8 +54,6 @@ Sprite_PolsVoice_Prep:
RTL
}
; =========================================================
Sprite_PolsVoice_Main:
{
JSR PolsVoice_CheckForFluteSong
@@ -132,7 +126,7 @@ Sprite_PolsVoice_Main:
PolsVoice_CheckForFluteSong:
{
; If the player plays the flute
LDA $FE : BEQ +
LDA SongFlag : BEQ +
LDA.b #$03 : STA.w SprState, X
+
RTS