diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-12 01:00:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 01:00:00 -0600 |
commit | 837ae6851ebb6802f78383316937ccab5b00251b (patch) | |
tree | c7ebaf2f18db50749640a86f7356df0b3f408bef /include | |
parent | f2702d17e9a0414f1c3f2ba6cb90e73c69e56311 (diff) | |
parent | c5be44afe7173c2a2b7be9b370ca404c8df18b2e (diff) |
Merge pull request #489 from camthesaxman/battle_anim
decompile some battle anim files
Diffstat (limited to 'include')
-rw-r--r-- | include/rom_8077ABC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rom_8077ABC.h b/include/rom_8077ABC.h index cd89c92a2..2a2947968 100644 --- a/include/rom_8077ABC.h +++ b/include/rom_8077ABC.h @@ -54,7 +54,7 @@ void sub_80797EC(struct Task *task); void sub_8079814(u8 taskId); void sub_8079A64(u8 sprite); u16 sub_8079B10(u8 sprite); -void sub_8079BF4(s16 *bottom, s16 *top, void *ptr); +void sub_8079BF4(s16 *bottom, s16 *top, const void *ptr); void *sub_8079BFC(s16 bottom, s16 top); void sub_8079E24(); u8 sub_8079E90(u8 slot); @@ -93,7 +93,7 @@ u32 sub_80792C0(u8 a1, u8 a2, u8 a3, u8 a4); s16 duplicate_obj_of_side_rel2move_in_transparent_mode(u8 a1); void obj_delete_but_dont_free_vram(struct Sprite *sprite); void sub_8079108(u16 a1, bool8 a2); -void sub_80798F4(struct Task *task, u8 a2, void *a3); +void sub_80798F4(struct Task *task, u8 a2, const void *a3); bool8 sub_807992C(struct Task *task); u8 sub_8077FC0(u8 slot); void move_anim_8074EE0(struct Sprite *sprite); |