summaryrefslogtreecommitdiff
path: root/src/pokemon_size_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r--src/pokemon_size_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c
index f92a95bfb..1b5b41c3d 100644
--- a/src/pokemon_size_record.c
+++ b/src/pokemon_size_record.c
@@ -200,7 +200,7 @@ void GiveGiftRibbonToParty(u8 index, u8 ribbonId)
if (index < 11 && ribbonId < 65)
{
- gSaveBlock1.giftRibbons[index] = ribbonId;
+ gSaveBlock1.externalReservedData.giftRibbons[index] = ribbonId;
for (i = 0; i < 6; i++)
{
struct Pokemon *pkmn = &gPlayerParty[i];