From 21c3e7e8e5555af964f7419aa9213446eaa421d6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 2 May 2018 11:31:58 -0400 Subject: through SetMauvilleOldMan --- include/mauville_old_man.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/mauville_old_man.h') diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h index aefc76083..0fc9fd6eb 100644 --- a/include/mauville_old_man.h +++ b/include/mauville_old_man.h @@ -2,6 +2,15 @@ #ifndef GUARD_MAUVILLE_OLD_MAN_H #define GUARD_MAUVILLE_OLD_MAN_H +enum MauvilleOldManType +{ + MAUVILLE_MAN_BARD, + MAUVILLE_MAN_HIPSTER, + MAUVILLE_MAN_TRADER, + MAUVILLE_MAN_STORYTELLER, + MAUVILLE_MAN_GIDDY +}; + void SetMauvilleOldMan(void); u8 sub_81201C8(void); -- cgit v1.2.3 From c6115a2fec2955803e65eedf5e8de1b8a134c188 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 3 May 2018 17:03:52 -0400 Subject: through sub_8120C0C --- include/mauville_old_man.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mauville_old_man.h') diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h index 0fc9fd6eb..28cd5589e 100644 --- a/include/mauville_old_man.h +++ b/include/mauville_old_man.h @@ -13,5 +13,6 @@ enum MauvilleOldManType void SetMauvilleOldMan(void); u8 sub_81201C8(void); +extern struct BardSong gUnknown_03006130; #endif // GUARD_MAUVILLE_OLD_MAN_H -- cgit v1.2.3 From 61cc1d55743715a64e793187f63d0f1f7a80b0e0 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 7 May 2018 18:11:20 -0400 Subject: Rename symbols using Ruby as a reference --- include/mauville_old_man.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/mauville_old_man.h') diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h index 28cd5589e..696f12cc7 100644 --- a/include/mauville_old_man.h +++ b/include/mauville_old_man.h @@ -12,7 +12,8 @@ enum MauvilleOldManType }; void SetMauvilleOldMan(void); -u8 sub_81201C8(void); -extern struct BardSong gUnknown_03006130; +u8 GetCurrentMauvilleOldMan(void); +extern struct BardSong gBardSong; +void ScrSpecial_SetMauvilleOldManMapObjGfx(void); #endif // GUARD_MAUVILLE_OLD_MAN_H -- cgit v1.2.3