diff options
Diffstat (limited to 'src/titlescreen.c')
-rwxr-xr-x | src/titlescreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/titlescreen.c b/src/titlescreen.c index 3c679c4..0527bbe 100755 --- a/src/titlescreen.c +++ b/src/titlescreen.c @@ -27,15 +27,14 @@ extern const s8 gUnknown_086A9672[9][2]; extern const u16 gUnknown_086A96A4[]; extern const u16 gUnknown_086A96D4[]; extern const s16 gEReaderAccessButtonSequence[]; +extern const u8 *const gUnknown_086A96E4[]; -extern void sub_2B4(void); extern void sub_438(void); extern void sub_CBC(void); extern void sub_D10(void); extern void sub_FE04(void (*func)(void)); extern void sub_FD5C(void (*func)(void)); extern void sub_10708(void*, void*, u16, s16); -extern void sub_11640(void); extern void sub_52C44(void); extern void sub_10AC0(void); @@ -45,6 +44,7 @@ extern void sub_11B74(void); static void sub_114FC(void); static void sub_1157C(void); +extern void sub_11640(void); // If the user doesn't press any buttons at the title screen, // it will transition to a demo gameplay experience. |