summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-08-30 09:20:21 -0400
committerscnorton <scnorton@biociphers.org>2017-08-30 09:20:21 -0400
commit2286c4306f67a091e48eac724536e7853117f0e0 (patch)
tree4f731a96c249a5b13be6a912944ae39522a3b95e /src
parent448df1097658cab72dca07b48d205acb0c7e7164 (diff)
Fix building
Diffstat (limited to 'src')
-rw-r--r--src/mori_debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mori_debug_menu.c b/src/mori_debug_menu.c
index abb09d889..df3446d3e 100644
--- a/src/mori_debug_menu.c
+++ b/src/mori_debug_menu.c
@@ -117,7 +117,7 @@ s8 MoriDebugMenu_BreedEgg(void)
SetMonData(&gPlayerParty[loopCounter], MON_DATA_FRIENDSHIP, &friendship);
}
}
- gSaveBlock1.daycareData.extra.unk_2 = -3;
+ gSaveBlock1.daycareData.unk_11a = -3;
CloseMenu();
return 1;
}