summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-03 17:03:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-03 17:03:52 -0400
commitc6115a2fec2955803e65eedf5e8de1b8a134c188 (patch)
tree6f53dde2d55062ff6683e1e6e208536e1e7f4648 /include/global.h
parent0bc7759f9b2ee1e8b442d2b7cc9da44bb146e765 (diff)
through sub_8120C0C
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;