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/fishing.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/fishing.asm')
| -rw-r--r-- | gfx/fishing.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gfx/fishing.asm b/gfx/fishing.asm new file mode 100644 index 00000000..0a040262 --- /dev/null +++ b/gfx/fishing.asm @@ -0,0 +1,4 @@ +RedFishingTilesFront: INCBIN "gfx/overworld/red_fish_front.2bpp" +RedFishingTilesBack: INCBIN "gfx/overworld/red_fish_back.2bpp" +RedFishingTilesSide: INCBIN "gfx/overworld/red_fish_side.2bpp" +RedFishingRodTiles: INCBIN "gfx/overworld/fishing_rod.2bpp" |
