diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 00:15:07 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 00:15:07 +0100 |
commit | 8ceea171b34e30ca35f32f1876dcde740ce78936 (patch) | |
tree | b80ada40280ceab9f5a5cd96c64262013e7cdbc8 /src | |
parent | fa3691ca40d431d3f533c6e1bad47c4c4af81ccf (diff) |
leave out pss for now
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_storage_system.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 8eeac96b1..f82a52d38 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -99,6 +99,7 @@ static u8 *StringCopyAndFillWithSpaces(u8 *dst, const u8 *src, u16 n) return str; } +/* can't match static void sub_80C7128(u16 *dst, u16 dstToAdd, u16 dstToMul, const u16 *src, u16 srcToAdd, u16 srcToMul, u32 size, u16 count, u16 srcBy) { u16 i; @@ -118,4 +119,4 @@ static void sub_80C7128(u16 *dst, u16 dstToAdd, u16 dstToMul, const u16 *src, u1 src += srcBy; } } -} +}*/ |