diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 16:51:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 16:51:22 -0500 |
commit | b9a6cba30a3ee44ccb14548d198accd7f6bbfa8d (patch) | |
tree | 79745a054c34cd7e0526aa20e97e663358c0ffdb /include/script.h | |
parent | 8a8e86fa4fe0a7932f475c7aa8424ea840327e4b (diff) |
Finish decomp of mevent_server
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index b718af4c1..ebb4caa86 100644 --- a/include/script.h +++ b/include/script.h @@ -64,5 +64,6 @@ u8 *sub_8099244(void); void sub_80992A0(u8 *script, u16 scriptSize); bool32 sub_8069DFC(void); void sub_8069EA4(u8 * script, u16 scriptSize); +u8 * sub_8069E48(void); #endif // GUARD_SCRIPT_H |