aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/version.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 17:43:55 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 17:43:55 -0400
commita5375a080552f46a34377d21ab848f5cff7a6ecc (patch)
treeb6065a5f06d92fd1fd5d184efe4cdb9c9463dc0d /gfx/version.asm
parentMove graphics-only object file sources into gfx/ (diff)
downloadpokeyellow-a5375a080552f46a34377d21ab848f5cff7a6ecc.tar.gz
pokeyellow-a5375a080552f46a34377d21ab848f5cff7a6ecc.tar.xz
pokeyellow-a5375a080552f46a34377d21ab848f5cff7a6ecc.zip
Factor out graphics INCBINs from main.asm to gfx/*.asm
Diffstat (limited to 'gfx/version.asm')
-rw-r--r--gfx/version.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gfx/version.asm b/gfx/version.asm
new file mode 100644
index 00000000..6f49bca9
--- /dev/null
+++ b/gfx/version.asm
@@ -0,0 +1,8 @@
+Version_GFX:
+IF DEF(_RED)
+ INCBIN "gfx/title/red_version.1bpp" ; 10 tiles
+ENDC
+IF DEF(_BLUE)
+ INCBIN "gfx/title/blue_version.1bpp" ; 8 tiles
+ENDC
+Version_GFXEnd: