Events: Fix unusable infinite bombs with empty inventory

This commit is contained in:
Bonta
2021-06-20 12:40:09 +02:00
parent 14844400b3
commit d3db31b05e
3 changed files with 19 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ StoreBombCount:
.finite
PLA : STA $7EF343
RTL
SearchForEquippedItem:
LDA !INFINITE_BOMBS : BEQ +
LDA.b #$01 : LDX.b #$00 : RTL
+
LDA $7EF340 ; thing we wrote over
RTL
!INFINITE_ARROWS = "$7F50C8"
DecrementArrows: