mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-24 18:55:45 -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
|