diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 23:07:57 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 23:07:57 -0500 |
commit | e28c11ef9518c80e23ce0076b8ba9be4cb140015 (patch) | |
tree | 89ce2b0aea46f7c642ec834f1724859c99076bd9 /include | |
parent | 2692979c40ce3bc93901ea7194c68c01d14c1c9f (diff) |
Update delcarations of cable car util funtions
Diffstat (limited to 'include')
-rw-r--r-- | include/cable_car_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cable_car_util.h b/include/cable_car_util.h index d109190b0..f1f52bb3c 100644 --- a/include/cable_car_util.h +++ b/include/cable_car_util.h @@ -7,7 +7,7 @@ // Exported ROM declarations -void sub_8124F08(void *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height); -void sub_8124E7C(void *dest, u16 a1, u8 a2, u8 a3, u8 a4, u8 a5); +void sub_8124F08(u16 dest[][32], const u16 *src, u8 x, u8 y, u8 width, u8 height); +void sub_8124E7C(u16 dest[][32], u16 a1, u8 a2, u8 a3, u8 a4, u8 a5); #endif //GUARD_CABLE_CAR_UTIL_H |