diff options
author | paul <nintendo6496@googlemail.com> | 2018-10-21 17:10:02 +0200 |
---|---|---|
committer | paul <nintendo6496@googlemail.com> | 2018-10-21 17:10:02 +0200 |
commit | 092462d83dcbbacf21c03252d760732617d45da5 (patch) | |
tree | 19e8620b02fccaa9f5c4b9693d2103761e438959 /include/money.h | |
parent | e396bcdb7229645f4a4893b8e3c1d364a0e7930c (diff) | |
parent | 26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/money.h')
-rw-r--r-- | include/money.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/money.h b/include/money.h index 5c7c1c984..48b15db76 100644 --- a/include/money.h +++ b/include/money.h @@ -8,9 +8,9 @@ void AddMoney(u32* moneyPtr, u32 toAdd); void RemoveMoney(u32* moneyPtr, u32 toSub); bool8 IsEnoughForCostInVar0x8005(void); void SubtractMoneyFromVar0x8005(void); -void PrintMoneyAmountInMoneyBox(u8 windowId, int amount, u8 speed); -void PrintMoneyAmount(u8 windowId, u8 x, u8 y, int amount, u8 speed); -void PrintMoneyAmountInMoneyBoxWithBorder(u8 windowId, u16 tileStart, u8 pallete, int amount); +void PrintMoneyAmountInMoneyBoxInMoneyBox(u8 windowId, int amount, u8 speed); +void PrintMoneyAmountInMoneyBox(u8 windowId, u8 x, u8 y, int amount, u8 speed); +void PrintMoneyAmountInMoneyBoxInMoneyBoxWithBorder(u8 windowId, u16 tileStart, u8 pallete, int amount); void ChangeAmountInMoneyBox(int amount); void DrawMoneyBox(int amount, u8 x, u8 y); void HideMoneyBox(void); |