Fix duplicate hooks.
Also simplify the LoadNarrowObject Hook, and correct the hook location comment for it.
This commit is contained in:
@@ -93,10 +93,8 @@ IsMedallion:
|
||||
RTL
|
||||
;--------------------------------------------------------------------------------
|
||||
LoadNarrowObject:
|
||||
LDA AddReceivedItemExpanded_wide_item_flag, X : STA ($92), Y ; AddReceiveItem.wide_item_flag? ; LDA.b #$00 : STA ($92), Y in the japanese version
|
||||
PLY
|
||||
;JSL.l DrawNarrowDroppedObject
|
||||
JML.l LoadNarrowObjectReturn
|
||||
LDA AddReceivedItemExpanded_wide_item_flag, X : STA ($92), Y ; AddReceiveItem.wide_item_flag?
|
||||
RTL
|
||||
;--------------------------------------------------------------------------------
|
||||
DrawNarrowDroppedObject:
|
||||
; If it's a 16x16 sprite, we'll only draw one, otherwise we'll end up drawing
|
||||
|
||||
Reference in New Issue
Block a user