From e033ea3a37f594d04b7132ad54765a8fee312ae5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 9 Jan 2016 17:51:14 -0800 Subject: commented pokedex more --- constants/cgb_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm index 028cc71d7..ac40af7a4 100755 --- a/constants/cgb_constants.asm +++ b/constants/cgb_constants.asm @@ -3,7 +3,7 @@ const SCGB_BATTLE_COLORS const SCGB_POKEGEAR_PALS const SCGB_STATS_SCREEN_HP_PALS - const SCGB_04 + const SCGB_POKEDEX const SCGB_SLOT_MACHINE const SCGB_06 const SCGB_07 -- cgit v1.2.3 From 0dd5f7ab7a141698e19078653d89b704993c87ba Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 9 Jan 2016 19:56:37 -0800 Subject: pokedex palette numbers --- constants/cgb_constants.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm index ac40af7a4..a0ecb5c1b 100755 --- a/constants/cgb_constants.asm +++ b/constants/cgb_constants.asm @@ -15,13 +15,13 @@ const SCGB_0D const SCGB_0E const SCGB_0F - const SCGB_10 + const SCGB_POKEDEX_SEARCH_OPTION const SCGB_11 const SCGB_12 const SCGB_13 const SCGB_PACKPALS const SCGB_TRAINER_CARD - const SCGB_16 + const SCGB_POKEDEX_UNOWN_MODE const SCGB_17 const SCGB_18 const SCGB_19 -- cgit v1.2.3