1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-03 01:40:01 +01:00
pokeemerald/include/field_special_scene.h
2022-06-03 15:38:03 -04:00

9 lines
216 B
C

#ifndef GUARD_FIELD_SPECIAL_SCENE_H
#define GUARD_FIELD_SPECIAL_SCENE_H
void ExecuteTruckSequence(void);
void EndTruckSequence(u8 taskId);
void FieldCB_ShowPortholeView(void);
#endif // GUARD_FIELD_SPECIAL_SCENE_H