diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-18 09:55:23 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-18 09:55:23 +0800 |
commit | a28bb81ab714da3da457734fcce93879f3d121a9 (patch) | |
tree | f5b3f255d91ec31acbae2d408d2c6f92fe4fd643 /src/pokemon.c | |
parent | 88ad62c3f3ba977146d7f997cf23e612b31d2d69 (diff) |
battle_main remaining funcs
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 12e6f032d..a95c0ba75 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -5405,7 +5405,7 @@ u16 GetMonEVCount(struct Pokemon *mon) return count; } -void sub_8043A68(void) +void RandomlyGivePartyPokerus(struct Pokemon *party) { u8 foo[4]; // huh? } @@ -5471,7 +5471,7 @@ static void sub_8043B38(void) u8 foo[4]; // huh? } -void sub_8043B40(void) +void PartySpreadPokerus(struct Pokemon *party) { u8 foo[4]; // huh? } |