Document some Quest Log

This commit is contained in:
GriffinR
2020-01-14 21:27:45 -05:00
parent 2f81b4a204
commit 04d176334a
126 changed files with 2157 additions and 2068 deletions
+2 -1
View File
@@ -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;