mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-07 18:15:12 -05:00
14 lines
408 B
C
14 lines
408 B
C
#ifndef POKEPLATINUM_UNK_02055808_H
|
|
#define POKEPLATINUM_UNK_02055808_H
|
|
|
|
#include "field_task.h"
|
|
|
|
void FieldTask_FinishFieldMap(FieldTask *param0);
|
|
void FieldTask_StartFieldMap(FieldTask *param0);
|
|
void sub_020558AC(FieldTask *param0);
|
|
void sub_020558F0(FieldTask *param0);
|
|
void FieldTask_FinishFadeOut(FieldTask *param0);
|
|
void FieldTask_StartFadeIn(FieldTask *param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02055808_H
|