diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-28 10:57:04 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-28 10:57:04 -0500 |
| commit | 57d4cb0edfd62ca403b1470c67ac4efbd761ec5a (patch) | |
| tree | 427023b8c124e46cf5bc29d3af564ccf536af431 /constants | |
| parent | f030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (diff) | |
trainer card
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/cgb_constants.asm | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
