2022-06-06 14:25:42 -07:00
|
|
|
MACRO emote
|
2017-12-26 09:50:32 -08:00
|
|
|
; 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
|
2021-03-03 19:22:41 -08:00
|
|
|
table_width EMOTE_LENGTH, Emotes
|
2018-07-15 08:26:35 -07:00
|
|
|
emote ShockEmote, 4, $f8
|
2023-11-28 04:59:36 -08:00
|
|
|
emote TalkEmote, 4, $f8
|
2018-07-15 08:26:35 -07:00
|
|
|
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
|
2021-03-03 19:22:41 -08:00
|
|
|
assert_table_length NUM_EMOTES
|