summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-08-24 13:40:03 -0500
committercamthesaxman <cameronghall@cox.net>2017-08-24 13:40:03 -0500
commita277e60789d9ea78fe03a4bcded2edf7b91e548e (patch)
treeecba97443221cbd008a270d3835a1a2e175921f3 /include
parent988f5a685a36d3591d07f71ca778d988fb26720a (diff)
finish decompiling mauville_old_man
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/mauville_old_man.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 67039d50e..f172c12a3 100644
--- a/include/global.h
+++ b/include/global.h
@@ -484,7 +484,7 @@ struct MauvilleManTrader
struct MauvilleManStoryteller
{
u8 id;
- u8 unk1;
+ bool8 unk1;
u8 filler2[2];
u8 unk4[4];
u8 unk8[4][7];
diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h
index 2fd467029..43bf3e093 100644
--- a/include/mauville_old_man.h
+++ b/include/mauville_old_man.h
@@ -16,6 +16,5 @@ void sub_80F7DC0(void);
void sub_80F7F30(void);
void sub_80F7F80(u8);
void sub_80F83D0(void);
-void StorytellerSetup(void);
#endif // GUARD_MAUVILLE_OLD_MAN_H