mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
226 lines
7.3 KiB
C++
226 lines
7.3 KiB
C++
#ifndef D_MENU_FMAP_H
|
|
#define D_MENU_FMAP_H
|
|
|
|
#include "d/d_drawlist.h"
|
|
#include "dolphin/types.h"
|
|
#include "SSystem/SComponent/c_xyz.h"
|
|
#include "d/d_menu_fmap2.h"
|
|
|
|
class JUTFont;
|
|
class J2DScreen;
|
|
struct fopMsgM_pane_class;
|
|
class dMenu_FmapSv_c;
|
|
struct cursorTable_t;
|
|
struct aramCmapDatPat_t;
|
|
|
|
class dDlst_FMAP_c : public dDlst_base_c {
|
|
public:
|
|
virtual ~dDlst_FMAP_c() {}
|
|
virtual void draw();
|
|
};
|
|
|
|
class dMenu_Fmap_c {
|
|
public:
|
|
virtual ~dMenu_Fmap_c() {}
|
|
|
|
void draw() { _draw(); }
|
|
void getCtCurWX() {}
|
|
void getCtCurWY() {}
|
|
void getCtCurX() {}
|
|
void getCtCurY() {}
|
|
void getCtDispMode() {}
|
|
void getCtFmapZoom() {}
|
|
void getCtZoomGridX() {}
|
|
void getCtZoomGridY() {}
|
|
void lineInter0to1(float, float, float) {}
|
|
void lineInter0to1ForU8(unsigned char, unsigned char, float) {}
|
|
void setCtCurHX(signed char) {}
|
|
void setCtCurHY(signed char) {}
|
|
void setCtCurWX(signed char) {}
|
|
void setCtCurWY(signed char) {}
|
|
void setCtCurX(signed char) {}
|
|
void setCtCurY(signed char) {}
|
|
void setCtDispMode(unsigned char) {}
|
|
void setCtFmapZoom(unsigned char) {}
|
|
void setCtZoomGridX(signed char) {}
|
|
void setCtZoomGridY(signed char) {}
|
|
void setFont(JUTFont* font, JUTFont* rfont) {
|
|
mFont = font;
|
|
mRFont = rfont;
|
|
}
|
|
void setSvPtr(dMenu_FmapSv_c* i_ptr) { fmapSv = i_ptr; }
|
|
void setTextArea_New(char* name0, char* name1, char* note0, char* note1, char* dummy0, char* dummy1) {
|
|
name[0] = name0;
|
|
name[1] = name1;
|
|
note[0] = note0;
|
|
note[1] = note1;
|
|
dummy[0] = dummy0;
|
|
dummy[1] = dummy1;
|
|
}
|
|
void stopWrapBackEmitter() {}
|
|
void stopWrapSpotEmitter(int) {}
|
|
|
|
void _create();
|
|
void phantomShipCheck();
|
|
void screenSet();
|
|
void initialize();
|
|
void displayinit();
|
|
void backClothDispInit();
|
|
void calcGetMapCount();
|
|
void dispEndSalvageMark();
|
|
void checkMarkCheck1();
|
|
void checkMarkCheck2();
|
|
void checkMarkCheck3();
|
|
bool isFmapClose();
|
|
void setPaneOnOff(J2DScreen*, unsigned long, bool);
|
|
void childPaneMoveSp(fopMsgM_pane_class*, fopMsgM_pane_class*, float, float, float);
|
|
void selGridMaskAlphaCtrl(short, unsigned char, unsigned char, int);
|
|
void fmapMaskAlphaCtrl(short, unsigned char, unsigned char, int);
|
|
void selCursorInit();
|
|
void selCursorHide();
|
|
void selCursorMove();
|
|
void islandNameChange();
|
|
void changeIslandName(unsigned char);
|
|
void AreaTxtChg();
|
|
void AreaTxtChgFast();
|
|
void salvageGetItemChg();
|
|
void salvageGetItemChange();
|
|
void SalvItmDispChgFast();
|
|
void changeSalvageGetItem(unsigned char);
|
|
void selCursorAnime();
|
|
void zoomCursorInit();
|
|
void zoomCursorAnime();
|
|
void playerPointGridAnimeInit();
|
|
void playerPointGridAnime();
|
|
void setDspWindAngle();
|
|
void windArrowColorAnime();
|
|
void checkMarkAnimeInit();
|
|
void checkMarkAnime();
|
|
void readFmapTexture(const char*);
|
|
void aramCmapDatRead();
|
|
void initCmapDatPnt(aramCmapDatPat_t*);
|
|
void getGridNumToCmapDatPnt(int);
|
|
void setDispIslandPos(signed char, signed char);
|
|
void setIslandPos(fopMsgM_pane_class*, float, float);
|
|
void changeFmapTexture(signed char, signed char);
|
|
void setDspNormalMapLink();
|
|
void setDspLargeMapLink();
|
|
void checkDspLargeMapLink();
|
|
void checkDspLargeMapShip();
|
|
void dispEndSalvageLargeMark();
|
|
void setDspHugeMapLink();
|
|
void dispEndSalvageHugeMark(float, float);
|
|
void checkDspHugeMapLink();
|
|
void checkDspHugeMapShip();
|
|
bool _open();
|
|
bool _close();
|
|
void _close_normalMode();
|
|
void _move();
|
|
void _draw();
|
|
void _delete();
|
|
void FmapProcMain();
|
|
void SelectGrid();
|
|
void zoom1000x1000Init();
|
|
void zoomMapAlphaSet(signed char, signed char, fopMsgM_pane_class*, unsigned char);
|
|
void ZoomGridLv1In();
|
|
void ZoomGridLv1Proc();
|
|
void zoom200x200Init();
|
|
void ZoomGridLv1Out();
|
|
void ZoomGridLv2In();
|
|
void ZoomGridLv2Proc();
|
|
void ZoomGridLv2Out();
|
|
void move_normal();
|
|
void FmapProc();
|
|
void HikakuProc();
|
|
void fmap2Open();
|
|
void fmap2Move();
|
|
void fmap2Close();
|
|
void paneTransBase(short, unsigned char, float, float, unsigned char, int);
|
|
void paneTranceZoomMap(short, unsigned char, float, float, float, float, float, float, unsigned char, int);
|
|
void paneTranceZoomMapAlpah(short, unsigned char, unsigned char, int);
|
|
void paneTranceZoom2Map(short, unsigned char, float, float, float, float, float, float, unsigned char, int);
|
|
void paneAlphaFmapCursor(fopMsgM_pane_class*, short, unsigned char, unsigned char, int);
|
|
void PaneAlphaSelvageItem(short, unsigned char);
|
|
void gShipMarkAnimeInit();
|
|
void gShipMarkAnime();
|
|
bool _open_warpMode();
|
|
void init_warpMode();
|
|
void selCursorMoveWarp();
|
|
void _close_warpMode();
|
|
void moveMain_warpMode();
|
|
void wrapMove();
|
|
void wrapSelWinFadeIn1();
|
|
void wrapSelect();
|
|
void wrapSelWinFadeOut();
|
|
void wrapSelWarp();
|
|
void warpAreaAnime0();
|
|
void paneTranceWarpMsg(fopMsgM_pane_class*, short, unsigned char, float, float, unsigned char, int);
|
|
void paneAlphaWarpMsgBack(short, unsigned char, unsigned char, int);
|
|
void warpSelCursorMove();
|
|
void warpSelCursorAnimeInit();
|
|
void warpSelCursorAnime();
|
|
void getWarpAreaGridX(int);
|
|
void getWarpAreaGridY(int);
|
|
void getWarpAreaNo(const cursorTable_t*);
|
|
void getWarpAreaNoUp(const cursorTable_t*);
|
|
void getWarpAreaNoDown(const cursorTable_t*);
|
|
void getWarpAreaNoLeft(const cursorTable_t*);
|
|
void getWarpAreaNoRight(const cursorTable_t*);
|
|
void getWarpAreaTablePtr(signed char, signed char);
|
|
void areaTextChangeAnimeInit();
|
|
void areaTextChangeAnime();
|
|
void PaneAlphaAreaTxt(short, unsigned char, int);
|
|
void setDspWarpBackCornerColor(float);
|
|
void setWrapBackEmitter(cXyz);
|
|
void setWrapSpotEmitter(int, cXyz);
|
|
bool _open_fishManMode();
|
|
void _close_fishManMode();
|
|
void init_fishManMode();
|
|
void movefishManMode();
|
|
void fmDispArea();
|
|
void fmZoomGridLv1In();
|
|
void fmZoomGridLv2In();
|
|
void islandNameSet(unsigned char);
|
|
void fmMapWrite();
|
|
void fmMapWait();
|
|
void paneAlphaZoom2Map(short, unsigned char, unsigned char, int);
|
|
void fmZoomGridLv2Out();
|
|
void fmZoomGridLv1Out();
|
|
void fmEndWait();
|
|
bool _open_wallPaper();
|
|
u8 getButtonIconMode();
|
|
|
|
public:
|
|
/* 0x0004 */ u8 padding_0x4[0x1C - 0x4];
|
|
/* 0x001C */ dDlst_FMAP_c mDlst;
|
|
/* 0x0020 */ J2DScreen* scrn;
|
|
/* 0x0024 */ dMenu_Fmap2_c mFmap2;
|
|
/* 0x2874 */ u8 padding_0x2874[0x2878 - 0x2874];
|
|
/* 0x2878 */ dMenu_FmapSv_c* fmapSv;
|
|
/* 0x287C */ u8 padding_0x287C[0x50D0 - 0x287C];
|
|
/* 0x50D0 */ JUTFont* mFont;
|
|
/* 0x50D4 */ JUTFont* mRFont;
|
|
/* 0x50D8 */ u8 padding_0x50D8[0x5148 - 0x50D8];
|
|
/* 0x5148 */ char* name[2];
|
|
/* 0x5150 */ u8 padding_0x5150[0x5154 - 0x5150];
|
|
/* 0x5154 */ char* note[2];
|
|
/* 0x515C */ char* dummy[2];
|
|
/* 0x5164 */ u8 padding_0x5164[0x5194 - 0x5164];
|
|
/* 0x5194 */ JUtility::TColor color_0x5194;
|
|
/* 0x5198 */ JUtility::TColor color_0x5198;
|
|
/* 0x519C */ JUtility::TColor color_0x519C;
|
|
/* 0x51A0 */ JUtility::TColor color_0x51A0;
|
|
/* 0x51A4 */ JUtility::TColor color_0x51A4;
|
|
/* 0x51A8 */ JUtility::TColor color_0x51A8;
|
|
/* 0x51AC */ u8 padding_0x51AC[0x51B4 - 0x51AC];
|
|
}; // Size: 0x51B4
|
|
|
|
STATIC_ASSERT(sizeof(dMenu_Fmap_c) == 0x51B4);
|
|
|
|
class dMf_HIO_c {
|
|
public:
|
|
dMf_HIO_c();
|
|
};
|
|
|
|
#endif /* D_MENU_FMAP_H */
|