diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-30 18:06:33 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-30 18:18:37 -0500 |
commit | 244f1af5708f66e215f716f41246f4d6e80cc92f (patch) | |
tree | 2ae8669414810f69f421753dc3924b419c4dea49 /src/cable_car_util.c | |
parent | ed3367f9f60bf5e0ae9bf6367b903609b76afbe4 (diff) |
Fix rotating_gate nonmatching function
Diffstat (limited to 'src/cable_car_util.c')
-rw-r--r-- | src/cable_car_util.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cable_car_util.c b/src/cable_car_util.c index 02bfbc195..85c87a07b 100644 --- a/src/cable_car_util.c +++ b/src/cable_car_util.c @@ -1,14 +1,6 @@ #include "global.h" #include "cable_car_util.h" -// static types - -// static declarations - -// rodata - -// text - void CableCarUtil_FillWrapped(void *dest, u16 value, u8 left, u8 top, u8 width, u8 height) { u8 i; |