You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user