diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-05-23 01:28:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 01:28:16 -0400 |
commit | a7794a82a376150ef63562465a71fc161d67e7fa (patch) | |
tree | c7f40d9e03335c1b29980a8b79bf2ddb51764a5f /arm9/src/script_buffers.c | |
parent | 121208bd6db271ae766a614da82fa00498bb7856 (diff) | |
parent | 4ea5a0c4aa1605f625d860f55894ac656bdcbd49 (diff) |
Merge pull request #349 from remicalixte/unk_02016B94
Decompile unk_02016B94.s
Diffstat (limited to 'arm9/src/script_buffers.c')
-rw-r--r-- | arm9/src/script_buffers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/src/script_buffers.c b/arm9/src/script_buffers.c index 939781f4..596056b1 100644 --- a/arm9/src/script_buffers.c +++ b/arm9/src/script_buffers.c @@ -12,7 +12,6 @@ #include "trainer_data.h" #include "script_buffers.h" #include "unk_02024E64.h" -#include "window.h" #include "text.h" #pragma thumb on @@ -803,7 +802,7 @@ 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_0200B9A8(struct UnkStruct_0200B870 * a0, int a1, struct Window *a2, int a3, int a4) { BlitBitmapRectToWindow(a2, a0->unk_4->unk_14 + UNK_020ECE6C[a1][0], 0, 0, UNK_020ECE6C[a1][1], 8, (u16)a3, (u16)a4, UNK_020ECE6C[a1][1], 8); } |