diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-11 22:53:08 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-11 22:53:08 -0600 |
commit | c5be44afe7173c2a2b7be9b370ca404c8df18b2e (patch) | |
tree | c7ebaf2f18db50749640a86f7356df0b3f408bef /src/rom_8077ABC.c | |
parent | 7c939bcdb9b9eeac3e544250185e44904d70bbb8 (diff) |
decompile struggle, swipe, and uproar
Diffstat (limited to 'src/rom_8077ABC.c')
-rw-r--r-- | src/rom_8077ABC.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rom_8077ABC.c b/src/rom_8077ABC.c index 42f360b69..8fea7f710 100644 --- a/src/rom_8077ABC.c +++ b/src/rom_8077ABC.c @@ -1435,7 +1435,7 @@ void sub_80798AC(u8 task) { sub_80797EC(&gTasks[task]); } -void sub_80798F4(struct Task *task, u8 a2, void *a3) { +void sub_80798F4(struct Task *task, u8 a2, const void *a3) { task->data[7] = 0; task->data[8] = 0; task->data[9] = 0; @@ -1564,7 +1564,7 @@ u16 sub_8079B10(u8 sprite) { return 0x40; } -void sub_8079BF4(s16 *bottom, s16 *top, void *ptr) { +void sub_8079BF4(s16 *bottom, s16 *top, const void *ptr) { *bottom = ((intptr_t) ptr) & 0xffff; *top = (((intptr_t) ptr) >> 16) & 0xffff; } |