Minor bug fixes:

- single-entrance teleporting was borked
- glove palettes
- updating HUD on changing item
This commit is contained in:
2024-11-28 02:50:32 -06:00
parent 7a21eaa62a
commit 89cf2e29ff
7 changed files with 45 additions and 28 deletions

View File

@@ -85,6 +85,7 @@ GetItemLevelForHud:
+ RTL
CheckMagicLevel:
PHP : SEP #$30
LDA.w ItemCursor ; load item value
TAX
LDA.l CanReduceMagic, X
@@ -103,6 +104,7 @@ CheckMagicLevel:
LDA.b #$00
.write
STA.l MagicConsumption
PLP
RTL