From f71062bc76bcc2c3cd1fb6a556862887b1fd3943 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Sun, 20 Jun 2021 12:24:01 -0400 Subject: Use SGB_PARTY_MENU_HP_PALS constant --- engine/gfx/sgb_layouts.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm index ac98865..a4faf2a 100644 --- a/engine/gfx/sgb_layouts.asm +++ b/engine/gfx/sgb_layouts.asm @@ -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 -- cgit v1.2.3