summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-04-03 23:27:50 -0700
committerGitHub <noreply@github.com>2022-04-03 23:27:50 -0700
commit55213bc9a4fd54716c67c40554b2f4a010c6cfdf (patch)
treeffcaf9d10edbe76e61992eafe87f042591d2489c /include
parent254d0c4b5019e9a775339fc3df16ef31f290b9a6 (diff)
parent8c1d3f3e6601064dcea97c5e7ab6d8286fc4eac6 (diff)
Merge pull request #485 from hatal175/subtask2
Decompile some subtask2 functions
Diffstat (limited to 'include')
-rw-r--r--include/game.h10
-rw-r--r--include/save.h4
2 files changed, 13 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h
index ca722d7c..46a82750 100644
--- a/include/game.h
+++ b/include/game.h
@@ -285,4 +285,14 @@ typedef enum {
GAMEMAIN_SUBTASK,
} EGameMainState;
+typedef struct {
+ u8 _0;
+ u8 _1;
+ u8 _2;
+ u8 _3;
+ u8 _4;
+ u16 _6;
+} struct_08127F94;
+extern struct_08127F94 gUnk_08127F94[];
+
#endif // GAME_H
diff --git a/include/save.h b/include/save.h
index 487c499a..6536cc76 100644
--- a/include/save.h
+++ b/include/save.h
@@ -41,7 +41,9 @@ typedef struct {
/*0x006*/ u8 saw_staffroll;
/*0x007*/ u8 unk7;
/*0x008*/ u8 global_progress; /**< @see UpdateGlobalProgress */
- /*0x009*/ u8 field_0x9[0x37];
+ /*0x009*/ u8 field_0x9[0x17];
+ /*0x020*/ u16 field_0x20;
+ /*0x022*/ u8 field_0x22[0x1e];
/*0x040*/ u32 windcrests; /**< Windcrest flags. */
/*0x044*/ u8 filler44[0xC];
/*0x050*/ u32 unk50;