blob: 76198af02177c43b4832255ce9d7cc7797346d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef GUARD_CABLE_CAR_UTIL_H
#define GUARD_CABLE_CAR_UTIL_H
// Exported type declarations
// Exported RAM declarations
// 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
|