mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-10 02:59:13 -05:00
9 lines
246 B
C
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
|