summaryrefslogtreecommitdiff
path: root/constants/gfx_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r--constants/gfx_constants.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm
index dd9de6b6..f37d5e67 100644
--- a/constants/gfx_constants.asm
+++ b/constants/gfx_constants.asm
@@ -37,3 +37,13 @@ REDRAW_ROW EQU 2
const TILEMAP_GENGAR_INTRO_3
const TILEMAP_GAME_BOY
const TILEMAP_LINK_CABLE
+
+; DisplayTitleScreen
+IF DEF(_RED)
+ const_def 8
+ const VERSION_TILES ; 8
+ENDC
+IF DEF(_BLUE)
+ const_def 10
+ const VERSION_TILES ; 10
+ENDC \ No newline at end of file