d_menu_fishing mostly done (#375)

* d_menu_fishing mostly done

* format the cpp
This commit is contained in:
Trueffel
2023-07-19 11:47:20 +02:00
committed by GitHub
parent 51fb5ce572
commit e1069cecc5
17 changed files with 406 additions and 1626 deletions
+3 -6
View File
@@ -184,13 +184,10 @@ public:
/* 0x1B8 */ f32 mFishInfoScale[6];
/* 0x1D0 */ f32 mFishInfoPosX[6];
/* 0x1E8 */ f32 mFishInfoPosY[6];
/* 0x200 */ f32 mMaxSizeScale;
/* 0x204 */ f32 mCaughtNumScale;
/* 0x208 */ f32 mMaxSizePosX;
/* 0x20C */ f32 mCaughtNumPosX;
/* 0x200 */ f32 mScale[2]; // 0: MaxSizeScale, 1: CaughtNumScale
/* 0x208 */ f32 mPosX[2]; // 0: MaxSizePosX, 1: CaughtNumPosX
/* 0x210 */ f32 mCaughtNumPosX_4x3;
/* 0x214 */ f32 mMaxSizePosY;
/* 0x218 */ f32 mCaughtNumPosY;
/* 0x214 */ f32 mPosY[2]; // 0: MaxSizePosY, 1: CaughtNumPosY
/* 0x21C */ s16 mOpenFrames;
/* 0x21E */ s16 mCloseFrames;
/* 0x220 */ s16 mFishNum[6];