1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-03-20 20:48:34 +01:00
pokeemerald/include/field_special_scene.h

9 lines
216 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
void ExecuteTruckSequence(void);
2022-06-01 12:41:57 -04:00
void EndTruckSequence(u8 taskId);
2019-12-17 03:24:44 -05:00
void FieldCB_ShowPortholeView(void);
2018-05-19 18:02:43 +02:00
#endif // GUARD_FIELD_SPECIAL_SCENE_H