summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2021-03-06 06:36:07 -0300
committerLOuroboros <lunosouroboros@gmail.com>2021-03-06 06:36:07 -0300
commitf6dd54feecd4ca778913a95e60fb70a9e96ec9b5 (patch)
treed781b4b738faba677ce4c4937f8e5a332fecddb5
parentec8a0f086f63305d4b15d339f15ff86e1e4ee3c7 (diff)
Small syntax correction
-rw-r--r--Better-White-Out-Money-Calculation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Better-White-Out-Money-Calculation.md b/Better-White-Out-Money-Calculation.md
index 2f04015..b58be20 100644
--- a/Better-White-Out-Money-Calculation.md
+++ b/Better-White-Out-Money-Calculation.md
@@ -118,7 +118,7 @@ static void Cmd_getmoneyreward(void)
+ for (count = 0, i = 0; i < ARRAY_COUNT(sBadgeFlags); i++)
+ {
+ if (FlagGet(sBadgeFlags[i]) == TRUE)
-+ ++count;
++ ++count;
+ }
+ money = sWhiteOutBadgeMoney[count] * gMaxPartyLevel;
+ RemoveMoney(&gSaveBlock1Ptr->money, money);