diff options
author | YamaArashi <shadow962@live.com> | 2016-12-28 20:54:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-28 20:54:19 -0800 |
commit | c48b7b23a7c0fb7ead26d10cd3c6c209c4c256ff (patch) | |
tree | 7099f0d7da58f496965bcbf80163173ac8720026 /include | |
parent | 3af3ef6c2cf6ad58aceee3588f5cc26ee12f3003 (diff) |
name save_failed_screen.c functions
Diffstat (limited to 'include')
-rw-r--r-- | include/asm.inc.h | 3 | ||||
-rw-r--r-- | include/save_failed_screen.h | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 58c1592bd..ae3928dd9 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -450,9 +450,6 @@ void sub_813EDBC(/*TODO: arg types*/); // asm/mystery_event_menu.o void CB2_InitMysteryEventMenu(void); -// asm/save_failed_screen.o -void fullscreen_save_activate(u8); - // asm/rom_81473B8.o bool8 sub_81474C8(void); void sub_8147514(void); diff --git a/include/save_failed_screen.h b/include/save_failed_screen.h new file mode 100644 index 000000000..5a097fb3f --- /dev/null +++ b/include/save_failed_screen.h @@ -0,0 +1,6 @@ +#ifndef GUARD_SAVE_FAILED_SCREEN_H +#define GUARD_SAVE_FAILED_SCREEN_H + +void DoSaveFailedScreen(u8); + +#endif // GUARD_SAVE_FAILED_SCREEN_H |