diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 10:39:17 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 10:39:17 +0200 |
commit | e5ff9e3db1cdab2c9150d1c25ca13e138de6f393 (patch) | |
tree | b9c5146d4584df1617a40f60958f3d26fa042fbe /src | |
parent | 4242ede44580122ee1b0e340737149e8311da8a5 (diff) |
will fix later i guess
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pokemon_2.c b/src/pokemon_2.c index c76787527..15757c58f 100644 --- a/src/pokemon_2.c +++ b/src/pokemon_2.c @@ -1309,6 +1309,8 @@ void sub_805EF84(u8 bank, bool8); extern struct BattlePokemon gBattleMons[4]; +/* + void CopyPlayerPartyMonToBattleData(u8 bank, u8 partyIndex) { s32 i; @@ -1368,3 +1370,4 @@ void CopyPlayerPartyMonToBattleData(u8 bank, u8 partyIndex) sub_803FA70(bank); sub_805EF84(bank, FALSE); } +*/ |