mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-27 05:55:45 -04: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
|