diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 18:16:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 18:16:22 -0400 |
commit | 792a2c6976a3adcf0e6a21c570189e6bcf0cdbcf (patch) | |
tree | 8249799a47f602bacc9f50f20468043d2447534d /include/field_effect_helpers.h | |
parent | 3b3eb45b91c11b47504a80fcd853ec45abbbf445 (diff) | |
parent | 08c23fb1c483ffcf7c17b8ac061ad4ff77318625 (diff) |
Merge pull request #347 from PikalaxALT/field_tasks
Field tasks
Diffstat (limited to 'include/field_effect_helpers.h')
-rwxr-xr-x | include/field_effect_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 32438a9ad..a1dd53a2b 100755 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -26,5 +26,6 @@ void sub_8126BC4(u8 unk_1B, u8 r6, s16 x, s16 y); void sub_8127ED0(u8, u8); void sub_8127F28(u8, u8, s16); u8 sub_8128124(u8 id); +void ash(s16, s16, u16, u8); #endif // GUARD_FIELD_EFFECT_HELPERS_H |