pokeemerald/include/field_special_scene.h

9 lines
216 B
C
Raw Normal View History

2018-05-19 16:02:43 +00:00
#ifndef GUARD_FIELD_SPECIAL_SCENE_H
#define GUARD_FIELD_SPECIAL_SCENE_H
void ExecuteTruckSequence(void);
2022-06-01 16:41:57 +00:00
void EndTruckSequence(u8 taskId);
2019-12-17 08:24:44 +00:00
void FieldCB_ShowPortholeView(void);
2018-05-19 16:02:43 +00:00
#endif // GUARD_FIELD_SPECIAL_SCENE_H