Small fixes

This commit is contained in:
cassidoxa
2023-08-22 10:18:02 -04:00
parent e2525ebdb1
commit 80f94824f4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -270,8 +270,8 @@ IncrementByOne:
TYA : ASL : TAX
LDA.w InventoryTable_stat,X : BEQ .skip
STA.b Scrap0B
SEP #$20
LDA.b #$01 : ADC.b [Scrap0B] : STA.b [Scrap0B]
SEP #$21
LDA.b #$00 : ADC.b [Scrap0B] : STA.b [Scrap0B]
.skip
SEP #$20
RTS
+1 -1
View File
@@ -429,7 +429,7 @@ ItemBehavior:
+
++
LDA.l ArrowMode : BEQ +
LDA.b #$01 : STA.l CurrentArrows
LDA.b #$01 : STA.l ArrowsFiller
+
RTS