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
@@ -27,6 +27,7 @@
#include "task.h"
#include "text_window.h"
#include "constants/items.h"
#include "constants/quest_log.h"
#include "constants/songs.h"
struct ItemPcResources
@@ -901,7 +902,7 @@ static void ItemPc_DoWithdraw(u8 taskId)
if (AddBagItem(itemId, data[8]) == TRUE)
{
ItemUse_SetQuestLogEvent(29, NULL, itemId, 0xFFFF);
ItemUse_SetQuestLogEvent(QL_EVENT_WITHDREW_ITEM_PC, NULL, itemId, 0xFFFF);
CopyItemName(itemId, gStringVar1);
ConvertIntToDecimalStringN(gStringVar2, data[8], STR_CONV_MODE_LEFT_ALIGN, 3);
StringExpandPlaceholders(gStringVar4, gText_WithdrewQuantItem);