diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-28 04:23:40 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 1d43c0efebf166781b264467980e09d0333ab851 (patch) | |
tree | 1cf226d88d46639c6fa7982a9db3e2c733a576f8 /include/text.h | |
parent | fb2fc3a2bad1605c32b49b5402c1efe56b0792b0 (diff) |
Decompile GameLoop and lots of renames
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index d23ccf7..b786812 100644 --- a/include/text.h +++ b/include/text.h @@ -18,7 +18,7 @@ struct UnkTextStruct2 { u8 fill12[0x06]; }; -void sub_8006218(void); +void LoadCharmaps(void); u32 xxx_update_some_bg_tiles(u32 a0); void sub_8006438(const struct UnkTextStruct2 *a0, u8 a1, u8 a2, u32 *a3); void sub_8006554(void *a0, void *a1, void *a2, void *a3, u32 a4, const struct UnkTextStruct2 *a5, u8 a6, u32 a7, u32 *a8, u32 a9); |