summaryrefslogtreecommitdiff
path: root/data/course_player_selection.s
AgeCommit message (Collapse)Author
2023-06-30Add some more asset make and json files (#322)Tyler McGavran
Course outlines, course previews, unused traffic light, and character portraits Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-06-17New asset extraction utility (#306)Tyler McGavran
* Add new asset extraction tool. Changes motivated by the quirks of how kart animation frames are stored in the ROM. each frame has a palette that is actually composed of 2 other, incomplete palettes. As such, the existent extract.py isn't really able to handle them. * Move a variety of assets to new extract tool --------- Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2020-10-14Initial commitn64