Files
SpaghettiKart/docs/sequences-information.md
T
JDJG cb172d1399 Adds information about what each sequence file does. (#500)
* Adds the sequence information i.e. what each file does.

* Removed not used mario circuit(accidently added from the wiki) - just generic name for every mario course.
Links to mario raceway :)

* update value to be more accurate.

* Update sequences-information.md

* updates seq_00 to be sound player.

* update references of seq_16 to make more sense.

* remove the note on it.

* Update the seq_16 to be the better name of it.

* Update sequences-information.md

* updates each section to have a name.

* Changes The name to make more sense gramatically.

* add new note

* Update sequences-information.md

* Update sequences-information.md

* Fixes the weird change to clrf. Replaces it to be lf instead.

* Update custom-audio.md

* Update TrackProperties.cpp

* Update TrackProperties.cpp

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-07-29 07:07:29 -06:00

59 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Sequence Information (Music)
## Race Tracks
| Track Name | Audio Filename |
| --------------------- | --------------------------- |
| Banshee Boardwalk | `banshee_boardwalk` |
| Bowser's Castle (N64) | `bowsers_castle` |
| Choco Mountain | `choco_mountain` |
| D.K.'s Jungle Parkway | `dk_jungle` |
| Frappe Snowland | `frappe_snowland` |
| Kalimari Desert | `kalimari_desert` |
| Koopa Troopa Beach | `koopa_troopa_beach` |
| Luigi Raceway | `luigi_raceway` |
| Mario Raceway | `mario_raceway` |
| Moo Moo Farm | `moo_moo_farm` |
| N64 Rainbow Road | `rainbow_road` |
| N64 Wario Stadium | `wario_stadium` |
| Royal Raceway | `royal_raceway` |
| Sherbet Land (N64) | `frappe_snowland` |
| Toad's Turnpike | `toads_turnpike` |
| Yoshi Valley | `yoshi_valley` |
## Battle Courses
| Battle Course Name | Audio Filename |
| ------------------ | --------------- |
| Big Donut | `battle_arenas` |
| Block Fort | `block_fort` |
| Double Deck | `double_deck` |
| Skyscraper | `battle_arenas` |
## General
| Description | Audio Filename |
| --------------------------- | ------------------------ |
| Special command for sound fx | `sound_player` |
| Title Screen | `title_screen` |
| Main Screen / Select Screen | `main_menu` |
| Start Grid GP/VS | `start_grid_gp_vs` |
| Final Lap Fanfare | `final_lap_fanfare` |
| Finish 1st Place | `finish_1st_place` |
| Finish 2nd4th Place | `finish_2nd_4th_place` |
| Finish 5th8th Place | `finish_5th_8th_place` |
| Winning Results | `winning_results` |
| Star Jingle | `star_jingle` |
| Game Over | `game_over` |
| Start Grid Time Attack | `start_gird_time_attack` |
| VS Battle Results | `vs_battle_results` |
| Losing Results | `losing_results` |
| Award Ceremony Buildup | `award_ceremony_buildup` |
| Award Ceremony 1st3rd | `award_ceremony_1st_3rd` |
| Award Ceremony 4th8th | `award_ceremony_4th_8th` |
| Staff Roll | `staff_roll` |
Refer to Custom Audio on how to use this information.