2017-12-26 12:50:32 -05:00
|
|
|
emote: MACRO
|
|
|
|
; graphics pointer, length, starting tile
|
|
|
|
dw \1
|
|
|
|
db \2 tiles, BANK(\1)
|
2017-12-28 13:32:33 +01:00
|
|
|
dw vTiles1 tile \3
|
2017-12-26 12:50:32 -05:00
|
|
|
ENDM
|
|
|
|
|
2018-06-24 16:09:41 +02:00
|
|
|
Emotes:
|
2017-12-26 12:50:32 -05:00
|
|
|
; entries correspond to EMOTE_* constants
|
|
|
|
emote ShockEmote, 4, $78
|
|
|
|
emote QuestionEmote, 4, $78
|
|
|
|
emote HappyEmote, 4, $78
|
|
|
|
emote SadEmote, 4, $78
|
|
|
|
emote HeartEmote, 4, $78
|
|
|
|
emote BoltEmote, 4, $78
|
|
|
|
emote SleepEmote, 4, $78
|
|
|
|
emote FishEmote, 4, $78
|
|
|
|
emote JumpShadowGFX, 1, $7c
|
|
|
|
emote FishingRodGFX, 2, $7c
|
|
|
|
emote BoulderDustGFX, 2, $7e
|
|
|
|
emote GrassRustleGFX, 1, $7e
|