summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index d3506d345..083ed3e9f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -453,6 +453,7 @@ struct MauvilleManStoryteller
u8 gameStatIDs[4];
u8 trainerNames[4][7];
u8 statValues[4][4];
+ u8 unk34[4];
};
struct MauvilleManGiddy
@@ -478,6 +479,7 @@ struct MauvilleOldManTrader
u8 unk1[4];
u8 unk5[4][11];
u8 unk31;
+ u8 unk32[4];
};
typedef union OldMan
@@ -487,6 +489,7 @@ typedef union OldMan
struct MauvilleManGiddy giddy;
struct MauvilleManHipster hipster;
struct MauvilleOldManTrader trader;
+ struct MauvilleManStoryteller storyteller;
u8 filler[0x40];
} OldMan;