mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Purchase/Inventory titles added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user