mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-19 07:17:19 -04:00
Cleanup
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user