Skip to content

Commit

Permalink
New regen tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
PiaCarrot authored and PiaCarrot committed Apr 30, 2024
1 parent b2b8c74 commit 8d60ebe
Show file tree
Hide file tree
Showing 146 changed files with 4,245 additions and 97 deletions.
3 changes: 3 additions & 0 deletions audio.asm
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ SECTION "Songs Regen 3", ROMX


INCLUDE "audio/music/looker.asm"
INCLUDE "audio/music/routeextra.asm"
INCLUDE "audio/music/orangeencounter.asm"
INCLUDE "audio/music/orangedive.asm"

SECTION "Songs Monstarules", ROMX

Expand Down
43 changes: 30 additions & 13 deletions audio/music/crystalcave.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ Music_CrystalCave:
Music_CrystalCave_Ch1:
tempo $89
volume $77
stereopanning $f
octave 3
notetype $C, $00
note D#, 2
note __, 16
note __, 14
Music_CrystalCave_Ch1_loop:
notetype $C, $00
dutycycle 1
intensity $95
octave 3
octave 3
stereopanning $77
notetype $C, $95
note D#, 4
note __, 2
note D#, 2
Expand Down Expand Up @@ -197,25 +196,28 @@ Music_CrystalCave_Ch1_loop:
octave 2
note B_, 4
loopchannel 0, Music_CrystalCave_Ch1_loop

Music_CrystalCave_Ch2:
stereopanning $f0
dutycycle 1
tone $0001
tone $0002
stereopanning $f0
octave 3
notetype $C, $88
note C_, 8
stereopanning $f
octave 2
note G#, 8
stereopanning $f0
octave 3
note C_, 8
stereopanning $f
octave 2
note F_, 8
Music_CrystalCave_Ch2_loop:
dutycycle 2
tone $0002
notetype $C, $88
intensity $D5
octave 3
stereopanning $77
notetype $C, $D5
octave 3
note C_, 4
octave 2
note G_, 2
Expand Down Expand Up @@ -346,6 +348,7 @@ Music_CrystalCave_Ch2_loop:
intensity $C2
note C_, 1
note G_, 1
stereopanning $f0
octave 5
note C_, 1
octave 4
Expand All @@ -360,6 +363,7 @@ Music_CrystalCave_Ch2_loop:
intensity $72
octave 5
note C_, 1
stereopanning $f
octave 4
note G_, 1
note C_, 1
Expand Down Expand Up @@ -390,6 +394,7 @@ Music_CrystalCave_Ch2_loop:
intensity $72
octave 4
note G_, 1
stereopanning $f0
note D_, 1
octave 3
note G_, 1
Expand All @@ -406,6 +411,7 @@ Music_CrystalCave_Ch2_loop:
octave 3
note G_, 1
note __, 5
stereopanning $77
intensity $C5
note G#, 4
octave 4
Expand All @@ -429,6 +435,7 @@ Music_CrystalCave_Ch2_loop:
note C_, 4
intensity $5D
note C_, 6
stereopanning $f0
intensity $C2
vibrato $00, $00
octave 5
Expand All @@ -445,6 +452,7 @@ Music_CrystalCave_Ch2_loop:
intensity $72
octave 5
note C_, 1
stereopanning $f
octave 4
note G_, 1
note C_, 1
Expand All @@ -461,6 +469,7 @@ Music_CrystalCave_Ch2_loop:
note G_, 1
note C_, 1
note __, 1
stereopanning $f0
intensity $C2
octave 6
note C_, 1
Expand All @@ -487,6 +496,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note C_, 1
note __, 2
stereopanning $f
intensity $C2
octave 5
note G_, 1
Expand All @@ -513,6 +523,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note G_, 1
note __, 2
stereopanning $f0
intensity $C2
note A#, 1
intensity $42
Expand All @@ -538,6 +549,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note A#, 1
note __, 2
stereopanning $f
intensity $C2
note F_, 1
intensity $42
Expand All @@ -563,6 +575,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note F_, 1
note __, 2
stereopanning $f0
intensity $C2
octave 6
note C_, 1
Expand All @@ -589,6 +602,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note C_, 1
note __, 2
stereopanning $f
intensity $C2
octave 5
note G_, 1
Expand All @@ -615,6 +629,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note G_, 1
note __, 2
stereopanning $f0
intensity $C2
note A#, 1
intensity $42
Expand All @@ -640,6 +655,7 @@ Music_CrystalCave_Ch2_loop:
intensity $42
note A#, 1
note __, 2
stereopanning $f
intensity $C2
note F_, 1
intensity $42
Expand Down Expand Up @@ -669,6 +685,7 @@ Music_CrystalCave_Ch2_loop:

Music_CrystalCave_Ch3:
dutycycle 9
stereopanning $77
octave 3
notetype $C, $19
note C_, 2
Expand All @@ -688,8 +705,8 @@ Music_CrystalCave_Ch3:
note C_, 2
note F_, 2
Music_CrystalCave_Ch3_loop:
notetype $C, $19
octave 3
notetype $C, $19
octave 3
note C_, 2
note G_, 2
note D#, 2
Expand Down Expand Up @@ -1027,7 +1044,7 @@ Music_CrystalCave_Ch4:
note F_, 2
note __, 2
Music_CrystalCave_Ch4_loop:
notetype $C
notetype $C
note F_, 2
note A#, 2
note F#, 2
Expand Down
Loading

0 comments on commit 8d60ebe

Please sign in to comment.