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 | 64da1f5d6bf96ff7f35165476ecc8d623f76060d (diff) |
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" |