diff options
| author | Henny022p <info@henny022.de> | 2022-02-03 05:44:50 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-02-03 05:52:50 +0100 |
| commit | bbc3a8841596de1fc7f034953df9c844ec805033 (patch) | |
| tree | 2b3a624ea1f67bd1b83d3aa25b75cfe7c2f672bf /include/functions.h | |
| parent | 67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff) | |
CreateRandomDrop and droptables
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index b0dfbee0..171e6c90 100644 --- a/include/functions.h +++ b/include/functions.h @@ -168,7 +168,7 @@ extern void sub_080044AE(Entity*, u32, u32); extern void sub_0801AF18(u8*, u32, u32); extern void sub_0807B9B8(s32, s32, s32); extern void sub_08000148(u32, u32, u32); -extern void sub_0805457C(Entity*, s32); +extern void CreateRandomItemDrop(Entity*, s32); extern Entity* sub_080A2A3C(Entity*, u32, u32, u32); extern void sub_0806FCF4(Entity*, s32, s32, s32); extern u32 sub_080041DC(Entity*, u32, u32); |
