Purchase/Inventory titles added

This commit is contained in:
Pecusx
2022-08-14 17:37:06 +02:00
parent 045bdacf65
commit b6bf1532d7
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -362,6 +362,8 @@ CreateList
sta purchaseActivate,x
dex
bpl @-
; and Title
mwa #PurchaseTitle DLPurTitleAddr
; checking if we can afford buying this weapon
ldx temp
@@ -418,6 +420,8 @@ itIsInventory
sta purchaseActivate,x
dex
bpl @-
; and Title
mwa #InventoryTitle DLPurTitleAddr
ldx temp
lda TanksWeaponsTableL,y