diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-14 00:01:50 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-14 00:01:50 +0000 |
commit | 4311fd8b89903a35a4485ff7db8a44036bfd1bdc (patch) | |
tree | c9851d26cc3c1657fd6b84b5eaaeb7e7074ccd1c /src/pokemon_storage_system.c | |
parent | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (diff) |
Sort includes into alphabetical order
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index c102b570a..465b97da2 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -1,25 +1,25 @@ #include "global.h" -#include "pokemon_storage_system.h" -#include "pokemon.h" -#include "constants/species.h" -#include "event_data.h" -#include "string_util.h" -#include "text.h" -#include "strings.h" -#include "window.h" -#include "menu.h" #include "bg.h" -#include "main.h" -#include "palette.h" -#include "overworld.h" +#include "event_data.h" #include "field_screen.h" #include "field_weather.h" -#include "script.h" +#include "gpu_regs.h" #include "international_string_util.h" -#include "walda_phrase.h" +#include "main.h" +#include "menu.h" +#include "overworld.h" +#include "palette.h" +#include "pokemon.h" +#include "pokemon_storage_system.h" +#include "script.h" #include "sound.h" -#include "gpu_regs.h" +#include "string_util.h" +#include "strings.h" +#include "text.h" +#include "walda_phrase.h" +#include "window.h" #include "constants/songs.h" +#include "constants/species.h" IWRAM_DATA u8 gUnknown_03000F78[0x188]; |