Handle 16-bit GoalCounter and TotalItemCounter
Fix vanilla sword + shield item Fix how progressive items handled Clean up compasses.asm
This commit is contained in:
@@ -81,7 +81,9 @@ CheckGanonVulnerability:
|
||||
|
||||
; 05 = require goal item
|
||||
.goal_item
|
||||
LDA.l GoalCounter : CMP GoalItemRequirement
|
||||
REP #$20
|
||||
LDA.l GoalCounter : CMP.l GoalItemRequirement
|
||||
SEP #$20
|
||||
RTS
|
||||
|
||||
; 06 = light speed
|
||||
|
||||
Reference in New Issue
Block a user