diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-05 20:11:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 20:11:10 -0700 |
commit | 9238533346fd97c67e48fee33a204d1e8e2dd0a7 (patch) | |
tree | e9a140e919d72891ea825b64fc72a9cfa175ce88 /include/money.h | |
parent | 99c98097753008b1f824a676b36f34ac2857effe (diff) | |
parent | f309f3272ae04be643ee3d1dd9f3fc3e5fc6c699 (diff) |
Merge pull request #648 from yenatch/master
fix WarpEvent and label some of pokemon_summary_screen
Diffstat (limited to 'include/money.h')
-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 e3a3f898d..43579910c 100644 --- a/include/money.h +++ b/include/money.h @@ -6,7 +6,7 @@ void AddMoney(u32 *, u32); 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 left, u8 top); +void sub_80B7AEC(u32, u8 right, u8 top); void Draw10000Sprite(u8, u8, int); void UpdateMoneyWindow(u32, u8, u8); void OpenMoneyWindow(u32, u8, u8); |