mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
d_menu_fishing mostly done (#375)
* d_menu_fishing mostly done * format the cpp
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user