mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef GUARD_SAVE_FAILED_SCREEN_H
|
|
#define GUARD_SAVE_FAILED_SCREEN_H
|
|
|
|
extern void DoSaveFailedScreen(u8 saveType); // save_failed_screen
|
|
|
|
#endif //GUARD_SAVE_FAILED_SCREEN_H
|