diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-01-08 12:10:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 12:10:05 +0200 |
| commit | a8a159ae2c18e2ce3c0f98b1cc54e36ed14cff60 (patch) | |
| tree | 81dfdf02a475a88f6f9ce3ba03daad018bbfac91 /libs/JSystem/J2DGraph/J2DMatBlock.cpp | |
| parent | dea6243c35dbc373e39c3f4afcb1aba0063065f0 (diff) | |
Various Matches, J2DTextBoxEx and J2DTevs OK (#2025)
* Work on src/d/bg
* misc work
* J2dTextBoxEx OK
* J2DTevs OK
* Better return values for bool
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DMatBlock.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DMatBlock.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libs/JSystem/J2DGraph/J2DMatBlock.cpp b/libs/JSystem/J2DGraph/J2DMatBlock.cpp index 99b0822df4..6706e140e8 100644 --- a/libs/JSystem/J2DGraph/J2DMatBlock.cpp +++ b/libs/JSystem/J2DGraph/J2DMatBlock.cpp @@ -353,14 +353,6 @@ extern "C" extern J2DTexCoordInfo const j2dDefaultTexCoordInfo[8]; extern "C" extern J2DTevStageInfo const j2dDefaultTevStageInfo; extern "C" extern J2DIndTevStageInfo const j2dDefaultIndTevStageInfo; extern "C" extern void* __vt__11J2DIndBlock[14]; -extern "C" extern GXColor j2dDefaultColInfo; -extern "C" extern J2DTevOrderInfo j2dDefaultTevOrderInfoNull; -extern "C" extern J2DGXColorS10 j2dDefaultTevColor; -extern "C" extern GXColor j2dDefaultTevKColor; -extern "C" extern J2DTevSwapModeInfo j2dDefaultTevSwapMode; -extern "C" extern u8 data_804561A4; -extern "C" extern J2DColorChanInfo j2dDefaultColorChanInfo; -extern "C" extern u8 data_804561AC; // // Declarations: @@ -2566,7 +2558,7 @@ void J2DIndBlockFull::setGX() { void J2DPEBlock::initialize() { mAlphaComp = J2DAlphaComp(); mBlend.setBlendInfo(j2dDefaultBlendInfo); - mDither = data_804561A4; + mDither = j2dDefaultPEBlockDither; } /* 802F1840-802F18A0 2EC180 0060+00 0/0 1/1 0/0 .text setGX__10J2DPEBlockFv */ |
