summaryrefslogtreecommitdiff
path: root/include/fldeff_cut.h
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-07-08 01:23:28 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-07-08 01:23:28 +0100
commit08774bdd88e9c61fec790c7a92a3af78c66ba0c0 (patch)
tree7bc855529fc11e599cc40ceda9f114f86b9a6340 /include/fldeff_cut.h
parentdd228fae5a4f0426c0242b3bb5ac6dfe62673a1f (diff)
parent6313f360d5006527549b142253e22374624129e9 (diff)
Merge https://github.com/pret/pokeemerald into pokedex-doc
Diffstat (limited to 'include/fldeff_cut.h')
-rw-r--r--include/fldeff_cut.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/fldeff_cut.h b/include/fldeff_cut.h
index f985fd82d..c89d3b6ca 100644
--- a/include/fldeff_cut.h
+++ b/include/fldeff_cut.h
@@ -1,7 +1,13 @@
#ifndef GUARD_FLDEFF_CUT_H
#define GUARD_FLDEFF_CUT_H
-void sub_80D423C(s16, s16);
-void sub_80D42B8(s16, s16);
+extern const struct SpritePalette gFieldEffectObjectPaletteInfo6;
+
+bool8 SetUpFieldMove_Cut(void);
+bool8 FldEff_UseCutOnGrass(void);
+bool8 FldEff_UseCutOnTree(void);
+bool8 FldEff_CutGrass(void);
+void sub_80D423C(s16 x, s16 y);
+void sub_80D42B8(s16 x, s16 y);
#endif // GUARD_FLDEFF_CUT_H