diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-10-30 12:26:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 12:26:03 -0400 |
commit | 7a42f1790ae1e9e357593879bd38c6596dcb03da (patch) | |
tree | dbf4ee19995364f15a3b3f98925f606c50598334 /constants/scgb_constants.asm | |
parent | a2b6befd7d12b2ad8bb97979a10519500dcdd870 (diff) | |
parent | 1092983bde65bbf1a27eeabbfbceec1f278a4831 (diff) |
Merge pull request #776 from Rangi42/unreferenced
Comment, remove, or revise many unreferenced labels
Diffstat (limited to 'constants/scgb_constants.asm')
-rw-r--r-- | constants/scgb_constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index 785bf3933..eac530a44 100644 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -35,6 +35,12 @@ SCGB_PARTY_MENU_HP_BARS EQU $fc SCGB_DEFAULT EQU $ff +; GetCrystalCGBLayout arguments (see engine/gfx/crystal_layouts.asm) + const_def + const CRYSTAL_CGB_MOBILE_0 + const CRYSTAL_CGB_MOBILE_1 + const CRYSTAL_CGB_NAME_CARD + ; PredefPals indexes (see gfx/sgb/predef.pal) ; GetPredefPal arguments (see engine/gfx/color.asm) const_def |