mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 10:01:41 -04:00
several files OK
This commit is contained in:
@@ -3372,6 +3372,11 @@ inline void dComIfGd_setListDark() {
|
||||
g_dComIfG_gameInfo.drawlist.setXluListDark();
|
||||
}
|
||||
|
||||
inline void dComIfGd_setListInvisible() {
|
||||
g_dComIfG_gameInfo.drawlist.setOpaListInvisible();
|
||||
g_dComIfG_gameInfo.drawlist.setXluListInvisible();
|
||||
}
|
||||
|
||||
inline void dComIfGd_setListDarkBG() {
|
||||
g_dComIfG_gameInfo.drawlist.setOpaListDarkBG();
|
||||
g_dComIfG_gameInfo.drawlist.setXluListDarkBG();
|
||||
|
||||
@@ -315,6 +315,8 @@ public:
|
||||
void setOpaListSky() { setOpaDrawList(mDrawBuffers[DB_OPA_LIST_SKY]); }
|
||||
void setXluListDark() { setXluDrawList(mDrawBuffers[DB_XLU_LIST_DARK]); }
|
||||
void setOpaListDark() { setOpaDrawList(mDrawBuffers[DB_OPA_LIST_DARK]); }
|
||||
void setOpaListInvisible() { setOpaDrawList(mDrawBuffers[DB_OPA_LIST_INVISIBLE]); }
|
||||
void setXluListInvisible() { setXluDrawList(mDrawBuffers[DB_XLU_LIST_INVISIBLE]); }
|
||||
void setXluListDarkBG() { setXluDrawList(mDrawBuffers[DB_XLU_LIST_DARK_BG]); }
|
||||
void setOpaListDarkBG() { setOpaDrawList(mDrawBuffers[DB_OPA_LIST_DARK_BG]); }
|
||||
void setOpaList() { setOpaDrawList(mDrawBuffers[DB_OPA_LIST]); }
|
||||
|
||||
@@ -64,6 +64,9 @@ public:
|
||||
JUtility::TColor getInitBlack() { return mInitBlack; }
|
||||
JUtility::TColor getInitWhite() { return mInitWhite; }
|
||||
|
||||
f32 getInitGlobalPosX() { return mGlobalPos.x; }
|
||||
f32 getInitGlobalPosY() { return mGlobalPos.y; }
|
||||
|
||||
private:
|
||||
/* 0x1C */ void* mpFirstStackSize;
|
||||
/* 0x20 */ s16* field_0x20;
|
||||
|
||||
Reference in New Issue
Block a user