diff --git a/gk/loot_hud.asm b/gk/loot_hud.asm index f5a8cd1..d802281 100644 --- a/gk/loot_hud.asm +++ b/gk/loot_hud.asm @@ -22,11 +22,26 @@ UpdateLootHUD: ORA.b RoomIndex JSL CheckLoot + SEP #$30 + CMP.l ShowItems_hud_cap + BCC + + LDA.l ShowItems_hud_cap ++ + + LDX.w DungeonID + CPX.b #$FF + BNE + + CMP.l ShowItems_cave_cap + BCC + + LDA.l ShowItems_cave_cap ++ + + REP #$30 + ASL A : TAX LDA.l HUDLootTypeIcons, X STA.w EnemyDropIndicator - REP #$30 PLA : STA.b $0E PLA : STA.b $08 PLA : STA.b $06 diff --git a/gk/settings.asm b/gk/settings.asm index 27b8284..8c601f6 100644 --- a/gk/settings.asm +++ b/gk/settings.asm @@ -209,7 +209,11 @@ ShowItems: .visited_tile db $01 .reserved - skip 4 + skip 2 +.hud_cap + db $FF +.cave_cap + db $01 warnpc $B9FF10 org $B9FF10