From d7ee15837bd760bbfefb3d40ffa2b0cab54960be Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 14 Feb 2013 23:36:09 +0100 Subject: added GetPlayerOrYoshi() and the special player anim playback functions --- include/game.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 700a556..fe7dee7 100755 --- a/include/game.h +++ b/include/game.h @@ -2355,6 +2355,9 @@ class daPlBase_c : public dStageActor_c { // We're at 0x1008 now u8 data2[0x1464 - 0x1008]; dStateWrapper_c states2; + + void setAnimePlayWithAnimID(int id); + void setAnimePlayStandardType(int id); }; class dAcPy_c : public daPlBase_c { @@ -2363,6 +2366,8 @@ class dAcPy_c : public daPlBase_c { void *getYoshi(); // 80139A90 }; +daPlBase_c *GetPlayerOrYoshi(int id); + class dAc_Py_c : public dStageActor_c { public: -- cgit v1.2.3