summaryrefslogtreecommitdiff
path: root/include/rayquaza_scene.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-31 13:05:36 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-31 13:05:36 +0100
commitdb6185275eeacef224ed76dfc733f912cb5350b7 (patch)
tree23734a55985ef961760a604ab80e4029adab0302 /include/rayquaza_scene.h
parentef3df1d40c9dd66df2b54ddac52ee3091be3707a (diff)
start decompiling rayquaza scene
Diffstat (limited to 'include/rayquaza_scene.h')
-rw-r--r--include/rayquaza_scene.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/rayquaza_scene.h b/include/rayquaza_scene.h
new file mode 100644
index 000000000..e997c9db7
--- /dev/null
+++ b/include/rayquaza_scene.h
@@ -0,0 +1,15 @@
+#ifndef GUARD_RAYQUAZA_SCENE_H
+#define GUARD_RAYQUAZA_SCENE_H
+
+enum
+{
+ RAY_ANIM_DUO_FIGHT_PRE,
+ RAY_ANIM_DUO_FIGHT,
+ RAY_ANIM_TAKES_FLIGHT,
+ RAY_ANIM_DESCENDS,
+ RAY_ANIM_CHARGES,
+ RAY_ANIM_CHACES_AWAY,
+ RAY_ANIM_END
+};
+
+#endif // GUARD_RAYQUAZA_SCENE_H