1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-01-16 08:32:10 +01:00

7 lines
170 B
C
Raw Normal View History

2018-01-31 13:05:36 +01:00
#ifndef GUARD_RAYQUAZA_SCENE_H
#define GUARD_RAYQUAZA_SCENE_H
2020-08-25 17:49:42 -04:00
void DoRayquazaScene(u8 animId, bool8 endEarly, void (*callback)(void));
2018-01-31 13:05:36 +01:00
#endif // GUARD_RAYQUAZA_SCENE_H