Files
PokemonEmeraldSafariFrontier/include/rayquaza_scene.h
2025-10-14 09:41:27 +01:00

9 lines
192 B
C

#ifndef GUARD_RAYQUAZA_SCENE_H
#define GUARD_RAYQUAZA_SCENE_H
#include "main.h"
void DoRayquazaScene(u8 animId, bool8 endEarly, MainCallback exitCallback);
#endif // GUARD_RAYQUAZA_SCENE_H