diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-24 20:50:39 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-24 20:50:39 -0500 |
commit | 8c57ef0fad270bc795d0b64a75d96fafc0f63513 (patch) | |
tree | 83f7abe8a9b19ad34f1ec4c2ed58cf82f5c0483d /include | |
parent | 670255f950a98f8a5cc636a20682b9ed42a31b21 (diff) |
finish labeling script
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h index 875ea7815..7c673f13e 100644 --- a/include/global.h +++ b/include/global.h @@ -494,11 +494,10 @@ struct MauvilleManStoryteller struct MauvilleManGiddy { /*0x00*/ u8 id; - /*0x01*/ u8 unk1; + /*0x01*/ u8 taleCounter; /*0x02*/ u8 questionNum; - /*0x04*/ u16 mauvilleOldMan_ecArray[10]; + /*0x04*/ u16 randomWords[10]; /*0x18*/ u8 questionList[12]; - /*0x24*/ u8 fillerF[0x2]; }; /*size = 0x2C*/ |