summaryrefslogtreecommitdiff
path: root/src/code_8012A18.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-05-23 16:19:35 -0500
committerGitHub <noreply@github.com>2021-05-23 16:19:35 -0500
commiteaa141c612dd1689936a21bd57018a55ff686b69 (patch)
treefafe2a9a562af6a8e36716ff76a5b3e8b30d4411 /src/code_8012A18.c
parentf402e46cd3c8b7236673d6edbae77903a7cc0618 (diff)
Keep on keepin on (#38)
* end of may dump of work * move save text to src * decomp a little more
Diffstat (limited to 'src/code_8012A18.c')
-rw-r--r--src/code_8012A18.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/code_8012A18.c b/src/code_8012A18.c
index 0e0099b..983d4e7 100644
--- a/src/code_8012A18.c
+++ b/src/code_8012A18.c
@@ -1,15 +1,7 @@
#include "global.h"
#include "code_800558C.h"
#include "input.h"
-
-struct UnkStruct_203B46C
-{
- /* 0x0 */ u32 unk0;
- /* 0x4 */ u32 unk4;
- /* 0x8 */ u16 unk8;
- /* 0xA */ u8 unkA;
-};
-
+#include "gUnknown_203B46C.h"
extern void sub_8011860();
extern void xxx_draw_string_80144C4();
@@ -24,7 +16,7 @@ extern void sub_8009908();
extern void xxx_call_update_bg_sound_input();
extern void ResetSprites(u8 r0);
-extern struct UnkStruct_203B46C *gUnknown_203B46C;
+extern struct UnkSaveStruct1 *gUnknown_203B46C;
void sub_8012A18()