summaryrefslogtreecommitdiff
path: root/src/script_pokemon_util_80F99CC.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
commitd343d1f19a74657489d987dbd97b84e7389ae295 (patch)
tree2e47b11231a68494c5146a32b2a90685cc850a13 /src/script_pokemon_util_80F99CC.c
parentac4ca95a7bcf05482add953aafa081df824fc954 (diff)
parent6b5f5b95bdac53ab4abd93302897d02118738561 (diff)
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/script_pokemon_util_80F99CC.c')
-rw-r--r--src/script_pokemon_util_80F99CC.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/script_pokemon_util_80F99CC.c b/src/script_pokemon_util_80F99CC.c
index 1f12c4943..ce62f2abb 100644
--- a/src/script_pokemon_util_80F99CC.c
+++ b/src/script_pokemon_util_80F99CC.c
@@ -144,7 +144,7 @@ bool8 sub_80F9ACC(void)
void sub_80F9C00(void)
{
u8 i;
-
+
for(i = 0; i < gPlayerPartyCount; i++)
{
switch(sub_80AE47C(&gPlayerParty[i]))
@@ -251,7 +251,7 @@ bool8 sub_80F9CE8(void) // this is the same function as sub_80F9ACC except case
void sub_80F9E1C(void)
{
u8 i;
-
+
for(i = 0; i < gPlayerPartyCount; i++)
{
if(!sub_8040574(&gPlayerParty[i]))
@@ -293,7 +293,7 @@ void sub_80F9F3C(void) // count pokemon moves
u8 i;
gScriptResult = 0;
-
+
for(i = 0; i < 4; i++) // checks MOVE1-MOVE4
if(GetMonData(&gPlayerParty[gSpecialVar_0x8004], i + 13))
gScriptResult++;
@@ -440,7 +440,7 @@ void sub_80FA0DC(void)
SetMonMoveSlot(&gPlayerParty[gSpecialVar_0x8004], 0, gSpecialVar_0x8005);
RemoveMonPPBonus(&gPlayerParty[gSpecialVar_0x8004], gSpecialVar_0x8005);
-
+
for(i = gSpecialVar_0x8005; i < 3; i++)
sub_80F9FDC(&gPlayerParty[gSpecialVar_0x8004], i, i + 1);
}
@@ -449,7 +449,7 @@ void sub_80FA148(void)
{
struct Pokemon *party = &gPlayerParty[gSpecialVar_0x8004];
gScriptResult = 0;
-
+
if(GetMonData(party, MON_DATA_IS_EGG))
gScriptResult = 1;
}