9 lines
192 B
C
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
|