summaryrefslogtreecommitdiff
path: root/data/sound_data/sequences.s
AgeCommit message (Collapse)Author
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>
2021-03-08Decompiled course geography (#19)CoderStig
* Added bss * Decompiled course vertex data and moved packed.s * Added recomp * Added new line char to the end of a few audio files
2021-03-02Refresh 1CoderStig