diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 21:27:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-15 16:00:45 -0500 |
commit | 04d176334ad590d3462e3c1eb75c1313705ae183 (patch) | |
tree | 865ca807901bf57e63523b19f2d535c7ef391f89 /src/region_map.c | |
parent | 2f81b4a204d051aeb88580dc63381011ec49fcbb (diff) |
Document some Quest Log
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c index 271ce548f..d526f9aaa 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -4389,7 +4389,7 @@ static void sub_80C527C(u16 mapsec) if (sMapsecToSpawn[idx][2]) { sub_805546C(sMapsecToSpawn[idx][2]); - sub_8124C1C(sMapsecToSpawn[idx]); + SetUsedFlyQuestLogEvent(sMapsecToSpawn[idx]); } else { |