diff options
author | Kaz <kazbloxmc@gmail.com> | 2020-05-30 19:14:20 -0400 |
---|---|---|
committer | Kaz <kazbloxmc@gmail.com> | 2020-05-30 19:14:20 -0400 |
commit | 164d55e3e6166ed56c652346c99b30b0c0c7e158 (patch) | |
tree | 1c8169f74c8cfa4ed48b88c122a61141dbf08f66 /include | |
parent | a85e73bcc456a6a59ea86968e81f1b15c6179f3a (diff) |
money.c: Draw10000Sprite WIP
Diffstat (limited to 'include')
-rw-r--r-- | include/money.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/money.h b/include/money.h index 43579910c..98f70cc08 100644 --- a/include/money.h +++ b/include/money.h @@ -7,7 +7,7 @@ void RemoveMoney(u32 *, u32); void GetMoneyAmountText(u8 *buffer, u32 arg1, u8 arg2); void PrintMoneyAmount(u32 arg0, u8 arg1, u8 x, u8 y); void sub_80B7AEC(u32, u8 right, u8 top); -void Draw10000Sprite(u8, u8, int); +void Draw10000Sprite(u8, u8, s32); void UpdateMoneyWindow(u32, u8, u8); void OpenMoneyWindow(u32, u8, u8); void CloseMoneyWindow(u8, u8); |