From 82ce1628e6a146ce6bf10f863a3cc01e2833f8cd Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Sun, 7 Jun 2026 21:43:56 -0500 Subject: [PATCH] Make infinite magic bar blue instead of flashy --- gk/orange_potion.asm | 3 --- newhud.asm | 11 ++++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gk/orange_potion.asm b/gk/orange_potion.asm index 4099811..fd3d8b8 100644 --- a/gk/orange_potion.asm +++ b/gk/orange_potion.asm @@ -16,9 +16,6 @@ CheckOrangePotion: STZ.w $0301 - LDA.b #$80 - STA.l MagicFiller - LDA.b #$01 STA.l InfiniteMagic diff --git a/newhud.asm b/newhud.asm index e669ef8..ede7358 100644 --- a/newhud.asm +++ b/newhud.asm @@ -273,10 +273,15 @@ NewHUD_DrawMagicMeter: STA.w CurrentMagic TAY - LDA.b FrameCounter REP #$30 - AND.w #$000C - LSR + LDA.w #$0002 + + ; ; cycle through colors + ; LDA.b FrameCounter + ; REP #$30 + ; AND.w #$000C + ; LSR + BRA .recolor .set_index ; this branch is always 0000 when taken