mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 12:13:51 -05:00
11 lines
281 B
C
11 lines
281 B
C
#ifndef POKEHEARTGOLD_TOUCH_SAVE_APP_H
|
|
#define POKEHEARTGOLD_TOUCH_SAVE_APP_H
|
|
|
|
#include "task.h"
|
|
|
|
SysTask *ov30_0225D520(BgConfig *bgConfig, void *a1, FieldSystem *fieldSystem, void *a3);
|
|
void ov30_0225D64C(BgConfig *bgConfig, SysTask *task);
|
|
BOOL ov30_0225D6FC(void *a0);
|
|
|
|
#endif
|