pokeheartgold/include/touch_save_app.h
2024-08-25 17:13:13 -04:00

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