Make existing code compatible with asar

This commit is contained in:
qwertymodo
2019-11-17 15:20:57 -08:00
parent 762cd5344d
commit 768fbad245
15 changed files with 70 additions and 65 deletions

View File

@@ -95,7 +95,7 @@ IsMedallion:
RTL
;--------------------------------------------------------------------------------
LoadNarrowObject:
LDA AddReceivedItemExpanded_wide_item_flag, X : STA ($92), Y ; AddReceiveItem.wide_item_flag?
LDA.l AddReceivedItemExpanded_wide_item_flag, X : STA ($92), Y ; AddReceiveItem.wide_item_flag?
RTL
;--------------------------------------------------------------------------------
DrawNarrowDroppedObject:
@@ -115,7 +115,7 @@ DrawNarrowDroppedObject:
; always use the same character graphic (0x34)
LDA.b #$34 : STA ($90), Y : INY
LDA AddReceivedItemExpanded_properties, X : BPL .valid_lower_properties
LDA.l AddReceivedItemExpanded_properties, X : BPL .valid_lower_properties
LDA $74