Merge branch 'DRUnstable' into OWMain

This commit is contained in:
codemann8
2025-12-09 09:23:48 -06:00
4 changed files with 8 additions and 4 deletions

View File

@@ -266,6 +266,7 @@ ConvertToDisplay2:
CountAbsorbedKeys:
PHA : PHX
LDA.l StandingItemsOn : BEQ .count_it
LDA.w SpawnedItemKeyCounted : BNE .done
CPY.b #$24 : BEQ .count_it ; small key for this dungeon
LDA.w DungeonID : LSR : TAX
TYA : CMP.l KeyTable, X : BNE .done
@@ -275,6 +276,7 @@ CountAbsorbedKeys:
REP #$10 : JSL CountAllKey : SEP #$10
LDY.b Scrap02
.done
STZ.w SpawnedItemKeyCounted ; reset to zero for next time
PLX : PLA
JML IncrementSmallKeysNoPrimary