diff options
author | fieldy101 <fieldy101@gmail.com> | 2020-04-22 22:30:05 +1000 |
---|---|---|
committer | fieldy101 <fieldy101@gmail.com> | 2020-04-22 23:30:44 +1000 |
commit | ab826b92222c6af2df6f532674f2f517021b7d02 (patch) | |
tree | 900ea2db5401202df5b8fecaa023bb931db39cac /src | |
parent | f1a07515684562ea1584ffa2734348d4174b3b36 (diff) |
Add includes for nonmatching build
Diffstat (limited to 'src')
-rw-r--r-- | src/credits.c | 2 | ||||
-rw-r--r-- | src/help_message.c | 1 | ||||
-rw-r--r-- | src/help_system.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/credits.c b/src/credits.c index e00587ff2..190b8cbb1 100644 --- a/src/credits.c +++ b/src/credits.c @@ -9,6 +9,8 @@ #include "graphics.h" #include "strings.h" #include "trainer_pokemon_sprites.h" +#include "field_weather.h" +#include "menu.h" #include "constants/species.h" #include "constants/maps.h" #include "constants/field_weather.h" diff --git a/src/help_message.c b/src/help_message.c index 2fd76e432..b85c07f66 100644 --- a/src/help_message.c +++ b/src/help_message.c @@ -1,5 +1,6 @@ #include "global.h" #include "menu.h" +#include "malloc.h" static EWRAM_DATA u8 sHelpMessageWindowId = 0; diff --git a/src/help_system.c b/src/help_system.c index 9c794f878..ef345ff9b 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -2,6 +2,7 @@ #include "gflib.h" #include "decompress.h" #include "m4a.h" +#include "event_data.h" #include "help_system.h" #include "list_menu.h" #include "strings.h" |