diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-05-09 05:30:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 05:30:57 -0500 |
commit | e01253ebe1b527cd2df555e43427c8e54ed32196 (patch) | |
tree | a2893d53a2292d8009f3994783af9123fc2d6e28 /include/fldeff_cut.h | |
parent | f14d2765da6f01eccb08967fd6b22c3bdef2be98 (diff) | |
parent | 279276c5397267468489811efc2439a1971b88cd (diff) |
Merge pull request #247 from Diegoisawesome/master
Port/decompile fieldmap.c
Diffstat (limited to 'include/fldeff_cut.h')
-rw-r--r-- | include/fldeff_cut.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fldeff_cut.h b/include/fldeff_cut.h new file mode 100644 index 000000000..f985fd82d --- /dev/null +++ b/include/fldeff_cut.h @@ -0,0 +1,7 @@ +#ifndef GUARD_FLDEFF_CUT_H +#define GUARD_FLDEFF_CUT_H + +void sub_80D423C(s16, s16); +void sub_80D42B8(s16, s16); + +#endif // GUARD_FLDEFF_CUT_H |