Remaining layout constants

This commit is contained in:
pikalaxalt
2016-06-06 18:23:00 -04:00
parent 789ebc7304
commit d7a01e92e9
28 changed files with 83 additions and 77 deletions

View File

@@ -20,7 +20,7 @@ SelectTradeOrDaycareMon: ; 5001d
call ClearBGPalettes
call InitPartyMenuLayout
call WaitBGMap
ld b, SCGB_0A
ld b, SCGB_PARTY_MENU
call GetSGBLayout
call SetPalettes
call DelayFrame
@@ -160,7 +160,7 @@ PlacePartyHPBar: ; 500cf
inc b
dec c
jr nz, .loop
ld b, SCGB_0A
ld b, SCGB_PARTY_MENU
call GetSGBLayout
ret
; 50117