fix merge conflict

This commit is contained in:
DizzyEggg
2017-10-15 23:27:27 +02:00
269 changed files with 36239 additions and 38308 deletions

View File

@@ -54,7 +54,7 @@ void SetCoins(u16 coinAmount)
}
/* Can't match it lol
bool8 AddCoins(u16 toAdd)
bool8 GiveCoins(u16 toAdd)
{
u16 newAmount;
u16 ownedCoins = GetCoins();