Fix bowser flame init

This commit is contained in:
Lucas Scharenbroich 2023-06-05 17:46:23 -05:00
parent 552f32f917
commit d36e221080

View File

@ -8848,6 +8848,7 @@ InitBowserFlame
ora #Sfx_BowserFlame ;load bowser's flame sound into queue
sta NoiseSoundQueue
ldy BowserFront_Offset ;get bowser's buffer offset
; lda Enemy_ID,y ;check for bowser
phx
tyx
@ -8904,7 +8905,7 @@ SpawnFromMouth
sec
sbc #$0e
ldx GTE_TMP
lda Enemy_X_Position,x
sta Enemy_X_Position,x
pla
sta Enemy_PageLoc,x
pla