Some byte designation corrections + formatting

This commit is contained in:
codemann8
2024-04-09 15:51:05 -05:00
committed by aerinon
parent 0339e09b5d
commit d75c72f85d
24 changed files with 244 additions and 240 deletions

View File

@@ -129,7 +129,7 @@ AddReceivedItemExpanded:
STZ.w ItemReceiptID : STZ.w ItemReceiptID+1 : STZ.w ItemReceiptMethod
PHY : LDY.b #$00 : JSL AddInventory : PLY
PLX : PLA : RTL
+ PLX : PLA
+ PLX : PLA
JSR ResolveReceipt
PHB : PHK
JML AddReceivedItem+2
@@ -151,7 +151,7 @@ RTL
ItemBehavior:
REP #$30
AND.w #$00FF : ASL : TAX
AND.w #$00FF : ASL : TAX
SEP #$20
JMP (ItemReceipts_behavior,X)