mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
Fix version defines
This commit is contained in:
@@ -1732,7 +1732,7 @@ void dDlst_shadowControl_c::imageDraw(Mtx mtx) {
|
||||
/* 80084EF0-800850D4 .text draw__21dDlst_shadowControl_cFPA4_f */
|
||||
void dDlst_shadowControl_c::draw(Mtx drawMtx) {
|
||||
j3dSys.reinitGX();
|
||||
#if VERSION != VERSION_JPN
|
||||
#if VERSION > VERSION_JPN
|
||||
GXSetNumIndStages(0);
|
||||
#endif
|
||||
dKy_GxFog_set();
|
||||
@@ -1846,7 +1846,7 @@ void dDlst_shadowControl_c::setSimpleTex(void* pImg) {
|
||||
/* 80085348-800855B4 .text draw__18dDlst_mirrorPacketFv */
|
||||
void dDlst_mirrorPacket::draw() {
|
||||
j3dSys.reinitGX();
|
||||
#if VERSION != VERSION_JPN
|
||||
#if VERSION > VERSION_JPN
|
||||
GXSetNumIndStages(0);
|
||||
#endif
|
||||
dKy_GxFog_set();
|
||||
@@ -1894,7 +1894,7 @@ void dDlst_mirrorPacket::draw() {
|
||||
GXCallDisplayList(l_shadowVolDL, 0x40);
|
||||
GXSetColorUpdate(GX_TRUE);
|
||||
GXSetAlphaUpdate(GX_FALSE);
|
||||
#if VERSION != VERSION_JPN
|
||||
#if VERSION > VERSION_JPN
|
||||
J3DShape::resetVcdVatCache();
|
||||
#endif
|
||||
}
|
||||
@@ -1995,7 +1995,7 @@ void dDlst_alphaVolPacket::draw() {
|
||||
GXCallDisplayList(l_shadowVolumeDL, 0x40);
|
||||
GXSetColorUpdate(GX_TRUE);
|
||||
GXSetAlphaUpdate(GX_FALSE);
|
||||
#if VERSION != VERSION_JPN
|
||||
#if VERSION > VERSION_JPN
|
||||
J3DShape::resetVcdVatCache();
|
||||
#endif
|
||||
}
|
||||
@@ -2015,7 +2015,7 @@ void dDlst_alphaInvVolPacket::draw() {
|
||||
GXCallDisplayList(l_shadowVolumeDL, 0x40);
|
||||
GXSetColorUpdate(GX_TRUE);
|
||||
GXSetAlphaUpdate(GX_FALSE);
|
||||
#if VERSION != VERSION_JPN
|
||||
#if VERSION > VERSION_JPN
|
||||
J3DShape::resetVcdVatCache();
|
||||
#endif
|
||||
}
|
||||
@@ -2223,7 +2223,7 @@ void dDlst_list_c::wipeIn(f32 speed, GXColor& color) {
|
||||
mWipeRate = 1.0f;
|
||||
}
|
||||
ResTIMG* texture = (ResTIMG*)JKRGetResource('TIMG', "wipe_00.bti", dComIfGp_getMenuArchive());
|
||||
JUT_ASSERT(VERSION_SELECT(5679, 5687, 5687), texture != NULL);
|
||||
JUT_ASSERT(VERSION_SELECT(5679, 5679, 5687, 5687), texture != NULL);
|
||||
mWipeDlst.init(texture, -9.0f, -21.0f, 659.0f, 524.0f, 0, 1, 1, 2.0f, 2.436f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user