pokeemerald/include/field_special_scene.h

15 lines
407 B
C
Raw Normal View History

2018-05-19 18:02:43 +02:00
#ifndef GUARD_FIELD_SPECIAL_SCENE_H
#define GUARD_FIELD_SPECIAL_SCENE_H
s16 GetTruckCameraBobbingY(int a1);
s16 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(u8);
2019-12-17 09:24:44 +01:00
void FieldCB_ShowPortholeView(void);
2018-05-19 18:02:43 +02:00
#endif // GUARD_FIELD_SPECIAL_SCENE_H