diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-23 19:32:10 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-26 19:30:21 -0700 |
commit | e27be38588bc1d2d3e26e10c87d5de91a5cbab21 (patch) | |
tree | a72acc4e643e29d416a0695b8ad2e8938a3041b7 /include/easy_chat.h | |
parent | f90bc99a49a3d4fa60e96cd6fbcb546f8e3a1da0 (diff) |
More decomp of battle_tower
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 8a820353f..b59adedd5 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -1080,6 +1080,7 @@ u8 sub_80EB868(u8); void sub_80EB890(u8); u8 sub_80EB8C0(void); u16 sub_80EB8EC(void); +u8 *sub_80EB544(u8 *dst, u16 *words, u16 arg2, u16 arg3); #if GERMAN u32 de_sub_80EB748(u32, u32); |