Commit Graph

1624 Commits

Author SHA1 Message Date
Rainchus 413d1b0529
unhardcode a lot of GWPlayer->items for loop accesses (#612) 2025-11-28 22:15:16 -06:00
Rainchus 3930e67e4f unhardcode some for loops 2025-11-22 12:33:59 -06:00
Rainchus e76d5bc8d3 Merge branch 'main' of https://github.com/mariopartyrd/marioparty4 2025-11-21 20:49:26 -06:00
Rainchus 6f84540efe align 32 to WorkBuffer 2025-11-21 20:49:20 -06:00
Liam Coleman 549322d42a
More PAL REL matches (#611)
* More PAL REL matches

DTK decided to auto add string types for some reason.

* Fix Listener Speed for PAL

* Complete m433 for PAL

* Fix many variables to use refresh rate directly

* Fix w02 Refresh Rate Factor

* Several more RELs for PAL

m403, m406, and mgmode
2025-11-16 17:21:01 -06:00
j-ac 591e4e631b
Added symbols to some shop functions (#609)
* Added symbols to shop functions

* replace hard-coded values with ARRAY_COUNT
2025-10-09 15:04:46 -05:00
MisterSheeple 2e0eeb2fa1 Mention USA version is complete in readme 2025-07-01 04:17:48 +02:00
Thomas Ryan d4effe7a7c
Added variable names in warp.c and start.c (#600)
* Named final variable in WarpImpact

* Updated variable regex

* Named variables in board/start.c

* Added comments

* Updated regex pattern
2025-06-19 14:06:48 -05:00
cadmic d0b765280f Specify extab padding instead of patching original dol 2025-06-05 14:43:57 +02:00
Thomas Ryan ab82b87684
Documented flag.c and fixed a typo in basic_space.c (#598)
* Added docs to flag.c

* Updated documentation

* Fixed typo
2025-06-01 21:37:05 -05:00
Luke Street 9e230f7a3a 100% linked 2025-06-02 04:36:43 +02:00
Luke Street c3f105f90a
Update dtk-template & tools (#597) 2025-06-01 18:23:49 -06:00
j-ac da153d6b4b
RFC - adding symbols to mapspace.c (#596)
* name vars in MapspaceInLineFunc02

* named symbols for MapspaceInlineFunc00

* named symbols for MapspaceInlineFunc01

* added symbols for MapspaceInlineFunc03

* Add symbols to Hitcheck, and others

* revert changes to mtx.h
2025-06-01 09:15:11 -05:00
Thomas Ryan fde26b21cf
Added two new tool scripts. build_iso.py and doc_check.py (#594)
* Added two new tool scripts. build_iso.py and doc_check.py

* Added better output and more numbers

* Updated doc_check.py to be more useful

* Ran formatter on code
2025-05-29 21:45:13 -05:00
Thomas Ryan 9f3cdbb1ed
Documented HuPadRead (#593)
* Documented HuPadRead

* Updated doc

* Updated line lengths
2025-05-29 21:45:02 -05:00
Thomas Ryan 2b2444574a
Documented BoardLandBlueExec and BoardLandRedExec (#592)
* Documented BoardLandBlueExec and BoardLandRedExec

* Removed incorrect headerfile doc

* Fixed incorrect doc statement

* Updated blue/red space comments
2025-05-28 17:27:10 -05:00
cadmic a109b671ff Fix link order of Gecko_ExceptionPPC 2025-05-28 23:54:34 +02:00
cadmic 77ac12c017 Delete duplicate GCN_mem_alloc file 2025-05-28 23:54:34 +02:00
dbalatoni13 33d5984dff cadmic matched FaceDraw!! 2025-05-24 01:14:00 +02:00
Dávid Balatoni fcc6fb9f10 Fix mistakes in README update 2025-05-21 16:52:12 +02:00
Dávid Balatoni d3f5480154 Update README.md 2025-05-21 16:52:12 +02:00
Rainchus ce57301435
Unhardcode some things (#589)
* fix malloc sizes of HuMemDirectMalloc calls

* unhardcode some things
2025-05-13 20:19:59 -05:00
Rainchus 086800b79a
fix malloc sizes of HuMemDirectMalloc calls (#579) 2025-04-06 18:53:55 -05:00
dbalatoni13 887cb00c5b
Cleanup and get rid of many warnings when compiling with stricter warnings (#578)
* Mini improvements

* Fix some splits

* Remove last comma from enums

* Fix symbols

* Fix some headers and missing prototypes

* Replace most of f32 with float

* Replace most of Point3d with Vec

* Add missing esprite include with guard

* Add HuSetVecF to ext_math behind a guard

* More includes
2025-04-01 00:11:31 -05:00
dbalatoni13 4b0737d49c
Some fixes (#577)
* Mini improvements

* Fix some splits
2025-03-31 19:17:36 -05:00
Rainchus 53f19c4f6c
match targimpl for US versions (#576) 2025-03-16 15:05:13 -05:00
CreateSource 4fdca137cd
Match OdemiExi2 (#575)
* name audio.c and board/audio.c

* fix audio, complete board/basic_space, battle

* revert changes that broke build

* completely finish New and NewMore.cp, for some reason NewMore fails checksum

* finally match NewMore.cp

* match NMWException.cpp

* match mem_TRK

* match TRK with correct linker, uses Revo's notify func

* match TRKReadUARTPoll

* match OdemiExi2

* undo git's stupidness

* testing

* naively match REV 1 for real this time
2025-03-16 14:50:44 -05:00
Rainchus 91d6eb5428 DebuggerDriver.c matching in version 0 2025-03-16 14:22:42 -05:00
mrshigure 5c40f5a849
Fix TRKReadUARTPoll var naming (#574) 2025-03-15 12:11:33 -05:00
CreateSource db57c1ef50
match TRKReadUARTPoll (#573)
* name audio.c and board/audio.c

* fix audio, complete board/basic_space, battle

* revert changes that broke build

* completely finish New and NewMore.cp, for some reason NewMore fails checksum

* finally match NewMore.cp

* match NMWException.cpp

* match mem_TRK

* match TRK with correct linker, uses Revo's notify func

* match TRKReadUARTPoll
2025-03-15 12:03:58 -05:00
CreateSource 705ebb8727
match linker & some funcs (#572)
* name audio.c and board/audio.c

* fix audio, complete board/basic_space, battle

* revert changes that broke build

* completely finish New and NewMore.cp, for some reason NewMore fails checksum

* finally match NewMore.cp

* match NMWException.cpp

* match mem_TRK

* match TRK with correct linker, uses Revo's notify func
2025-03-15 11:30:27 -05:00
CreateSource eb11f9c23f
name audio.c, board/audio.c, board/basic_space, match files (#571)
* name audio.c and board/audio.c

* fix audio, complete board/basic_space, battle

* revert changes that broke build

* completely finish New and NewMore.cp, for some reason NewMore fails checksum

* finally match NewMore.cp
2025-03-15 07:36:13 -05:00
Liam Coleman 4ee46b3396
Match pal modesel (#570)
* Match modesel.c

Also fully matches modules

* Match pal modesel
2025-03-14 19:34:25 -05:00
Liam Coleman ece392140e
Match modesel.c (#569)
Also fully matches modules
2025-03-14 17:10:41 -05:00
dbalatoni13 62803cc21f
Some PAL symbols, ported m457Dll, naming progress on m457Dll (#568)
* Add missing imports and mark uninitialized variables

* Work on PAL symbols

* Ported m457Dll to all versions

* Some naming progress on m457Dll
Changed some names in present and option
2025-03-14 16:09:49 -05:00
Rainchus 75d49a9e05 match fn_1_14CFC from thefoxcam, link file 2025-03-14 15:29:32 -05:00
mrshigure dc4d365f1a
TRK: matched dispatch.c (US) (#566) 2025-02-17 19:18:23 -06:00
mrshigure 23b7af3bc5
TRK: matched serpoll and support; and making more progress (#565) 2025-02-10 21:49:23 -06:00
mrshigure 66a9a044fa
Making some TRK progress (#564) 2025-02-07 08:48:22 -06:00
Liam Coleman 64f087c2c9
Gamework struct labeling (#563)
* Label most of w01Dll

* Add symbols for instdll and resultdll in us

* Fix pal symbols for instDll

* Build resultdll+symbols for pal

* Gamework struct labeling
2025-02-06 15:45:43 -06:00
Liam Coleman 560a592518
Add symbols for instdll and resultdll in us (#562)
* Label most of w01Dll

* Add symbols for instdll and resultdll in us

* Fix pal symbols for instDll

* Build resultdll+symbols for pal
2025-02-06 10:41:45 -06:00
CreateSource ea3af4e95a
name audio.c and board/audio.c (#561) 2025-02-05 21:02:56 -06:00
Liam Coleman da072c209a
Label most of w01Dll (#560) 2025-02-05 18:07:12 -06:00
dbalatoni13 721c0d4e41
Fix m435Dll linking (#559) 2025-02-05 10:25:23 -06:00
dbalatoni13 312f8471c8
Finish m427Dll (#558) 2025-02-04 20:08:50 -06:00
mrshigure d340ccf061
Making some Runtime progress (#557) 2025-02-04 19:54:29 -06:00
CreateSource c15173cc66
name board/start.c, some m463 (#556)
* end naming m463, start naming board/start.c

* name everything in start, fix m463 particle names

* lol fix
2025-02-04 14:00:13 -06:00
mrshigure 74cae4f16e
Fully matched MSL files (#555) 2025-02-04 12:11:22 -06:00
Rainchus a8d7f5e16d
Merge pull request #553 from abnormalhare/main
m427/map.c progress
2025-02-04 03:40:36 -06:00
Rainchus d1233f4888
Merge pull request #554 from mrshigure/msl
MSL: matched printf.c (US)
2025-02-04 03:37:17 -06:00