Fix bee damage

This commit is contained in:
2021-12-27 14:05:28 -08:00
parent 265089cedb
commit ac81fcbf0f

View File

@@ -77,7 +77,7 @@ Ganon_CheckBeeVulnerability: ; we know it's a bee
LDA #$09
BRA .done
.normal
LDA.b #$0A
LDA.b #$01
.done
JSL.l !ANCILLA_CHECK_SPRITE_DAMAGE_PRESET_CLASS
RTL