jep-hack/gfx/emotes.asm
Zeta_Null 2f8a41f833 First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
2023-09-10 12:35:35 -04:00

13 lines
596 B
NASM

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"