summaryrefslogtreecommitdiff
path: root/include/heated_rock.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-04 14:54:12 -0800
committerGitHub <noreply@github.com>2018-01-04 14:54:12 -0800
commitb1a7733c1cead8ed3d4a58c42d638afd0ead8ab0 (patch)
tree72a7336f28db1d64f74da1232b0c24b34e022516 /include/heated_rock.h
parent397f32f29dbcd8fb6ad47afe5ba1ee354ca2b5c7 (diff)
parentff1a79f2fcc111360fe0ce478fdd24cfcdf93932 (diff)
Merge pull request #505 from progreon/master
Decompiled fire.s and fire_2.s
Diffstat (limited to 'include/heated_rock.h')
-rw-r--r--include/heated_rock.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/heated_rock.h b/include/heated_rock.h
new file mode 100644
index 000000000..26856fe7f
--- /dev/null
+++ b/include/heated_rock.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_HEATED_ROCK_H
+#define GUARD_HEATED_ROCK_H
+
+// heated_rock (moves heated rock sprites)
+// Used in Eruption.
+
+u16 sub_80D5940(u8 spriteId);
+void sub_80D5994(struct Sprite *sprite, s16 x, s16 y);
+
+#endif // GUARD_HEATED_ROCK_H \ No newline at end of file