diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-24 21:18:07 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-24 21:18:07 -0500 |
commit | b6ea4d9a77cdb6b416d3dd94eef68ce8a56cd4eb (patch) | |
tree | 9e56ae85b3f92cd1418267b71b8164e4d5fee3cc /include | |
parent | 8c57ef0fad270bc795d0b64a75d96fafc0f63513 (diff) |
label more stuff in mauville_old_man.c
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 9 | ||||
-rw-r--r-- | include/mauville_old_man.h | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/include/global.h b/include/global.h index 7c673f13e..ab7d43955 100644 --- a/include/global.h +++ b/include/global.h @@ -458,7 +458,6 @@ struct MauvilleManCommon struct MauvilleManBard { /*0x00*/ u8 id; - /*0x01*/ u8 unk_2D95; /*0x02*/ u16 songLyrics[6]; /*0x0E*/ u16 temporaryLyrics[6]; /*0x1A*/ u8 playerName[8]; @@ -470,7 +469,7 @@ struct MauvilleManBard struct MauvilleManHipster { u8 id; - u8 unk1; + bool8 alreadySpoken; }; struct MauvilleManTrader @@ -484,11 +483,11 @@ struct MauvilleManTrader struct MauvilleManStoryteller { u8 id; - bool8 unk1; + bool8 alreadyRecorded; u8 filler2[2]; u8 gameStatIDs[4]; u8 trainerNames[4][7]; - u8 unk24[4][4]; + u8 statValues[4][4]; }; struct MauvilleManGiddy @@ -509,7 +508,7 @@ union MauvilleMan struct MauvilleManTrader trader; struct MauvilleManStoryteller storyteller; struct MauvilleManGiddy giddy; - u8 filler[0x40]; + u8 filler[0x40]; // needed to pad out the struct }; struct Unk_SB_Access_Struct1 diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h index 277e5fbe6..2b8f139f2 100644 --- a/include/mauville_old_man.h +++ b/include/mauville_old_man.h @@ -12,7 +12,6 @@ enum }; void SetupMauvilleOldMan(void); -void sub_80F7DC0(void); void sub_80F7F30(void); void sub_80F83D0(void); |