diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-18 21:32:09 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-18 21:32:09 -0400 |
commit | 15a3adefa01b0bff99cd13442026551ce7ef1ac2 (patch) | |
tree | 1e93214c5b900c71a5de37e373ed5cd3e6c794fd /include | |
parent | 7074900712c2d87e1afb4014189059ef460b2193 (diff) |
Static syms in field_control_avatar
Diffstat (limited to 'include')
-rw-r--r-- | include/field_control_avatar.h | 7 | ||||
-rw-r--r-- | include/script.h | 1 |
2 files changed, 8 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 diff --git a/include/script.h b/include/script.h index b56fedec9..46746ddd8 100644 --- a/include/script.h +++ b/include/script.h @@ -78,6 +78,7 @@ u8 sub_80699B0(void); void sub_8069A54(void); bool8 sub_8069A04(void); void sub_80699E0(void); +bool8 sub_80699D4(void); extern const u8 *gRAMScriptPtr; extern u8 gUnknown_20370A0; |