aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/trade.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/trade.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/trade.asm')
-rw-r--r--gfx/trade.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/trade.asm b/gfx/trade.asm
new file mode 100644
index 00000000..e5d8db05
--- /dev/null
+++ b/gfx/trade.asm
@@ -0,0 +1,7 @@
+TradingAnimationGraphics:
+INCBIN "gfx/trade/game_boy.2bpp"
+INCBIN "gfx/trade/link_cable.2bpp"
+TradingAnimationGraphicsEnd:
+
+TradingAnimationGraphics2: INCBIN "gfx/trade/cable_ball.2bpp"
+TradingAnimationGraphics2End: