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 | |
| 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')
| -rw-r--r-- | include/functions.h | 2 | ||||
| -rw-r--r-- | include/variables.h | 3 |
2 files changed, 4 insertions, 1 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); diff --git a/include/variables.h b/include/variables.h index 10c73874..f39d3b15 100644 --- a/include/variables.h +++ b/include/variables.h @@ -488,11 +488,12 @@ extern s8 D_80177BAC; extern s32 D_80177BB0[7]; // extern u16 D_Timer_80177BD0[4]; -extern s32 D_80177BD8[24]; // overruns D_80177C30? +extern s32 D_80177BD8[22]; // overruns D_80177C30? // -0x8?? extern u16 D_80177C30[4]; extern UNK_TYPE D_80177C38[6]; extern s32 D_80177C50; +extern s32 D_80177C58[6]; // 0x1C extern s32 D_80177C70; extern u8 gSoundMode; |
