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

@@ -1,8 +1,8 @@
GetMysteryGift_MobileAdapterLayout:
ld a, b
cp SCGB_RAM
cp SCGB_DEFAULT
jr nz, .not_ram
ld a, [wSGBPredef]
ld a, [wDefaultSGBLayout]
.not_ram
push af
farcall ResetBGPals