diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-16 18:29:19 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-16 18:29:19 -0500 |
commit | c56305607a1bad264b89d07b7539eff3fe010e0d (patch) | |
tree | 7ff237e2f21cc698d8a2912d14becd30f9f1cddc /src | |
parent | 6dca429862b60ce2e332893839698c880a8bd5e7 (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/choose_party.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/choose_party.c b/src/choose_party.c index b08812573..e5005ca63 100644 --- a/src/choose_party.c +++ b/src/choose_party.c @@ -639,7 +639,7 @@ bool8 sub_8122854(void) void sub_81228E8(u8 a) { u8 i; - + for (i = 0; i < 3; i++) { if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES) != 0) @@ -655,13 +655,13 @@ void sub_81228E8(u8 a) void sub_8122950(u8 a) { u8 i; - + for (i = 0; i < 3; i++) { if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES) != 0) { u16 item = GetMonData(&gPlayerParty[i], MON_DATA_HELD_ITEM); - + CreateHeldItemIcon_806DCD4(a, i, item); } if (gUnknown_02023A00[i].species != 0) @@ -672,13 +672,13 @@ void sub_8122950(u8 a) void sub_81229B8(void) { u8 i; - + for (i = 0; i < 3; i++) { if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES) != 0) { u8 status; - + PartyMenuPrintHP(i, 3, &gPlayerParty[i]); status = GetMonStatusAndPokerus(&gPlayerParty[i]); if (status != 0 && status != 6) |