mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-08 17:56:04 -05:00
Document field moves (#430)
* initial documentation of unk_0207070C->field moves * changes for PR suggestions + menu taskdata * symbols in FieldMoveTaskData + fieldMoveMon done * function name changes, document badges, cleanup * Use enum FieldMoveError as return type for FieldMoveErrContext functions * badge enum and bool constants --------- Co-authored-by: Rachel <lhearachel@proton.me>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef POKEPLATINUM_STRUCT_02070950_DECL_H
|
||||
#define POKEPLATINUM_STRUCT_02070950_DECL_H
|
||||
|
||||
typedef struct UnkStruct_02070950_t UnkStruct_02070950;
|
||||
|
||||
#endif // POKEPLATINUM_STRUCT_02070950_DECL_H
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef POKEPLATINUM_STRUCT_020709CC_DECL_H
|
||||
#define POKEPLATINUM_STRUCT_020709CC_DECL_H
|
||||
|
||||
typedef struct UnkStruct_020709CC_t UnkStruct_020709CC;
|
||||
|
||||
#endif // POKEPLATINUM_STRUCT_020709CC_DECL_H
|
||||
Reference in New Issue
Block a user