summaryrefslogtreecommitdiff
path: root/include/fldeff_cut.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-07-05 20:32:12 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-07-05 20:32:12 -0700
commit5189442bcc1122fe10013d497dc132d0e410fc66 (patch)
tree15cdd1e67b483ceed3a3fad99b4aad7934695f5d /include/fldeff_cut.h
parentefebc51972b23ddffa2700b1dd6895d4728646a3 (diff)
parentcdacc2771426a8e4ec5ccc5d7ba0d8d7c4224c36 (diff)
Merge branch 'decompile_cut' of git://github.com/DizzyEggg/pokeemerald into DizzyEggg-decompile_cut
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