summaryrefslogtreecommitdiff
path: root/include/mauville_man.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-11-27 14:07:31 -0600
committerGitHub <noreply@github.com>2017-11-27 14:07:31 -0600
commit5498eaf94849bbc7b56d8c280862b61ecefa0643 (patch)
tree518b0b12e669c09c31a33c7a071f10bcd4ea76b9 /include/mauville_man.h
parent66f2ac4ba38cb32eb210545536a487969b593d10 (diff)
parent5d74d11d3e3047b4b53153365325db9e6999c627 (diff)
Merge pull request #477 from camthesaxman/constant_headers
Use common headers for constants in assembly and C
Diffstat (limited to 'include/mauville_man.h')
-rw-r--r--include/mauville_man.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/mauville_man.h b/include/mauville_man.h
index 2b8f139f2..622cd1bfb 100644
--- a/include/mauville_man.h
+++ b/include/mauville_man.h
@@ -1,15 +1,7 @@
#ifndef GUARD_MAUVILLE_OLD_MAN_H
#define GUARD_MAUVILLE_OLD_MAN_H
-// IDs
-enum
-{
- MAUVILLE_MAN_BARD,
- MAUVILLE_MAN_HIPSTER,
- MAUVILLE_MAN_TRADER,
- MAUVILLE_MAN_STORYTELLER,
- MAUVILLE_MAN_GIDDY,
-};
+#include "constants/mauville_man.h"
void SetupMauvilleOldMan(void);
void sub_80F7F30(void);