summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-03fix audio pointers allowing rom shifts againCoderStig
2022-02-22Name arrays of character animations (#168)Tyler McGavran
2022-02-22Match a few functions (#167)Tyler McGavran
2022-02-22Match func_80091AC0 (#166)Tyler McGavran
2022-02-14Match one function, update mips_to_c of 2 others (#164)Tyler McGavran
2022-02-13Match the other D_80189DE0 search functions (#163)Tyler McGavran
2022-02-13Match several functions (#162)Tyler McGavran
2022-02-13Name functions that search for 8018D9E0 entries (#161)Tyler McGavran
2022-02-13Replace mk_Vtx_Flag type with GBI provided Vtx (#160)Tyler McGavran
2022-02-07Mips2c refresh (#159)Tyler McGavran
2022-02-03Break out some credit text stuff into a C file (#157)Tyler McGavran
2022-02-02Identify a credits related struct (#156)Tyler McGavran
2022-01-30Match OS funcs (#152)MegaMech
2022-01-28Named "*_step_*_towards" functions (#154)Tyler McGavran
2022-01-27Add struct for D_8018CA70 (#153)Tyler McGavran
2022-01-27Match functions in code_80071F00 related to D_80165C18 (#151)ChiefFruitcake
2022-01-25decomped some of 800431B0.c (#148)MegaMech
2022-01-24Add in a struct for surface map entires (#150)Tyler McGavran
2022-01-24More function matching in code_80057C60 (#149)ChiefFruitcake
2022-01-22Variety of changes (#147)Tyler McGavran
2022-01-21code_80057C60 (#146)ChiefFruitcake
2022-01-18Fix a small discrepancy with kart_attributes (#145)Tyler McGavran
2022-01-18Match 4 functions in math_util, do some tidying up of imports for math_util (...Tyler McGavran
2022-01-18code_8008C1D0 part 3 (#143)ChiefFruitcake
2022-01-18Move texture data from asm to C (#142)Tyler McGavran
2022-01-17Identify active screen mode, relabel accordingly (#141)Maciek Baron
2022-01-15Match a variety of functions, remove an extraneous data file (#140)Tyler McGavran
2022-01-15Match func_800215DC and func_80021DA8 (#139)Maciek Baron
2022-01-15code_8008C1D0 part 2 (#138)ChiefFruitcake
2022-01-14Match functions related to balloon status (#137)Maciek Baron
2022-01-12Match a variety functions (#136)Tyler McGavran
2022-01-12Match several functions, add item values (#130)Maciek Baron
2022-01-11code_8008C1D0 - player struct functions (#135)ChiefFruitcake
2022-01-09Update the GfxPool struct and match some functions (#134)Tyler McGavran
2022-01-09code_800AF9B0 - ghost data (#133)ChiefFruitcake
2022-01-06More matching in code_800AF9B0 (#131)ChiefFruitcake
2022-01-04Add a couple header files, add some mips_to_c of some previously un-decomped ...Tyler McGavran
2022-01-03Match a variety of functions, identify a struct type and some related variabl...Tyler McGavran
2022-01-02Relabel/identify more variables and functions based on current knowledge (#127)Maciek Baron
2022-01-01Rename a function related to D_8018D9E0 and regenerate its mips_to_c disassem...Tyler McGavran
2022-01-01Match the other move_towards functions (#125)Tyler McGavran
2022-01-01Code 80281FA0 decomp (#126)ChiefFruitcake
2022-01-01Add player and controller labels, rename function (#123)Maciek Baron
2022-01-01Naming global variables related to menu navigation (#119)ChiefFruitcake
2021-12-31First decompile attempt. code_800AF9B0 (#121)ChiefFruitcake
2021-12-31Match assorted functions and identify a variable (#122)Tyler McGavran
2021-12-27Match function related to the podium scene text (#120)Tyler McGavran
2021-12-26Texture related structs and some controller pak menu stuff (#116)Tyler McGavran
2021-12-26decomp more 80057C60.c to reach 20 percent (#118)MegaMech
2021-12-25Merge branch 'decomp' into masterMegaMech