diff options
| author | JDJG <ghostzap123@gmail.com> | 2025-07-29 09:07:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 07:07:29 -0600 |
| commit | cb172d139981c1887760a6b2a150d5778f133d69 (patch) | |
| tree | ab3693de8647d478ed71f0eecc9a7cb803ac50b1 /yamls | |
| parent | 2cc051fbe1a1b97eeafa404fc9d9966e531b2295 (diff) | |
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>
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/sound/sequences.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yamls/us/sound/sequences.yml b/yamls/us/sound/sequences.yml index 867520fa8..d7bed0cf2 100644 --- a/yamls/us/sound/sequences.yml +++ b/yamls/us/sound/sequences.yml @@ -1,4 +1,4 @@ -seq_00: +sound_player: type: NAUDIO:V0:SEQUENCE id: 0 size: 0x2830 @@ -174,7 +174,7 @@ finish_5th_8th_place: banks: - sound/banks/bank_11 -seq_16: +winning_results: type: NAUDIO:V0:SEQUENCE id: 16 size: 0x1410 |
