summaryrefslogtreecommitdiff
path: root/src/mori_debug_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-08-30 19:04:07 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-08-30 19:04:07 -0400
commitb7f9479bdb37f12774f7e31a934a3dd5e8f821e0 (patch)
tree9f34fcb903e0a17c2f8b364c267c7c732ca379d6 /src/mori_debug_menu.c
parente8d49bf6287142fcb463f416bb7edfd62c053959 (diff)
Fix building
Diffstat (limited to 'src/mori_debug_menu.c')
-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 a00b3bf71..62837c8e6 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.mail.extra.egg.unk_11a = -3;
+ gSaveBlock1.daycareData.mail.egg.unk_11a = -3;
CloseMenu();
return 1;
}