summaryrefslogtreecommitdiff
path: root/constants/scgb_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 16:17:59 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 16:17:59 -0400
commita33e8713bd9ae2a4e517e434d25fc3c4a4819065 (patch)
treeb57f39dd0b824576e30032ea288639f10b205d27 /constants/scgb_constants.asm
parent2b13e868bee696d424db65ba29424897fa89c072 (diff)
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
Diffstat (limited to 'constants/scgb_constants.asm')
-rw-r--r--constants/scgb_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm
index 80bfcfc2..c929a642 100644
--- a/constants/scgb_constants.asm
+++ b/constants/scgb_constants.asm
@@ -33,8 +33,8 @@
const SCGB_1E
const SCGB_POKEDEX_5X5
-SCGB_PARTY_MENU_HP_PALS EQU -4
-SCGB_RAM EQU -1
+SCGB_PARTY_MENU_HP_BARS EQU $fc
+SCGB_DEFAULT EQU $ff
; PredefPals indexes (see gfx/sgb/predef.pal)
; GetPredefPal arguments (see engine/gfx/color.asm)