shithub: pokecrystal

ref: 3b43f79dc67b0e2d65bacf222d5ef044c0376fde
dir: /data/sprites/emotes.asm/

View raw version
emote: MACRO
; graphics pointer, length, starting tile
	dw \1
	db \2 tiles, BANK(\1)
	dw vTiles0 tile \3
ENDM

Emotes:
; entries correspond to EMOTE_* constants
	emote ShockEmote,     4, $f8
	emote QuestionEmote,  4, $f8
	emote HappyEmote,     4, $f8
	emote SadEmote,       4, $f8
	emote HeartEmote,     4, $f8
	emote BoltEmote,      4, $f8
	emote SleepEmote,     4, $f8
	emote FishEmote,      4, $f8
	emote JumpShadowGFX,  1, $fc
	emote FishingRodGFX,  2, $fc
	emote BoulderDustGFX, 2, $fe
	emote GrassRustleGFX, 1, $fe