diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 14:02:18 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 14:02:18 -0500 |
commit | 548dc0db9e84a947cff80a9a850c945da806e250 (patch) | |
tree | ae99d4dbe11ac90d34a0063308bf6461c91427da /src/titlescreen.c | |
parent | 68dcbea52ecc048e4c0eac1bed1845a182498bb7 (diff) |
Decompile some more stuff
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. |