diff options
author | SphericalIce <sphericalice@outlook.com> | 2021-02-22 15:35:09 +0000 |
---|---|---|
committer | SphericalIce <sphericalice@outlook.com> | 2021-02-22 15:35:09 +0000 |
commit | 2d7b25428a8d0e3eac8d2da0597ff1dbd4f1f97b (patch) | |
tree | e377113b139c287e79c9ad410b3ca05cfb2bfb14 /src | |
parent | d313f5e58c726ced378f22eee5e06f384a614c35 (diff) |
Use the field effects palette tag constant for the heart icon
Diffstat (limited to 'src')
-rw-r--r-- | src/trainer_see.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_see.c b/src/trainer_see.c index 9833f14bd..155c84cbe 100644 --- a/src/trainer_see.c +++ b/src/trainer_see.c @@ -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, |