summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2021-06-20 12:24:01 -0400
committerGitHub <noreply@github.com>2021-06-20 12:24:01 -0400
commitf71062bc76bcc2c3cd1fb6a556862887b1fd3943 (patch)
tree844ca24f37f6f7a6a3cbd973853a86ecafc79144
parent5524f730e498462c39d18e685da47872f987b23c (diff)
Use SGB_PARTY_MENU_HP_PALS constant
-rw-r--r--engine/gfx/sgb_layouts.asm2
1 files changed, 1 insertions, 1 deletions
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