coco875
81fe450051
fix typo src ( #654 )
...
* fix typo src
* fix non matcing
* Update code_80091750.c
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com >
2024-08-16 15:38:16 -06:00
coco875
3d0c047cc9
change bool ( #644 )
...
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com >
2024-07-21 21:42:14 -06:00
MegaMech
3d7cdcee8a
Collision Documentation ( #640 )
...
* Collision related renames
2024-06-26 19:22:38 -06:00
MegaMech
a33325212f
Fix bugs in non_matching ( #628 )
...
* Update menus.c
* Update code_80057C60.c
2024-04-23 13:23:25 -06:00
MegaMech
7a10ba89f6
Header cleanup and some renames ( #616 )
...
* Place macros for addr conversions
* dl renames
* fixes
* changes ok
* Delete types.h
* move enums
2024-04-20 19:10:53 -06:00
coco875
9ac20c80b8
fix a lot of warning in code ( #598 )
...
* Fix warnings
* Fix building
2024-04-16 10:00:08 -06:00
MegaMech
d9c1ebb626
Initial gcc Support ( #568 )
...
* Added GCC
2024-04-15 10:53:58 -06:00
MegaMech
3da5a4f343
Add ymls for Torch code generator ( #497 )
...
* Add torch
* update jenkinsfile
2024-04-09 21:29:57 -06:00
coco875
12f332614e
move actors code in actors folder and rename thing related to actor ( #584 )
...
* Move actors into their folders
* Renamings and documentation
2024-04-03 12:44:44 -06:00
coco875
f99e242d97
Document render/update objects ( #565 )
...
* Document objects related code.
* Including render/update objects code
* Various renamings
2024-03-04 09:02:45 -07:00
Tyler McGavran
1aa6824d33
Match the last 2 data files ( #574 )
...
* Match the last 2 data files
Signed-off-by: Taggerung <tyler.taggerung@email.com >
* Update one of the file names based on comments
Signed-off-by: Taggerung <tyler.taggerung@email.com >
* Fix bad path in onomatopoeia asset file
Signed-off-by: Taggerung <tyler.taggerung@email.com >
---------
Signed-off-by: Taggerung <tyler.taggerung@email.com >
Co-authored-by: Taggerung <tyler.taggerung@email.com >
2024-02-28 10:11:38 -05:00
Tyler McGavran
b0653d7416
A couple matches in code_80057C60 ( #569 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
Co-authored-by: Taggerung <tyler.taggerung@email.com >
2024-02-22 12:15:52 -05:00
Tyler McGavran
49ab41f0c5
A match in code_8006E9C0 ( #573 )
...
Also updated ctx_includes to match the current state of the
repository (primarily fixing the trig_table include location)
Signed-off-by: Taggerung <tyler.taggerung@email.com >
Co-authored-by: Taggerung <tyler.taggerung@email.com >
2024-02-14 19:16:54 -05:00
coco875
d6663422b0
fix warning, type and document audio ( #559 )
...
* Document audio
* Update external.h
* fix warnings
* put a do while on one line
2024-02-13 07:27:58 -07:00
MegaMech
19410f2825
Code Segments Shiftable ( #566 )
...
his PR cleans up segment related code in main.c.
Also cleans up the linker a bit.
Add memory pool to linker as .bss to validate that it exists properly.
Move framebuffers, gfx, and audio buffers out of racing segment and make its own segment.
Rename framebuffers.c to buffers.c as it contains more than just framebuffers.
Import asserts from sm64 to validate that code segments are not overlapping
Rename segNoload to segmentNoload
Rename 802BA370 segment to trigTables
Rename gMenuSelectionFromEndingSequence to gGotoMenu
Rename gMenuSelectionFromQuit to gGotoMode
Rename SEG_ENDING_SEQUENCES to SEG_ENDING
Rename data_821D10 to ceremonyData
Rename data_825800 to startupLogo
2024-02-05 17:08:29 -07:00
Tyler McGavran
e63ea937d2
Match a couple functions ( #558 )
...
The matches in code_80057C60 required changes to several other
function signatures. Thankfully that didn't cause any problems
2024-01-21 19:11:13 -07:00
coco875
639fec1458
place surface type const and unassemble flag in vtx and document effects ( #553 )
...
* place surface type const and unassemble flag in vtx
2024-01-20 21:22:35 -07:00
coco875
a86b3b0a2e
document player and cpu ( #534 )
...
* document player and cpu
* cpu_descisions_branch_item to cpu_decisions_branch_item
2024-01-17 16:19:54 -07:00
coco875
6716570e2a
Rename some Object related function and property ( #531 )
...
* rename some variables
2024-01-17 15:10:26 -07:00
coco875
eb69ec2493
rename some texture ( #530 )
...
* rename some texture
* format common_texture
2024-01-16 19:07:37 -07:00
coco875
03843d77fe
some const placement and one rename ( #529 )
...
* some const placement and one rename
2024-01-06 07:46:59 -07:00
coco875
7c44252daa
Finish bss ( #527 )
...
* Finish importing bss
2024-01-02 14:53:51 -07:00
coco875
98474c5b94
fix todo, bug not appears and change theme ( #525 )
...
* fix todo, bug not appears and change theme
* fix warning
2023-12-31 19:56:14 -07:00
Tyler McGavran
c3975f2865
Cleanup some references to fake variables ( #520 )
...
* Cleanup some references to fake variables
* Some matches, header stuff, and updated a BSS file
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-12-30 20:07:04 -07:00
coco875
e5a215cb7c
Add bss render player and spawn player ( #518 )
...
* finish render_player
* finish normally spawn_player bss
2023-12-30 15:46:05 -07:00
Tyler McGavran
c89b4f6fe7
Match the BSS segment for code_80005FD0 ( #516 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-12-28 21:39:35 -07:00
coco875
3638f19145
some rename in code_8006e9c0 ( #512 )
...
* some basic function renames
* Renaming player hud related variables.
2023-12-25 06:43:47 -07:00
coco875
670a930f31
Rename code_8001F980 to render_player and code_800B45E0 to save ( #507 )
...
* Update and rename code_8001F980.c to render_player.c
* Rename code_8001F980.h to render_player.h
* rename import file to render_player
* Update and rename code_80004740.c to save.c
* Rename code_80004740.h to save.h
2023-12-24 15:52:09 -07:00
Tyler McGavran
0f3bc7ca1a
3 matches in code_80057C60 ( #480 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-11-02 22:09:47 -06:00
MegaMech
a1f432e9dc
match func_8000F628 and add NUM_PLAYERS define ( #479 )
...
* Match two funcs and add NUM_PLAYERS define
2023-10-28 12:39:32 -06:00
Tyler McGavran
c17d5c76c9
Linkage for the ceremony_data file ( #478 )
...
* Linkage for the ceremony_data file
Cleaned up all but 1 undefined symbol from the 0x0B range. The one
leftover may be something from texture_tkmk00. Or atleast, that's
what I think. Can't say for certain
* Startup logo linkage
Cleaned up a bunch of unused items from assets.json too
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-10-27 22:18:20 -06:00
coco875
134e126cd9
some define comment and replace number by const ( #469 )
2023-10-19 12:06:12 -06:00
Tyler McGavran
a870180a2c
Couple matches ( #466 )
...
Removed some things from variables.h and functions.h
Added headers for some src/data files
2023-10-18 23:19:07 -06:00
Joshua Peisach
03a5550a94
Rename bomb kart structs ( #464 )
...
Signed-off-by: Joshua Peisach <itzswirlz2020@outlook.com >
2023-10-14 21:08:15 -06:00
Tyler McGavran
aa720db51a
A few matches across a couple files, although mostly code_80005FD0 ( #460 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-10-13 22:09:18 -06:00
MegaMech
7f14bf80df
Rename wayPoint to waypoint ( #448 )
...
* Rename wayPoint to waypoint
* other
2023-10-09 20:46:56 -06:00
coco875
d8cfed9491
Various Naming ( #445 )
...
* Mass renames
2023-10-07 16:31:48 -06:00
coco875
2f583fdb42
cleaning camera, kart_dma, menu, math_util ( #436 )
...
* cleaning camera.h
* cleaning math_utils.h and remove space
* cleaning kart_dma
* cleaning menu.h
2023-09-22 22:00:30 -06:00
coco875
f4fc23bada
Header & General Cleanup ( #431 )
...
* Header cleanup
2023-09-20 11:59:55 -06:00
AloXado320
9f2330e259
Migrate some rodata files to C, for files in NEEDS_RODATA state ( #427 )
...
* Migrate some rodata files to C, for file on NEEDS_RODATA state
* clarify odd texture variable, split unused vertices
* Remove unused file
2023-09-20 11:24:43 -06:00
AloXado320
3f221d6f25
Label mtx variables in GfxPool ( #424 )
2023-09-17 16:39:25 -06:00
MegaMech
208fecdd28
Match bss for code_800029B0 and clean headers ( #406 )
...
* Match bss for code_800029B0 and clean headers
* Fix dvdl and a warning
2023-09-08 13:39:13 -06:00
Tyler McGavran
9c661125be
Small matches, nothing super special ( #400 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-09-05 15:49:55 -06:00
Joshua Peisach
67fbcac9ec
Match func_8006B7E4, func_8006EEE8, func_80071A20 ( #395 )
...
* Match func_8006B7E4, func_8006EEE8, func_80071A20
* Fix missing extern void call
2023-09-05 14:38:40 -06:00
Tyler McGavran
31d3ac14ec
Put void in several function prototypes ( #387 )
...
I have historically made prototypes for argument-less functions
with just plain `()` for the argument list. This has caused some
minor pains when using `m2c` and is, pendatically, incorrect.
So I have changed all argument-less function protoypes to instead
have `(void)` as the argument list. This required a couple small
fixes here and there.
2023-08-26 12:48:45 -06:00
MegaMech
0e85b1acb1
Some matches in 80027D00 ( #385 )
2023-08-25 22:14:08 -06:00
Tyler McGavran
df3c435ac8
Versus mode Bomb Kart stuff ( #375 )
...
Signed-off-by: Taggerung <tyler.taggerung@email.com >
2023-08-20 22:23:57 -06:00
MegaMech
e57133e59f
Matched staff_ghosts.c and doc for podium_ceremony_actors.c ( #365 )
...
* Matched staff_ghosts.c
* More podium_ceremony_actors documentation
2023-08-11 13:21:17 -06:00
MegaMech
870c39ad77
Matched code_80091440.c and named gDemoMode variable ( #358 )
...
* matched code_80091440.c
* Named gDemoMode
* Remove asm for matching func
* Matched and namings for random_u16_credits func in code_80280650.c
2023-08-09 14:53:55 -06:00
Matthew
21a5645e12
More matches in code_80057C60 ( #351 )
...
* Some matchings for code_80057C60
* Remove matched assembly
2023-08-08 13:05:58 -06:00