-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from adrienntindall/main
Partially document field_comm_manager
- Loading branch information
Showing
406 changed files
with
4,319 additions
and
4,321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef POKEPLATINUM_FIELD_SYSTEM_DECL_H | ||
#define POKEPLATINUM_FIELD_SYSTEM_DECL_H | ||
|
||
typedef struct FieldSystem_t FieldSystem; | ||
|
||
#endif // POKEPLATINUM_FIELD_SYSTEM_DECL_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef POKEPLATINUM_FIELD_SYSTEM_SUB1_DECL_H | ||
#define POKEPLATINUM_FIELD_SYSTEM_SUB1_DECL_H | ||
|
||
typedef struct FieldSystem_sub1_t FieldSystem_sub1; | ||
|
||
#endif // POKEPLATINUM_FIELD_SYSTEM_SUB1_DECL_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef POKEPLATINUM_FIELD_SYSTEM_SUB2_DECL_H | ||
#define POKEPLATINUM_FIELD_SYSTEM_SUB2_DECL_H | ||
|
||
typedef struct FieldSystem_sub2_t FieldSystem_sub2; | ||
|
||
#endif // POKEPLATINUM_FIELD_SYSTEM_SUB2_DECL_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef POKEPLATINUM_FIELD_SYSTEM_SUB3_H | ||
#define POKEPLATINUM_FIELD_SYSTEM_SUB3_H | ||
|
||
typedef struct { | ||
u16 unk_00; | ||
u16 unk_02; | ||
} FieldSystem_sub3; | ||
|
||
#endif // POKEPLATINUM_FIELD_SYSTEM_SUB3_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef POKEPLATINUM_FUNCPTR_020598EC_H | ||
#define POKEPLATINUM_FUNCPTR_020598EC_H | ||
|
||
typedef void (* UnkFuncPtr_020598EC)(void); | ||
typedef void (* FieldCommTask)(void); | ||
|
||
#endif // POKEPLATINUM_FUNCPTR_020598EC_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef POKEPLATINUM_FUNCPTR_020EC57C_H | ||
#define POKEPLATINUM_FUNCPTR_020EC57C_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
typedef void (* UnkFuncPtr_020EC57C)(UnkStruct_0203CDB0 *); | ||
typedef void (* UnkFuncPtr_020EC57C)(FieldSystem *); | ||
|
||
#endif // POKEPLATINUM_FUNCPTR_020EC57C_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef POKEPLATINUM_FUNCPTR_020EF718_H | ||
#define POKEPLATINUM_FUNCPTR_020EF718_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
typedef void (* UnkFuncPtr_020EF718)(UnkStruct_0203CDB0 *); | ||
typedef void (* UnkFuncPtr_020EF718)(FieldSystem *); | ||
|
||
#endif // POKEPLATINUM_FUNCPTR_020EF718_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef POKEPLATINUM_FUNCPTR_020EF744_H | ||
#define POKEPLATINUM_FUNCPTR_020EF744_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
typedef void (* UnkFuncPtr_020EF744)(UnkStruct_0203CDB0 *); | ||
typedef void (* UnkFuncPtr_020EF744)(FieldSystem *); | ||
|
||
#endif // POKEPLATINUM_FUNCPTR_020EF744_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef POKEPLATINUM_FUNCPTR_020EF770_H | ||
#define POKEPLATINUM_FUNCPTR_020EF770_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
typedef BOOL (* UnkFuncPtr_020EF770)(UnkStruct_0203CDB0 *, const int, const int, const fx32, BOOL *); | ||
typedef BOOL (* UnkFuncPtr_020EF770)(FieldSystem *, const int, const int, const fx32, BOOL *); | ||
|
||
#endif // POKEPLATINUM_FUNCPTR_020EF770_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#ifndef POKEPLATINUM_OV5_021D1C30_H | ||
#define POKEPLATINUM_OV5_021D1C30_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
#include "overlay005/struct_ov5_021D1CAC.h" | ||
|
||
void ov5_021D1CAC(UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1, u16 param2, u16 param3); | ||
int ov5_021D1DA4(const UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1); | ||
BOOL ov5_021D213C(UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1); | ||
BOOL ov5_021D219C(UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1); | ||
BOOL ov5_021D2298(const UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1); | ||
int ov5_021D2368(const UnkStruct_ov5_021D1CAC * param0, UnkStruct_0203CDB0 * param1); | ||
void ov5_021D1CAC(UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1, u16 param2, u16 param3); | ||
int ov5_021D1DA4(const UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1); | ||
BOOL ov5_021D213C(UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1); | ||
BOOL ov5_021D219C(UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1); | ||
BOOL ov5_021D2298(const UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1); | ||
int ov5_021D2368(const UnkStruct_ov5_021D1CAC * param0, FieldSystem * param1); | ||
|
||
#endif // POKEPLATINUM_OV5_021D1C30_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef POKEPLATINUM_OV5_021D5B40_H | ||
#define POKEPLATINUM_OV5_021D5B40_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
#include <nitro/fx/fx.h> | ||
|
||
void ov5_021D5B40(const VecFx32 * param0, UnkStruct_0203CDB0 * param1, const int param2, const BOOL param3); | ||
void ov5_021D5BA8(UnkStruct_0203CDB0 * param0); | ||
void ov5_021D5B40(const VecFx32 * param0, FieldSystem * param1, const int param2, const BOOL param3); | ||
void ov5_021D5BA8(FieldSystem * param0); | ||
|
||
#endif // POKEPLATINUM_OV5_021D5B40_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef POKEPLATINUM_OV5_021D5BC0_H | ||
#define POKEPLATINUM_OV5_021D5BC0_H | ||
|
||
#include "struct_decls/struct_0203CDB0_decl.h" | ||
#include "field/field_system_decl.h" | ||
|
||
void ov5_021D5BD8(UnkStruct_0203CDB0 * param0); | ||
BOOL ov5_021D5BF4(UnkStruct_0203CDB0 * param0); | ||
void ov5_021D5C14(UnkStruct_0203CDB0 * param0); | ||
BOOL ov5_021D5C30(UnkStruct_0203CDB0 * param0); | ||
void ov5_021D5BD8(FieldSystem * param0); | ||
BOOL ov5_021D5BF4(FieldSystem * param0); | ||
void ov5_021D5C14(FieldSystem * param0); | ||
BOOL ov5_021D5C30(FieldSystem * param0); | ||
|
||
#endif // POKEPLATINUM_OV5_021D5BC0_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.