diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-24 19:54:39 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-24 19:54:39 -0500 |
commit | 670255f950a98f8a5cc636a20682b9ed42a31b21 (patch) | |
tree | 24ed28d96c40b4e8cddf90acd3e99a3afb50e9d9 /include/global.h | |
parent | 19e06e09c9579c8230c66d6d0d267c5b722637e5 (diff) |
fix build for real this time
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h index 0e0c29045..875ea7815 100644 --- a/include/global.h +++ b/include/global.h @@ -486,9 +486,9 @@ struct MauvilleManStoryteller u8 id; bool8 unk1; u8 filler2[2]; - u8 unk4[4]; - u8 playerNames[4][7]; - u8 unk24[2][4]; // unknown length + u8 gameStatIDs[4]; + u8 trainerNames[4][7]; + u8 unk24[4][4]; }; struct MauvilleManGiddy |