summaryrefslogtreecommitdiff
path: root/constants/scgb_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 16:18:16 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 16:18:16 -0400
commitf5ac9b0eb7773a9d05108b1ee6e41140d53020cd (patch)
treeb1c1dcb2c4615fdbd36eeeb32f18f80b7e212f5f /constants/scgb_constants.asm
parent26d764de5d3c7cd48ecae95f0cbfb9f368388162 (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 4508afaa5..785bf3933 100644
--- a/constants/scgb_constants.asm
+++ b/constants/scgb_constants.asm
@@ -32,8 +32,8 @@
const SCGB_MYSTERY_GIFT
const SCGB_1E
-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)