diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 18:53:19 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 18:53:19 -0500 |
commit | f6527d12428c8a8bd2561c3da50ebb36968e061c (patch) | |
tree | 1882d862a18e61ddddf94dee1f9b4dae43336538 /include/money.h | |
parent | cbd3aa95d12bab05042025bd143a2a7cacf0b86d (diff) | |
parent | f5fbe5b66226f4e7e38fe5d4638831d1ce19b36b (diff) |
Merge branch 'master' into cable_car
Diffstat (limited to 'include/money.h')
-rw-r--r-- | include/money.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/money.h b/include/money.h index 5a0acd482..9f4ef71bc 100644 --- a/include/money.h +++ b/include/money.h @@ -11,7 +11,7 @@ void sub_80B7B34(u8, u8, int); void UpdateMoneyWindow(u32, u8, u8); void OpenMoneyWindow(u32, u8, u8); void CloseMoneyWindow(u8, u8); -bool8 sub_80B7CE8(void); -void sub_80B7D0C(void); +bool8 HasEnoughMoneyFor(void); +void PayMoneyFor(void); #endif // GUARD_MONEY_H |