Annotate battle tower text bug

This commit is contained in:
PikalaxALT
2015-11-20 15:15:32 -05:00
parent 812976cee6
commit 7b3090e22a
51 changed files with 361 additions and 353 deletions

View File

@@ -20,7 +20,7 @@ Function5001d: ; 5001d
call ClearBGPalettes
call Function5003f
call WaitBGMap
ld b, $a
ld b, SCGB_0A
call GetSGBLayout
call SetPalettes
call DelayFrame
@@ -149,7 +149,7 @@ PlacePartyHPBar: ; 500cf
ld b, $0
add hl, bc
call SetHPPal
ld b, $fc
ld b, SCGB_FC
call GetSGBLayout
.skip
@@ -162,7 +162,7 @@ PlacePartyHPBar: ; 500cf
inc b
dec c
jr nz, .loop
ld b, $a
ld b, SCGB_0A
call GetSGBLayout
ret
; 50117