mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-19 00:13:08 -05:00
Use the field effects palette tag constant for the heart icon
This commit is contained in:
@@ -179,7 +179,7 @@ static const struct SpriteTemplate sSpriteTemplate_ExclamationQuestionMark =
|
||||
static const struct SpriteTemplate sSpriteTemplate_HeartIcon =
|
||||
{
|
||||
.tileTag = 0xffff,
|
||||
.paletteTag = 0x1004,
|
||||
.paletteTag = FLDEFF_PAL_TAG_GENERAL_0,
|
||||
.oam = &sOamData_Icons,
|
||||
.anims = sSpriteAnimTable_Icons,
|
||||
.images = sSpriteImageTable_HeartIcon,
|
||||
|
||||
Reference in New Issue
Block a user