diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 23:40:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 23:40:20 -0400 |
commit | 91a171ff93f10ba185a826257c5b1f2564e59a22 (patch) | |
tree | 433c2b3a7a6f1bf0d3f68f7893bc42247d28997c /include | |
parent | 89904a0f2492e9e579b7478c4a66cc547027cf48 (diff) |
sub_81239E4
Diffstat (limited to 'include')
-rw-r--r-- | include/cable_car_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cable_car_util.h b/include/cable_car_util.h index 0f50914c8..76198af02 100644 --- a/include/cable_car_util.h +++ b/include/cable_car_util.h @@ -8,5 +8,6 @@ // Exported ROM declarations void sub_8124F08(u16 *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height); +void sub_8124E7C(u16 *dest, u16 a1, u8 a2, u8 a3, u8 a4, u8 a5); #endif //GUARD_CABLE_CAR_UTIL_H |