From 57d4cb0edfd62ca403b1470c67ac4efbd761ec5a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 28 Dec 2015 10:57:04 -0500 Subject: trainer card --- constants/cgb_constants.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm index bb19ac0aa..028cc71d7 100755 --- a/constants/cgb_constants.asm +++ b/constants/cgb_constants.asm @@ -1,10 +1,10 @@ const_def - const SCGB_00 - const SCGB_01 - const SCGB_02 + const SCGB_BATTLE_GRAYSCALE + const SCGB_BATTLE_COLORS + const SCGB_POKEGEAR_PALS const SCGB_STATS_SCREEN_HP_PALS const SCGB_04 - const SCGB_05 + const SCGB_SLOT_MACHINE const SCGB_06 const SCGB_07 const SCGB_08 @@ -20,7 +20,7 @@ const SCGB_12 const SCGB_13 const SCGB_PACKPALS - const SCGB_15 + const SCGB_TRAINER_CARD const SCGB_16 const SCGB_17 const SCGB_18 -- cgit v1.2.3