diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-28 10:27:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 10:27:50 -0500 |
commit | 3f5936239785c8dae923e1f5c4bb91492e67cb5a (patch) | |
tree | cb0c74dc4a2c09551e1b6699b7c71ed7dc7c85d7 /include/global.h | |
parent | 763724a98046c81da15dd5a5877ad30adb8129ba (diff) | |
parent | ea748ff7f51a7c119658930f878d046cc8b83c51 (diff) |
Merge branch 'master' into doc-pokejump
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index ec625d3bf..1992ff819 100644 --- a/include/global.h +++ b/include/global.h @@ -893,7 +893,7 @@ struct MysteryEventStruct /*0x000 0x322C*/ struct WonderNewsSaveStruct wonderNews; /*0x1c0 0x33EC*/ struct WonderCardSaveStruct wonderCard; /*0x310 0x353C*/ struct MEventBuffer_3430 buffer_310; - /*0x338 0x3564*/ u16 unk_338[4]; + /*0x338 0x3564*/ u16 questionnaireWords[NUM_QUESTIONNAIRE_WORDS]; /*0x340 0x356C*/ struct MysteryEventStruct unk_340; /*0x344 0x3570*/ u32 unk_344[2][5]; }; // 0x36C 0x3598 |