diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-31 13:05:36 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-31 13:05:36 +0100 |
commit | db6185275eeacef224ed76dfc733f912cb5350b7 (patch) | |
tree | 23734a55985ef961760a604ab80e4029adab0302 /include/rayquaza_scene.h | |
parent | ef3df1d40c9dd66df2b54ddac52ee3091be3707a (diff) |
start decompiling rayquaza scene
Diffstat (limited to 'include/rayquaza_scene.h')
-rw-r--r-- | include/rayquaza_scene.h | 15 |
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 |