diff options
author | garak <garakmon@gmail.com> | 2019-12-12 16:10:45 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-12-17 15:05:23 -0500 |
commit | 7a0edab5732b816536a35b0556d8fa1db13afa30 (patch) | |
tree | 72ff670401204029da8370356cc4d6348d3f13b9 /src/quest_log_815A008.c | |
parent | fc13e1ef6f0daa127b1ab0425d7cfcbed6aeafac (diff) |
fix rebase conflicts
Diffstat (limited to 'src/quest_log_815A008.c')
-rw-r--r-- | src/quest_log_815A008.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log_815A008.c b/src/quest_log_815A008.c index 234d5ad9c..3aa7ea3d2 100644 --- a/src/quest_log_815A008.c +++ b/src/quest_log_815A008.c @@ -51,7 +51,7 @@ void sub_815A008(struct QuestLog * questLog) void sub_815A1F8(const struct QuestLog * questLog, const struct ObjectEventTemplate * templates) { u32 i, j; - const struct QuestLogMapObject * questLogObjectEvents = questLog->unk_008; + const struct QuestLogObjectEvent * questLogObjectEvents = questLog->unk_008; CpuFill16(0, gObjectEvents, sizeof(gObjectEvents)); @@ -129,7 +129,7 @@ void sub_815A1F8(const struct QuestLog * questLog, const struct ObjectEventTempl } } - CpuCopy16(gObjectEvents, gSaveBlock1Ptr->mapObjects, sizeof(gObjectEvents)); + CpuCopy16(gObjectEvents, gSaveBlock1Ptr->objectEvents, sizeof(gObjectEvents)); } void sub_815A540(void) |