diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-22 18:54:22 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-22 18:54:22 +0200 |
commit | 15896c5a165d9d8bcfd02e3617e3ab7f10602b5f (patch) | |
tree | cfc589be7590138df572e951a3b414ef4ce8a8f0 /include/script_buffers.h | |
parent | 595b90d91c903837b4b0199159a2dece90ea4dee (diff) | |
parent | 1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (diff) |
Merge branch 'master' into unk_02016B94
Diffstat (limited to 'include/script_buffers.h')
-rw-r--r-- | include/script_buffers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/script_buffers.h b/include/script_buffers.h index 20de53de..9a742545 100644 --- a/include/script_buffers.h +++ b/include/script_buffers.h @@ -106,7 +106,7 @@ void StringExpandPlaceholders(struct ScrStrBufs * mgr, struct String * dest, str void ScrStrBufs_ResetBuffers(struct ScrStrBufs * mgr); struct UnkStruct_0200B870 * MessagePrinter_new(u32 r5, u32 r6, u32 sp4, u32 r4); void MessagePrinter_delete(struct UnkStruct_0200B870 * a0); -void FUN_0200B9A8(struct UnkStruct_0200B870 * a0, int a1, struct Window *a2, int a3, int a4); -void FUN_0200B9EC(struct UnkStruct_0200B870 * string, u32 value, u32 n, enum PrintingMode mode, struct Window *sp30, int r5, int r7); +void FUN_0200B9A8(struct UnkStruct_0200B870 * a0, int a1, struct Window * a2, int a3, int a4); +void FUN_0200B9EC(struct UnkStruct_0200B870 * string, u32 value, u32 n, enum PrintingMode mode, struct Window *window, int x, int y); #endif //POKEDIAMOND_SCRIPT_BUFFERS_H |