diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-05-19 23:34:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 23:34:30 -0500 |
commit | de60bdf2febff1879d7a1985a009dc439a546497 (patch) | |
tree | 3d62086af4f8fdd4d30154839be6e403f555ab9b /include/field_effect_helpers.h | |
parent | ecfe49ec6147fec75969b769605ec09b4a87c66a (diff) | |
parent | 0978cc60a11ba97061bf997b322eaf5a3d6a18f8 (diff) |
Merge pull request #256 from DizzyEggg/decompile_field_tasks
Decompile field tasks
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r-- | 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 9e4cca64d..3c9e00b62 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -14,5 +14,6 @@ u8 sub_8154228(void); bool8 sub_8155DA0(struct MapObject *); void sub_8155D78(struct MapObject *); void sub_81555AC(u8, u8); +void ash(s16, s16, u16, s16); #endif //GUARD_FIELD_EFFECT_HELPERS_H |