mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 15:57:29 -05:00
Small syntax correction
parent
ec8a0f086f
commit
f6dd54feec
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user