From fadcd7bcdfdfa664677e9caaf272dd1895dbd8cd Mon Sep 17 00:00:00 2001 From: Trueffel <106771418+Trueffeloot@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:42:44 +0100 Subject: d_a_dbdoor00 OK (#1973) * initial work on d_a_door_dbdoor00 * dbdoor mostly OK * finish all functions and header * remove externs * remove unused asm --- include/d/a/d_a_player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/d/a') diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index e1cad14dbe..3573bce813 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -792,6 +792,8 @@ public: void i_changeDemoPos0(const cXyz* i_posP) { mDemo.setPos0(i_posP); } + void changeDemoMoveAngle(s16 i_angle) { mDemo.setMoveAngle(i_angle); } + inline static u32 i_getLastSceneMode(); inline static u32 getLastSceneMode(); inline static bool checkWoodSwordEquip(); -- cgit v1.2.3