Document some Quest Log
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user