summaryrefslogtreecommitdiff
path: root/include/field_control_avatar.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-18 21:32:09 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-18 21:32:09 -0400
commit15a3adefa01b0bff99cd13442026551ce7ef1ac2 (patch)
tree1e93214c5b900c71a5de37e373ed5cd3e6c794fd /include/field_control_avatar.h
parent7074900712c2d87e1afb4014189059ef460b2193 (diff)
Static syms in field_control_avatar
Diffstat (limited to 'include/field_control_avatar.h')
-rw-r--r--include/field_control_avatar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/field_control_avatar.h b/include/field_control_avatar.h
index e507f702f..969c605cb 100644
--- a/include/field_control_avatar.h
+++ b/include/field_control_avatar.h
@@ -28,5 +28,12 @@ void ClearPoisonStepCounter(void);
int SetCableClubWarp(void);
void sub_806DE28(struct ObjectEvent *);
bool8 dive_warp(struct MapPosition * pos, u16 behavior);
+bool8 sub_806DB84(u16 metatileBehavior, u8 playerDirection);
+const u8 *GetInteractedLinkPlayerScript(struct MapPosition *position, u8 metatileBehavior, u8 direction);
+const u8 *GetCoordEventScriptAtMapPosition(struct MapPosition *position);
+void FieldClearPlayerInput(struct FieldInput *input);
+int ProcessPlayerFieldInput(struct FieldInput *input);
+void sub_806CD30(struct FieldInput * input);
+void FieldGetPlayerInput(struct FieldInput *input, u16 newKeys, u16 heldKeys);
#endif //GUARD_FIELD_CONTROL_AVATAR_H