mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 10:46:00 -05:00
12 lines
295 B
C
12 lines
295 B
C
#include "main_0205EC78.h"
|
|
#include "mission.h"
|
|
|
|
extern struct mission_deliver_list MISSION_DELIVER_LIST_PTR;
|
|
|
|
extern void ClearMissionData(struct mission* mission);
|
|
|
|
void sub_0205EC78(u32 index)
|
|
{
|
|
ClearMissionData((struct mission*) (MISSION_DELIVER_LIST_PTR.unk18 + 0x320 + index * 32));
|
|
}
|