Keep documentation in sync with new WRAM labels
This commit is contained in:
@@ -384,8 +384,9 @@ ShortHPBar_CalcPixelFrame: ; d839
|
||||
call AddNTimes
|
||||
|
||||
ld b, 0
|
||||
; This routine is buggy. If [wCurHPAnimMaxHP] * [wCurHPBarPixels] is divisible
|
||||
; by 48, the loop runs one extra time. To fix, uncomment the line below.
|
||||
; This routine is buggy. If [wCurHPAnimMaxHP] * [wCurHPBarPixels] is
|
||||
; divisible by HP_BAR_LENGTH_PX, the loop runs one extra time.
|
||||
; To fix, uncomment the line below.
|
||||
.loop
|
||||
ld a, l
|
||||
sub HP_BAR_LENGTH_PX
|
||||
|
Reference in New Issue
Block a user