diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 14:54:29 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 15:05:10 -0800 |
commit | 6db242de730e5d6871aa012c9dcfd893fde463d4 (patch) | |
tree | e80c3938d3c475d529fa9b38f1afd774dfcde439 /include/fldeff_decoration.h | |
parent | 1c89a72946a463abae5d3331174c764f1e9109b5 (diff) |
decompile fldeff_decoration
Diffstat (limited to 'include/fldeff_decoration.h')
-rw-r--r-- | include/fldeff_decoration.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/fldeff_decoration.h b/include/fldeff_decoration.h new file mode 100644 index 000000000..50b075b89 --- /dev/null +++ b/include/fldeff_decoration.h @@ -0,0 +1,9 @@ +#ifndef GUARD_FLDEFF_DECORATION_H +#define GUARD_FLDEFF_DECORATION_H + +void sub_80C68A4(s16 metatileId, s16 x, s16 y); +void sub_80C6A54(s16 x, s16 y); +void DoDecorationSoundEffect(s16 metatileId); +void DoYellowCave4Sparkle(void); + +#endif // GUARD_FLDEFF_DECORATION_H |