pokefirered/include/save_failed_screen.h
2020-01-17 10:49:57 -05:00

9 lines
246 B
C

#ifndef GUARD_SAVE_FAILED_SCREEN_H
#define GUARD_SAVE_FAILED_SCREEN_H
extern void DoSaveFailedScreen(u8 saveType); // save_failed_screen
void SetNotInSaveFailedScreen(void);
bool32 RunSaveFailedScreen(void);
#endif //GUARD_SAVE_FAILED_SCREEN_H