Compass and map HUD display modes properly skip or draw
Minor key count refactor, count HC and Sewers as both in all cases
This commit is contained in:
@@ -379,7 +379,7 @@ AddInventory:
|
||||
LDX.b #$02
|
||||
JSR .incrementMail
|
||||
+ CPY.b #$24 : BNE + ; Small Key
|
||||
JSR .incrementKey
|
||||
JSR .incrementVanillaKey
|
||||
JMP .done
|
||||
+ CPY.b #$25 : BNE + ; Compass
|
||||
JSL MaybeFlagCompassTotalPickup
|
||||
@@ -615,6 +615,10 @@ RTS
|
||||
JSR .incrementKey
|
||||
RTL
|
||||
|
||||
.incrementVanillaKey
|
||||
LDA.l SmallKeyCounter : INC : STA.l SmallKeyCounter
|
||||
JSL.l UpdateKeys
|
||||
|
||||
.incrementKey
|
||||
LDA.l SmallKeyCounter : INC : STA.l SmallKeyCounter
|
||||
RTS
|
||||
|
||||
Reference in New Issue
Block a user