diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-14 14:23:40 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-14 14:23:40 -0400 |
commit | 8faf63a97c7550778bc06414a12f6435fb885a35 (patch) | |
tree | 9242c1e9ef26de207332ba601fd51c5bdbd06171 /src/pokemon_storage_system_5.c | |
parent | 5f7738672ac9b3aa6a7836bc222d60acf7e32f54 (diff) |
split off pokemon_storage_system_4
Diffstat (limited to 'src/pokemon_storage_system_5.c')
-rw-r--r-- | src/pokemon_storage_system_5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pokemon_storage_system_5.c b/src/pokemon_storage_system_5.c new file mode 100644 index 000000000..663303c08 --- /dev/null +++ b/src/pokemon_storage_system_5.c @@ -0,0 +1,3 @@ +#include "global.h" +#include "gflib.h" +#include "pokemon_storage_system_internal.h" |