diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2023-12-26 17:55:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 17:55:45 -0300 |
| commit | 510071802a01a9bb8d21e4e22fcdbe94feb4f28a (patch) | |
| tree | 7b415a74cc0c3740683dd74528997e86762cc3c7 /include/functions.h | |
| parent | 833b4fe92bd246a918ce808121a0cc4e9f7292d3 (diff) | |
More fox_map functions (#60)
* func_EBFBE0_801A19A8
* func_EBFBE0_801A3550
* func_EBFBE0_801A1AE8
* func_EBFBE0_801A9910
* func_EBFBE0_801A48C0
* func_EBFBE0_801A2674
* func_EBFBE0_8019F42C
* func_EBFBE0_801A9FD4
* func_EBFBE0_801A5C90
* func_EBFBE0_801A8F40
* func_EBFBE0_801A4D7C
* func_EBFBE0_801A9224
* func_EBFBE0_801A4AE8
* func_EBFBE0_8019F600
* func_EBFBE0_801A4650
* .
* func_EBFBE0_801ACD90
* func_EBFBE0_801AC9A0
* void func_EBFBE0_801AC530(s32 index) {
* func_EBFBE0_801AC200
* func_EBFBE0_801A8738
* func_EBFBE0_801A809C
* func_EBFBE0_801A4394
* func_EBFBE0_801A2304
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h index d974be43..23c6732f 100644 --- a/include/functions.h +++ b/include/functions.h @@ -43,7 +43,9 @@ void func_8001D3A0(Vec3f *, u16); void func_8001D400(s8); void func_8001D444(u8, u16, u8, u8); void func_8001D4AC(u16, u8, u8, u8); +void func_8001D520(void); void func_8001D638(u8); +void func_8001D6DC(s32); void func_8001DA90(u8); void func_8001DBD0(s32); void func_8001DC6C(u8, u16); |
