diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-17 14:09:54 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-17 14:09:54 -0700 |
commit | d74dda011ad0fc50d3ffb1a98213308e114933cf (patch) | |
tree | a15d93cfa9e2029e0cd07722595ae77006302276 /include/fldeff.h | |
parent | f4b867393892d435b09f796c98e57e10a1ba0717 (diff) |
Port fldeff_teleport
Diffstat (limited to 'include/fldeff.h')
-rw-r--r-- | include/fldeff.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fldeff.h b/include/fldeff.h new file mode 100644 index 000000000..70bd25313 --- /dev/null +++ b/include/fldeff.h @@ -0,0 +1,7 @@ +#ifndef GUARD_FLDEFF_H +#define GUARD_FLDEFF_H + +// rock smash +u8 oei_task_add(void); + +#endif // GUARD_FLDEFF_H
\ No newline at end of file |