2017-12-26 09:50:32 -08:00
|
|
|
emote: MACRO
|
|
|
|
; graphics pointer, length, starting tile
|
|
|
|
dw \1
|
|
|
|
db \2 tiles, BANK(\1)
|
2018-07-15 08:26:35 -07:00
|
|
|
dw vTiles0 tile \3
|
2017-12-26 09:50:32 -08:00
|
|
|
ENDM
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Emotes:
|
2017-12-26 09:50:32 -08:00
|
|
|
; entries correspond to EMOTE_* constants
|
2018-07-15 08:26:35 -07:00
|
|
|
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
|