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
This commit is contained in:
Trueffel
2023-11-02 18:42:44 +01:00
committed by GitHub
parent e1b1ac6a0c
commit fadcd7bcdf
37 changed files with 453 additions and 2012 deletions
+2
View File
@@ -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();