summaryrefslogtreecommitdiff
path: root/src/vs_seeker.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-14 21:27:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-15 16:00:45 -0500
commit04d176334ad590d3462e3c1eb75c1313705ae183 (patch)
tree865ca807901bf57e63523b19f2d535c7ef391f89 /src/vs_seeker.c
parent2f81b4a204d051aeb88580dc63381011ec49fcbb (diff)
Document some Quest Log
Diffstat (limited to 'src/vs_seeker.c')
-rw-r--r--src/vs_seeker.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vs_seeker.c b/src/vs_seeker.c
index 7d288865c..b88a7f15c 100644
--- a/src/vs_seeker.c
+++ b/src/vs_seeker.c
@@ -29,6 +29,7 @@
#include "constants/trainers.h"
#include "constants/maps.h"
#include "constants/items.h"
+#include "constants/quest_log.h"
typedef enum
{
@@ -744,7 +745,7 @@ void Task_VsSeeker_0(u8 taskId)
}
else if (respval == 2)
{
- ItemUse_SetQuestLogEvent(4, 0, gSpecialVar_ItemId, 0xffff);
+ ItemUse_SetQuestLogEvent(QL_EVENT_USED_ITEM, 0, gSpecialVar_ItemId, 0xffff);
FieldEffectStart(FLDEFF_UNK_41); // TODO: name this enum
gTasks[taskId].func = Task_VsSeeker_1;
gTasks[taskId].data[0] = 15;