diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_palace.c | 1 | ||||
-rw-r--r-- | src/battle_pyramid.c | 1 | ||||
-rw-r--r-- | src/easy_chat.c | 1 | ||||
-rw-r--r-- | src/fldeff_strength.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/battle_palace.c b/src/battle_palace.c index d435f7e15..4033712b6 100644 --- a/src/battle_palace.c +++ b/src/battle_palace.c @@ -6,6 +6,7 @@ #include "battle_tower.h" #include "frontier_util.h" #include "item.h" +#include "string_util.h" #include "constants/items.h" // This file's functions. diff --git a/src/battle_pyramid.c b/src/battle_pyramid.c index 878ea4e70..01f138925 100644 --- a/src/battle_pyramid.c +++ b/src/battle_pyramid.c @@ -15,6 +15,7 @@ #include "sound.h" #include "task.h" #include "start_menu.h" +#include "string_util.h" #include "trainer_see.h" #include "main.h" #include "load_save.h" diff --git a/src/easy_chat.c b/src/easy_chat.c index 7d25d1430..e4233fb7f 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -13,6 +13,7 @@ #include "palette.h" #include "event_data.h" #include "easy_chat.h" +#include "string_util.h" // Static type declarations diff --git a/src/fldeff_strength.c b/src/fldeff_strength.c index c9b91f97f..f796ecea6 100644 --- a/src/fldeff_strength.c +++ b/src/fldeff_strength.c @@ -5,6 +5,7 @@ #include "party_menu.h" #include "rom6.h" #include "script.h" +#include "string_util.h" #include "task.h" #include "constants/event_objects.h" #include "constants/field_effects.h" |