This commit is contained in:
LagoLunatic
2025-03-31 13:49:02 -04:00
parent f4587892ff
commit a601fa33e5
12 changed files with 57 additions and 60 deletions
+4 -4
View File
@@ -1403,17 +1403,17 @@ public:
BOOL checkNextModeSwim();
BOOL changeSwimProc();
BOOL changeSwimUpProc();
void swimOutAfter(int);
void swimOutAfter(BOOL);
BOOL checkSwimFallCheck();
BOOL changeSwimOutProc();
void setSwimMoveAnime(daPy_ANM);
f32 getSwimTimerRate();
void setSwimTimerStartStop();
BOOL procSwimUp_init(int);
BOOL procSwimUp_init(BOOL);
BOOL procSwimUp();
BOOL procSwimWait_init(int);
BOOL procSwimWait_init(BOOL);
BOOL procSwimWait();
BOOL procSwimMove_init(int);
BOOL procSwimMove_init(BOOL);
BOOL procSwimMove();
void setSpecialBattle(int);
void changeSpecialBattle();
+1 -1
View File
@@ -277,7 +277,7 @@ public:
struct dStage_dPnt_c {
/* 0x0 */ int num;
/* 0x4 */ u32 m_pnt_offset;
}; // Size: 0x10
}; // Size: 0x8
struct dStage_FloorInfo_entry_c {
/* 0x00 */ int field_0x00;