diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:08:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:08:25 -0400 |
commit | 2bc8cf5fc11d4ef84022840ad10cd05eaab12ae9 (patch) | |
tree | a51a504112ef948c1ddcb0b7e31c2f285f3b84a9 /constants/scgb_constants.asm | |
parent | 8b5dde16c3e7f7ad87a095f71cc6b61cf00b2bb8 (diff) |
Revise some constant definitions
Diffstat (limited to 'constants/scgb_constants.asm')
-rw-r--r-- | constants/scgb_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index d07f89ae..3625c858 100644 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -1,4 +1,5 @@ -; GetSGBLayout arguments (see engine/gfx/cgb_layouts.asm and engine/gfx/sgb_layouts.asm) +; CGBLayoutJumptable indexes (see engine/gfx/cgb_layouts.asm) +; SGBLayoutJumptable indexes (see engine/gfx/sgb_layouts.asm) const_def const SCGB_BATTLE_GRAYSCALE const SCGB_BATTLE_COLORS @@ -32,6 +33,7 @@ const SCGB_MYSTERY_GIFT const SCGB_1E const SCGB_POKEDEX_5X5 +NUM_SCGB_LAYOUTS EQU const_value SCGB_PARTY_MENU_HP_BARS EQU $fc SCGB_DEFAULT EQU $ff |