diff options
Diffstat (limited to 'constants/cgb_constants.asm')
-rwxr-xr-x | constants/cgb_constants.asm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm new file mode 100755 index 00000000..0f0590f3 --- /dev/null +++ b/constants/cgb_constants.asm @@ -0,0 +1,35 @@ + const_def + const SCGB_BATTLE_GRAYSCALE + const SCGB_BATTLE_COLORS + const SCGB_POKEGEAR_PALS + const SCGB_STATS_SCREEN_HP_PALS + const SCGB_04 + const SCGB_SLOT_MACHINE + const SCGB_06 + const SCGB_07 + const SCGB_08 + const SCGB_MAPPALS + const SCGB_0A + const SCGB_0B + const SCGB_0C + const SCGB_0D + const SCGB_0E + const SCGB_0F + const SCGB_10 + const SCGB_11 + const SCGB_POKEPIC + const SCGB_13 + const SCGB_PACKPALS + const SCGB_TRAINER_CARD + const SCGB_16 + const SCGB_17 + const SCGB_18 + const SCGB_19 + const SCGB_1A + const SCGB_1B + const SCGB_FRONTPICPALS + const SCGB_1D + const SCGB_1E + +SCGB_PARTY_MENU_HP_PALS EQU -4 +SCGB_RAM EQU -1 |