Document board/com files
Also did various cleanups
This commit is contained in:
parent
6f46d026ca
commit
83000dbb16
13 changed files with 645 additions and 673 deletions
|
|
@ -10,7 +10,7 @@ void BoardComKeySetDown(void);
|
|||
s8 BoardComPreferItemGet(s32 arg0, s8 *arg1, s8 arg2);
|
||||
s8 BoardComPreferItemCheck(s32 arg0, s8 arg1, s8 arg2, s8 arg3);
|
||||
s32 BoardComItemWeightGet(s32 arg0, s32 arg1);
|
||||
s32 BoardComTutorialItemGet(s32 arg0);
|
||||
s32 BoardComUseItemSlotGet(s32 arg0);
|
||||
s32 BoardComUseItemSet(s32 arg0, s32 arg1);
|
||||
BOOL BoardComUseItemCheck(s32 arg0);
|
||||
s32 BoardComJunctionInputGet(s32 arg0, Vec *arg1, s32 arg2, float *arg3);
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
s16 BoardComPathReachCheck(s16 arg0, u32 arg1, s32 arg2);
|
||||
s16 BoardComPathBestGet(s16 arg0);
|
||||
s16 BoardComPathLenGet(s16 arg0, s16 arg1);
|
||||
s16 BoardComPathW20BestGet(s16 arg0, u32 arg1, s16 arg2);
|
||||
s16 BoardComPathShortcutLenGet(s16 space, u32 type, s32 block_pipe);
|
||||
s16 BoardComPathBestGet(s16 space);
|
||||
s16 BoardComPathLenGet(s16 space, s16 space_other);
|
||||
s16 BoardComPathBestGetFlag(s16 space, u32 flag, s16 len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue