mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm
This commit is contained in:
parent
60568e8833
commit
33ad00f1ab
@ -2,20 +2,20 @@ emote: MACRO
|
|||||||
; graphics pointer, length, starting tile
|
; graphics pointer, length, starting tile
|
||||||
dw \1
|
dw \1
|
||||||
db \2 tiles, BANK(\1)
|
db \2 tiles, BANK(\1)
|
||||||
dw vTiles1 tile \3
|
dw vTiles0 tile \3
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
Emotes:
|
Emotes:
|
||||||
; entries correspond to EMOTE_* constants
|
; entries correspond to EMOTE_* constants
|
||||||
emote ShockEmote, 4, $78
|
emote ShockEmote, 4, $f8
|
||||||
emote QuestionEmote, 4, $78
|
emote QuestionEmote, 4, $f8
|
||||||
emote HappyEmote, 4, $78
|
emote HappyEmote, 4, $f8
|
||||||
emote SadEmote, 4, $78
|
emote SadEmote, 4, $f8
|
||||||
emote HeartEmote, 4, $78
|
emote HeartEmote, 4, $f8
|
||||||
emote BoltEmote, 4, $78
|
emote BoltEmote, 4, $f8
|
||||||
emote SleepEmote, 4, $78
|
emote SleepEmote, 4, $f8
|
||||||
emote FishEmote, 4, $78
|
emote FishEmote, 4, $f8
|
||||||
emote JumpShadowGFX, 1, $7c
|
emote JumpShadowGFX, 1, $fc
|
||||||
emote FishingRodGFX, 2, $7c
|
emote FishingRodGFX, 2, $fc
|
||||||
emote BoulderDustGFX, 2, $7e
|
emote BoulderDustGFX, 2, $fe
|
||||||
emote GrassRustleGFX, 1, $7e
|
emote GrassRustleGFX, 1, $fe
|
||||||
|
Loading…
Reference in New Issue
Block a user