through sub_8120C0C

This commit is contained in:
PikalaxALT
2018-05-03 17:03:52 -04:00
parent 0bc7759f9b
commit c6115a2fec
10 changed files with 427 additions and 506 deletions

View File

@@ -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;