mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
9 lines
225 B
C
9 lines
225 B
C
#ifndef GUARD_SAVE_FAILED_SCREEN_H
|
|
#define GUARD_SAVE_FAILED_SCREEN_H
|
|
|
|
extern void DoSaveFailedScreen(u8 saveType); // save_failed_screen
|
|
void sub_80F50F4(void);
|
|
bool32 sub_80F5118(void);
|
|
|
|
#endif //GUARD_SAVE_FAILED_SCREEN_H
|