start decompiling rayquaza scene

This commit is contained in:
DizzyEggg
2018-01-31 13:05:36 +01:00
parent ef3df1d40c
commit db6185275e
6 changed files with 430 additions and 1297 deletions
+15
View File
@@ -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