diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-18 21:32:09 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-18 21:32:09 -0400 |
commit | 15a3adefa01b0bff99cd13442026551ce7ef1ac2 (patch) | |
tree | 1e93214c5b900c71a5de37e373ed5cd3e6c794fd /include/script.h | |
parent | 7074900712c2d87e1afb4014189059ef460b2193 (diff) |
Static syms in field_control_avatar
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 b56fedec9..46746ddd8 100644 --- a/include/script.h +++ b/include/script.h @@ -78,6 +78,7 @@ u8 sub_80699B0(void); void sub_8069A54(void); bool8 sub_8069A04(void); void sub_80699E0(void); +bool8 sub_80699D4(void); extern const u8 *gRAMScriptPtr; extern u8 gUnknown_20370A0; |