diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 22:15:05 -0700 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-05 22:15:05 -0700 |
commit | 8d035c81528d172570338ec82c07770e7ebcfe50 (patch) | |
tree | 2a4c18fa41cdcf4727381cb3758cac9734db8a0e /include/cable_car_util.h | |
parent | e28c11ef9518c80e23ce0076b8ba9be4cb140015 (diff) |
cable car util
Diffstat (limited to 'include/cable_car_util.h')
-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 f1f52bb3c..7126331a1 100644 --- a/include/cable_car_util.h +++ b/include/cable_car_util.h @@ -7,7 +7,7 @@ // Exported ROM declarations -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); +void CableCarUtil_FillWrapped(void *dest, u16 value, u8 x, u8 y, u8 width, u8 height); +void CableCarUtil_CopyWrapped(void *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height); #endif //GUARD_CABLE_CAR_UTIL_H |