diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-04 18:51:12 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-04 18:51:12 -0500 |
commit | acf290ec6f6127a4ac84403d30e50e4e7670693c (patch) | |
tree | 5b25b91f7d9acbae8e0754fe89af800d0993fbaa /include/heated_rock.h | |
parent | ed5f6107c4051c0a8056824ce0437862909b579d (diff) | |
parent | b1a7733c1cead8ed3d4a58c42d638afd0ead8ab0 (diff) |
Merge branch 'master' into slot_machine
Diffstat (limited to 'include/heated_rock.h')
-rw-r--r-- | include/heated_rock.h | 10 |
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 |