aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/player.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/player.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/player.asm')
-rw-r--r--gfx/player.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/player.asm b/gfx/player.asm
new file mode 100644
index 00000000..188daaf2
--- /dev/null
+++ b/gfx/player.asm
@@ -0,0 +1,3 @@
+RedPicFront:: INCBIN "gfx/player/red.pic"
+ShrinkPic1:: INCBIN "gfx/player/shrink1.pic"
+ShrinkPic2:: INCBIN "gfx/player/shrink2.pic"