sSpriteImages_Emoticons now uses overworld_frame (#700)

This commit is contained in:
Estellar
2026-03-22 10:49:38 -03:00
committed by GitHub
parent aa283c9993
commit 5bbc876c44
+17 -16
View File
@@ -578,26 +578,27 @@ static const struct OamData sOamData_Emoticons = {
.affineParam = 0, .affineParam = 0,
}; };
static const struct SpriteFrameImage sSpriteImages_Emoticons[] = { static const struct SpriteFrameImage sSpriteImages_Emoticons[] =
{sGfx_Emoticons + 0x000, 0x80}, {
{sGfx_Emoticons + 0x040, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 0),
{sGfx_Emoticons + 0x080, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 1),
overworld_frame(sGfx_Emoticons, 2, 2, 2),
{sGfx_Emoticons + 0x180, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 6),
{sGfx_Emoticons + 0x1C0, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 7),
{sGfx_Emoticons + 0x200, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 8),
{sGfx_Emoticons + 0x0C0, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 3),
{sGfx_Emoticons + 0x100, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 4),
{sGfx_Emoticons + 0x140, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 5),
{sGfx_Emoticons + 0x240, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 9),
{sGfx_Emoticons + 0x280, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 10),
{sGfx_Emoticons + 0x2C0, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 11),
{sGfx_Emoticons + 0x300, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 12),
{sGfx_Emoticons + 0x340, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 13),
{sGfx_Emoticons + 0x380, 0x80}, overworld_frame(sGfx_Emoticons, 2, 2, 14),
}; };
static const union AnimCmd sAnimCmd_ExclamationMark1[] = { static const union AnimCmd sAnimCmd_ExclamationMark1[] = {