Commit Graph

21 Commits

Author SHA1 Message Date
Jasper St. Pierre 9ed5837f42 more J3DDrawBuffer 2022-12-31 19:32:56 -08:00
TakaRikka 5dd956a3f5 move jasper's jsystem work over 2022-10-04 21:17:53 -07:00
TakaRikka 0f438b0b2a d_name / d_s_name (#194)
* d_name

* scnname
2022-04-28 16:58:43 -04:00
Jasper St. Pierre 8cda723f19 J3DVertex: OK
Fully matched now.
2022-04-24 01:57:11 -07:00
Jasper St. Pierre deb0dab075 J3DShape / J3DShapeDraw: More OK 2022-04-24 01:57:11 -07:00
Jasper St. Pierre ef37b26e4b J3DShape/J3DShapeMtx: More work 2022-04-24 01:57:11 -07:00
Jasper St. Pierre 48275dd12c J3DShape: OK progress 2022-04-24 01:57:06 -07:00
Jasper St. Pierre 1437f289f2 J3DDrawPacket: more OK 2022-04-23 18:39:27 -07:00
Jasper St. Pierre ffc163c3a4 J3DSys::drawInit 2022-04-23 17:27:10 -07:00
Jasper St. Pierre ebc39c3783 J3DSys::J3DSys 2022-04-23 15:38:37 -07:00
Jasper St. Pierre 8395901f0c J3DSys: setTexCacheRegion 2022-04-23 15:27:56 -07:00
Jasper St. Pierre 98f43f988b J3DSys: loadMtxIndx 2022-04-23 15:08:33 -07:00
Jasper St. Pierre 5b4dc50992 J3DTevs: patchTexNo_PtrToIdx 2022-04-23 14:43:04 -07:00
lepelog fce885721b J2DGrafContext and J2DOrthoGraph 2021-12-06 13:14:13 +01:00
Jasper St. Pierre 9abfb354df more simple J2D/J3D funcs (#166)
* more simple J2D/J3D funcs

* JPABaseShape constructor

* fmt

Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
2021-12-06 12:51:53 +01:00
TakaRikka f51935c034 J3D setup (#155)
* setup j3d classes

* remove asm

* fixes

* fix newDifferedDisplayList
2021-10-11 18:38:53 +02:00
lepelog 7b2df7551e J3duclip, fop_actor_mng and related stuff (#131)
* J3DUClipper sinit

* sincosTable_ etc

* decompile JMATrigonometric sinit

* f_op_actor_mng

* move f_op_actor_mng and parts of mDo_ext

* J3DSys sinit

* f_op_scene_req

* failed matching attempt for decodeSZS__9JKRDecompFPUcPUcUlUl

* mX -> x

* fix mCull and fopAcM_prm_class members

* fix a few function parameters

* move missing NON_MATCHING

* remove some unneeded data

* turns out that data was not unused

* remove unused asm

* readd asm deleted by accident
2021-06-02 08:13:31 -04:00
Jasper St. Pierre d5c3fd8c2f Makefile fixes / JUTNameTab (#129)
* Makefile: Fix issues with iconv causing it to break under devkitPro / msys

The version of iconv included in devkitPro does not have a -o option,
so replace it with normal shell redirection. Also, SHIFT-JIS does not
have a mapping for ~, so output the Windows CP932 variant instead,
which does. See:
https://en.wikipedia.org/wiki/Tilde#Unicode_and_Shift_JIS_encoding_of_wave_dash
https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)#Single-byte_character_differences

* Update diff configuration

-Bbinary doesn't seem to work with my copy of
bjdump (it says it can't decode unknown architecture)

Cheese things by using expected/ instead of having
the user place things manually.

* JUTNameTab

* J3DPacket / J3DDrawBuffer

* format

Co-authored-by: lepelog <lepelog@users.noreply.github.com>
2021-05-10 11:54:07 -04:00
Julgodis 5d12345a03 moved strings + decompile simple store functions 2021-04-10 07:02:38 +02:00
Julgodis 85bd045193 building RELs 2021-04-06 18:00:35 +02:00
Julgodis 1e95d29b60 dol2asm OK 2021-03-28 22:49:05 +02:00