diff options
author | YamaArashi <shadow962@live.com> | 2016-01-17 21:05:12 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-17 21:05:12 -0800 |
commit | 70f6bc8c8421df195f8c7625ab9b8c48e515282b (patch) | |
tree | 5754fbc608bf696df9284fe74c63d9b138b87d43 /constants/cgb_constants.asm | |
parent | f14562da4b066a80af3edfc5171e083f63532109 (diff) | |
parent | 20e7bc3b09da3d5a6349489801b379a326ebb573 (diff) |
Merge pull request #334 from YamaArashi/master
commented pokedex more
Diffstat (limited to 'constants/cgb_constants.asm')
-rwxr-xr-x | constants/cgb_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm index 028cc71d7..a0ecb5c1b 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 @@ -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 |