diff options
author | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
---|---|---|
committer | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
commit | 1b30da21d9a0f1264ba3649e725ac1a62eca3e3a (patch) | |
tree | 3105ab0101ffd0768589279130163a971c8365ca /src/main.c | |
parent | 8a5fce7837b7314adb9bf6996ef06c009e853c29 (diff) | |
parent | 6857b73ee348b16ecbd11d3dd12de022c08af3a5 (diff) |
merge trainer hill changes
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index c4962286c..61c5e3386 100644 --- a/src/main.c +++ b/src/main.c @@ -22,10 +22,10 @@ #include "text.h" #include "intro.h" #include "main.h" +#include "trainer_hill.h" extern void sub_800B9B8(void); extern u8 gUnknown_03002748; -extern u32 *gUnknown_0203CF5C; static void VBlankIntr(void); static void HBlankIntr(void); |