diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
| commit | 79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch) | |
| tree | 1e59403522cbeeaa36c33ca34662f17c49866639 /include/functions.h | |
| parent | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff) | |
Various documentations
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.h b/include/functions.h index bd78c851..aeaf26f1 100644 --- a/include/functions.h +++ b/include/functions.h @@ -83,8 +83,8 @@ extern void sub_0803C0AC(Entity*); extern void sub_08049CF4(Entity*); extern u32 sub_0804A024(Entity*, u32, u32); extern u32 sub_080542AC(u32); -extern void sub_08054564(); -extern void sub_08054570(void); +extern void DisableRandomDrops(); +extern void EnableRandomDrops(void); extern s32 sub_08056338(void); extern void sub_080575C8(u32); extern void sub_08057688(void); |
