diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-20 18:02:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 18:02:50 -0400 |
commit | aeeff84462973b267e62031a945603d96afed716 (patch) | |
tree | 046ce2a73b467844e95a490b1cfa9cdda5e5f4df /include/coins.h | |
parent | d3bfb6cfc63f9f64295cbd864f98df9cf4c643b4 (diff) | |
parent | f0bf1e641cb8532611c97354beaf46afaca7c417 (diff) |
Merge pull request #780 from GriffinRichards/sync-scripts
Sync some scripts with pokeemerald
Diffstat (limited to 'include/coins.h')
-rw-r--r-- | include/coins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/coins.h b/include/coins.h index d066c2422..5af56d81c 100644 --- a/include/coins.h +++ b/include/coins.h @@ -6,7 +6,7 @@ void ShowCoinsWindow(u32 a, u8 b, u8 c); void HideCoinsWindow(u8 a, u8 b); void PrintCoins(s32 a, u8 b, u8 c, u8 d); u16 GetCoins(void); -bool8 GiveCoins(u16 coins); -bool8 TakeCoins(u16 coins); +bool8 AddCoins(u16 coins); +bool8 RemoveCoins(u16 coins); #endif // GUARD_COINS_H |