Make infinite magic bar blue instead of flashy

This commit is contained in:
2026-06-07 21:43:56 -05:00
parent 43515851c1
commit 82ce1628e6
2 changed files with 8 additions and 6 deletions

View File

@@ -16,9 +16,6 @@ CheckOrangePotion:
STZ.w $0301
LDA.b #$80
STA.l MagicFiller
LDA.b #$01
STA.l InfiniteMagic

View File

@@ -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