mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-24 17:45:03 -05:00
Use SGB_PARTY_MENU_HP_PALS constant
This commit is contained in:
@@ -8,7 +8,7 @@ LoadSGBLayout:
|
||||
jr nz, .not_ram
|
||||
ld a, [wccd0]
|
||||
.not_ram
|
||||
cp $fc
|
||||
cp SGB_PARTY_MENU_HP_PALS
|
||||
jp z, SGB_ApplyPartyMenuHPPals
|
||||
ld l, a
|
||||
ld h, 0
|
||||
|
||||
Reference in New Issue
Block a user