Don't lock inventory stats; temp fix for post-game progressive items
This commit is contained in:
@@ -175,7 +175,6 @@ macro BottomHalf(address)
|
|||||||
endmacro
|
endmacro
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
FullInventoryExternal:
|
FullInventoryExternal:
|
||||||
LDA.l StatsLocked : BEQ + : RTL : +
|
|
||||||
PHA : PHX : PHP : JMP AddInventory_incrementCounts
|
PHA : PHX : PHP : JMP AddInventory_incrementCounts
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
AddInventory:
|
AddInventory:
|
||||||
@@ -225,8 +224,6 @@ AddInventory:
|
|||||||
+
|
+
|
||||||
|
|
||||||
.incrementCounts
|
.incrementCounts
|
||||||
LDA.l StatsLocked : BEQ + : JMP .done : +
|
|
||||||
|
|
||||||
; don't count any of this stuff
|
; don't count any of this stuff
|
||||||
CPY.b #$20 : BNE + : JMP .itemCounts : + ; Crystal
|
CPY.b #$20 : BNE + : JMP .itemCounts : + ; Crystal
|
||||||
CPY.b #$26 : BNE + : JMP .itemCounts : + ; Heart Piece Completion Heart
|
CPY.b #$26 : BNE + : JMP .itemCounts : + ; Heart Piece Completion Heart
|
||||||
|
|||||||
Reference in New Issue
Block a user