mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
10 lines
246 B
C
10 lines
246 B
C
#ifndef POKEPLATINUM_UNK_020528D0_H
|
|
#define POKEPLATINUM_UNK_020528D0_H
|
|
|
|
#include "field_task.h"
|
|
|
|
BOOL FieldTask_BlackOutFromBattle(FieldTask *task);
|
|
void FieldTask_StartBlackOutFromBattle(FieldTask *task);
|
|
|
|
#endif // POKEPLATINUM_UNK_020528D0_H
|