Make infinite magic bar blue instead of flashy
This commit is contained in:
@@ -16,9 +16,6 @@ CheckOrangePotion:
|
||||
|
||||
STZ.w $0301
|
||||
|
||||
LDA.b #$80
|
||||
STA.l MagicFiller
|
||||
|
||||
LDA.b #$01
|
||||
STA.l InfiniteMagic
|
||||
|
||||
|
||||
11
newhud.asm
11
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
|
||||
|
||||
Reference in New Issue
Block a user