diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-22 17:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 17:05:58 +0100 |
commit | 1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (patch) | |
tree | 9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/script_buffers.h | |
parent | 98f11489806b6dba4c6080c5429b2368d3092541 (diff) | |
parent | de6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (diff) |
Merge pull request #378 from PikalaxALT/pikalax_work
list_menu; Try matching FUN_0202EFE4
Diffstat (limited to 'include/script_buffers.h')
-rw-r--r-- | include/script_buffers.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/script_buffers.h b/include/script_buffers.h index d0fff528..51a02e43 100644 --- a/include/script_buffers.h +++ b/include/script_buffers.h @@ -4,6 +4,7 @@ #include "pokemon.h" #include "pokemon_storage_system.h" #include "trainer_data.h" +#include "window.h" struct UnkStruct_0200AA80_sub_sub { @@ -105,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, int a2, int a3, int a4); -void FUN_0200B9EC(struct UnkStruct_0200B870 * string, u32 value, u32 n, enum PrintingMode mode, int 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 |