diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-08-01 10:17:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 00:17:21 -0700 |
| commit | 2275eb710b4b0794f198059a7fd61db7499941ff (patch) | |
| tree | e4bb01dce37d78a88657b0240a247febbfa14c24 /asm/JSystem/J2DGraph/J2DMatBlock | |
| parent | 396449b597bef772b4a79ef173671100e32ad5c1 (diff) | |
Work on J2DMaterialFactory (#394)
* Work on J2DMaterialFactory
* J3DUClipper OK
* Work on JAISoundStarter
* JAISoundHandles OK
* JAISoundInfo OK
* Fix JAISound::isStopping
* Work on J2DTextBoxEx
* dspproc OK
* osdsp OK
* osdsp_task OK
* Work on dsptask
* Import some JASCalc code
* JASCallback OK
* JASOscillator OK
* JASLfo OK
Diffstat (limited to 'asm/JSystem/J2DGraph/J2DMatBlock')
| -rw-r--r-- | asm/JSystem/J2DGraph/J2DMatBlock/__ct__11J2DTevOrderFv.s | 9 | ||||
| -rw-r--r-- | asm/JSystem/J2DGraph/J2DMatBlock/__ct__19J2DTevSwapModeTableFv.s | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/asm/JSystem/J2DGraph/J2DMatBlock/__ct__11J2DTevOrderFv.s b/asm/JSystem/J2DGraph/J2DMatBlock/__ct__11J2DTevOrderFv.s new file mode 100644 index 0000000000..0d69d27204 --- /dev/null +++ b/asm/JSystem/J2DGraph/J2DMatBlock/__ct__11J2DTevOrderFv.s @@ -0,0 +1,9 @@ +lbl_802F1B70: +/* 802F1B70 88 02 C7 80 */ lbz r0, j2dDefaultTevOrderInfoNull(r2) +/* 802F1B74 98 03 00 00 */ stb r0, 0(r3) +/* 802F1B78 38 82 C7 80 */ la r4, j2dDefaultTevOrderInfoNull(r2) /* 80456180-_SDA2_BASE_ */ +/* 802F1B7C 88 04 00 01 */ lbz r0, 1(r4) +/* 802F1B80 98 03 00 01 */ stb r0, 1(r3) +/* 802F1B84 88 04 00 02 */ lbz r0, 2(r4) +/* 802F1B88 98 03 00 02 */ stb r0, 2(r3) +/* 802F1B8C 4E 80 00 20 */ blr diff --git a/asm/JSystem/J2DGraph/J2DMatBlock/__ct__19J2DTevSwapModeTableFv.s b/asm/JSystem/J2DGraph/J2DMatBlock/__ct__19J2DTevSwapModeTableFv.s new file mode 100644 index 0000000000..83b04db90a --- /dev/null +++ b/asm/JSystem/J2DGraph/J2DMatBlock/__ct__19J2DTevSwapModeTableFv.s @@ -0,0 +1,4 @@ +lbl_802F1934: +/* 802F1934 88 02 C7 AC */ lbz r0, data_804561AC(r2) +/* 802F1938 98 03 00 00 */ stb r0, 0(r3) +/* 802F193C 4E 80 00 20 */ blr |
