diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 17:43:55 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 17:43:55 -0400 |
| commit | a5375a080552f46a34377d21ab848f5cff7a6ecc (patch) | |
| tree | b6065a5f06d92fd1fd5d184efe4cdb9c9463dc0d /gfx/player.asm | |
| parent | Move graphics-only object file sources into gfx/ (diff) | |
| download | pokeyellow-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.asm | 3 |
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" |
