Move some misc/ files into meaningful directories

This commit is contained in:
Remy Oukaour
2017-12-15 12:53:33 -05:00
parent 253c09949b
commit ebf3bfb6b2
27 changed files with 45 additions and 46 deletions

12
gfx/emotes.asm Normal file
View File

@@ -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"

View File

Before

Width:  |  Height:  |  Size: 84 B

After

Width:  |  Height:  |  Size: 84 B

View File

Before

Width:  |  Height:  |  Size: 79 B

After

Width:  |  Height:  |  Size: 79 B