Fix bee damage

This commit is contained in:
2021-12-27 14:04:20 -08:00
parent 8c6d2ac26d
commit 8ffef89fb8

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