diff options
author | YamaArashi <shadow962@live.com> | 2017-01-08 00:31:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-08 00:31:14 -0800 |
commit | cee1e81cb0d8bf808f145004b5b46249d2dbdedd (patch) | |
tree | fc2eab2f197095971b03ea8ecabdf81642859c7d /include/truck_scene.h | |
parent | 11f95794b99b5560f53c400ee5f7f3f231e8e3ad (diff) |
rename truck_scene.c to field_special_scene.c
Diffstat (limited to 'include/truck_scene.h')
-rw-r--r-- | include/truck_scene.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/truck_scene.h b/include/truck_scene.h deleted file mode 100644 index f55a4ced7..000000000 --- a/include/truck_scene.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef GUARD_TRUCK_SCENE_H -#define GUARD_TRUCK_SCENE_H - -s32 GetTruckCameraBobbingY(int a1); -s32 GetTruckBoxMovement(int a1); -void Task_Truck1(u8 taskId); -void Task_Truck2(u8 taskId); -void Task_Truck3(u8 taskId); -void Task_HandleTruckSequence(u8 taskId); -void ExecuteTruckSequence(void); -void EndTruckSequence(void); - -#endif // GUARD_TRUCK_SCENE_H |