diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-08 22:06:49 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 14:19:49 -0700 |
commit | 00c64ddd66d1cf733f71d4e2104ae9f12108486d (patch) | |
tree | 1f87eb353aa8891b218e021fc882f131695a62c7 /src/pokemon_3.c | |
parent | 3cc8c2044525a483ba80f8730f8f6376e5f6c935 (diff) |
Decompile sub_803037C
Diffstat (limited to 'src/pokemon_3.c')
-rw-r--r-- | src/pokemon_3.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pokemon_3.c b/src/pokemon_3.c index 899c9c713..422e603bc 100644 --- a/src/pokemon_3.c +++ b/src/pokemon_3.c @@ -53,10 +53,6 @@ struct SpindaSpot u16 image[16]; }; -extern void get_battle_strings_(u8 *); -extern void sub_8120FFC(const u8 *, u8 *); -extern u8 pokemon_order_func(u8); - extern u8 gPlayerPartyCount; extern struct Pokemon gPlayerParty[6]; extern u8 gEnemyPartyCount; |