SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT

This commit is contained in:
Rangi
2020-07-04 16:18:16 -04:00
parent 26d764de5d
commit f5ac9b0eb7
8 changed files with 25 additions and 25 deletions

View File

@@ -106,7 +106,7 @@ InitPartyMenuPalettes:
call WipeAttrmap
ret
; SGB layout for SCGB_PARTY_MENU_HP_PALS
; SGB layout for SCGB_PARTY_MENU_HP_BARS
SGB_ApplyPartyMenuHPPals:
ld hl, wHPPals
ld a, [wSGBPals]
@@ -630,7 +630,7 @@ ApplyAttrmap:
ldh [rVBK], a
ret
; CGB layout for SCGB_PARTY_MENU_HP_PALS
; CGB layout for SCGB_PARTY_MENU_HP_BARS
CGB_ApplyPartyMenuHPPals:
ld hl, wHPPals
ld a, [wSGBPals]