diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-14 00:05:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 00:05:50 -0500 |
commit | 0d38d443b561f9baaae12324712503dfccaf01ea (patch) | |
tree | 2c22380365ddf70f1432cac5f9cbede0bdef2abc /src/coins.c | |
parent | f6af9e7013107154df62d2eff53e3accb7a24b3d (diff) | |
parent | 924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (diff) |
Merge pull request #84 from Diegoisawesome/decomp_scrcmd
Decomp scrcmd
Diffstat (limited to 'src/coins.c')
-rw-r--r-- | src/coins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coins.c b/src/coins.c index 4ee601b22..e651bc6ca 100644 --- a/src/coins.c +++ b/src/coins.c @@ -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(); |