diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2022-10-20 20:34:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 02:34:21 +0100 |
| commit | dca019f9fa648db1fa1dc827899002a9dffa1bb6 (patch) | |
| tree | d4b1e6755258067075f7fdb8f3422cd36783c990 /include | |
| parent | 75d7cf668c64967fb7f8c5b9c6182bb70e7fbba9 (diff) | |
Match 4 functions in BGcheck, remove nonequivalency in DynaPoly_ExpandSRT and BgHakaBombwall (#1128)
* match 1
* more matches
* one thing
* cleaned up conditionals
* move bss
* format
* I swear that's all of the ()
Co-authored-by: petrie911 <petrie911@users.noreply.github.com>
Diffstat (limited to 'include')
| -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 fd562daf0..bd8e09181 100644 --- a/include/functions.h +++ b/include/functions.h @@ -164,7 +164,7 @@ f64 func_80086CEC(f64 param_1); s32 func_80086CF8(f32 param_1); s32 func_80086D08(f64 param_1); // void func_80086D18(void); -// void func_80086D24(void); +f64 func_80086D24(f64); s32 func_80086D30(f32 param_1); s32 func_80086D40(f64 param_1); // void func_80086D50(void); |
