diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-28 15:34:21 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-28 15:34:21 +0200 |
commit | bc3b4b4d9ae6ab59c9ce3892b7d287ebd0ee13fa (patch) | |
tree | 752dcccf8dc4c049d85e1a3232b99f91d7411047 /include/pokemon_storage_system.h | |
parent | 69928d3904a610791d5e34e32364d9ee5f9392ee (diff) |
battle 4 commands are decompiled
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h new file mode 100644 index 000000000..5216e8450 --- /dev/null +++ b/include/pokemon_storage_system.h @@ -0,0 +1,6 @@ +#ifndef GUARD_POKEMON_STORAGE_SYSTEM_H +#define GUARD_POKEMON_STORAGE_SYSTEM_H + +u8* GetBoxNamePtr(u8 boxNumber); + +#endif // GUARD_POKEMON_STORAGE_SYSTEM_H |