diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-01-23 15:49:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 12:49:43 -0300 |
| commit | 8f794a6335e253bb56b94db1866d8dec7d5c6c78 (patch) | |
| tree | 7c78dadcbf2bec57164884dc6e5c2d9b0ed934eb /include/functions.h | |
| parent | 119dfa93545a3b2023e1b1fe35b624d68d8893bf (diff) | |
sf_i6_2 decompiled (#104)
* sf_i6_2
* use macro
* suggestion macros
Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com>
* decimal suggestion
Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com>
* file rename
---------
Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com>
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 7d4146f8..4a067131 100644 --- a/include/functions.h +++ b/include/functions.h @@ -46,6 +46,7 @@ void func_8001D1C8(u8, u32); void func_8001D2FC(f32 *, u16); void func_8001D3A0(f32 *, u16); void func_8001D400(s8); +void func_8001D410(s32); void func_8001D444(u8, u16, u8, u8); void func_8001D4AC(u16, u8, u8, u8); void func_8001D520(void); @@ -111,6 +112,7 @@ void func_8002E700(Player *); void func_8002EE64(Actor * actor); void func_8002F180(void); void func_8002F5F4(u16* msg, RadioCharacterId character); +void func_8002F69C(Actor*); void func_8003088C(Actor*); void func_800319AC(Actor* this); void func_80035448(Actor* actor); |
