summaryrefslogtreecommitdiff
path: root/gfx/emotes.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-15 12:53:33 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-15 12:53:33 -0500
commitebf3bfb6b289bf684941a86cafe1286d8ce212fe (patch)
tree3e887d03a80d5eea3e67df5ce1b9614a69fe4a3f /gfx/emotes.asm
parent253c09949b421ec09a688af2945eb3df1fc00777 (diff)
Move some misc/ files into meaningful directories
Diffstat (limited to 'gfx/emotes.asm')
-rw-r--r--gfx/emotes.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/gfx/emotes.asm b/gfx/emotes.asm
new file mode 100644
index 000000000..1de06de2c
--- /dev/null
+++ b/gfx/emotes.asm
@@ -0,0 +1,12 @@
+ShockEmote: INCBIN "gfx/emotes/shock.2bpp"
+QuestionEmote: INCBIN "gfx/emotes/question.2bpp"
+HappyEmote: INCBIN "gfx/emotes/happy.2bpp"
+SadEmote: INCBIN "gfx/emotes/sad.2bpp"
+HeartEmote: INCBIN "gfx/emotes/heart.2bpp"
+BoltEmote: INCBIN "gfx/emotes/bolt.2bpp"
+SleepEmote: INCBIN "gfx/emotes/sleep.2bpp"
+FishEmote: INCBIN "gfx/emotes/fish.2bpp"
+JumpShadowGFX: INCBIN "gfx/overworld/shadow.2bpp"
+FishingRodGFX: INCBIN "gfx/overworld/fishing_rod.2bpp"
+BoulderDustGFX: INCBIN "gfx/overworld/boulder_dust.2bpp"
+GrassRustleGFX: INCBIN "gfx/overworld/grass_rustle.2bpp"