pokeplatinum/include/npc_trade_task.h
CharlesFolz4 200ee4120f
Some checks are pending
build / build (push) Waiting to run
Document NPC trade task (#1030)
2026-03-24 18:41:26 -04:00

11 lines
280 B
C

#ifndef POKEPLATINUM_NPC_TRADE_TASK_H
#define POKEPLATINUM_NPC_TRADE_TASK_H
#include "overlay006/npc_trade.h"
#include "field_task.h"
void FieldTask_StartNPCTrade(FieldTask *task, NpcTradeData *data, int partySlot, enum HeapID heapID);
#endif // POKEPLATINUM_NPC_TRADE_TASK_H