First new music batch (#31)

* First new music batch

First batch of original themes:
- Birdon theme
- WIP Desert type theme
- Funky theme(Maybe)
- Upbeat route theme
- Calm route theme
- TowerThing theme(Navel Rock?)
- South City theme

* Create lavendercrypt.asm

* JEP Themes with finished descriptions

* New Music - Constants

Added the new tracks to audio.asm and music_constants.asm

* And the music pointers(Silly mode)

Okay, now *this* should do the trick!

* AAAAAAAAAA

EEEEEEEEE
This commit is contained in:
LuciShrimp 2024-08-18 15:45:05 +02:00 committed by GitHub
parent 6e832f06d8
commit 81dd4d64d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3297 additions and 0 deletions

View file

@ -107,6 +107,11 @@
const MUSIC_MOBILE_CENTER ; 66
const MUSIC_NIHON_TOWN_01 ; 67
const MUSIC_SINJOH_RUINS ; 68
const MUSIC_LAVENDERCRYPT ; 69
const MUSIC_SOUTHCITY ; 6a
const MUSIC_NIHONTIME ; 6b
const MUSIC_PEACEFULTHEME ; 6c
const MUSIC_COASTTOWN ; 6d
DEF NUM_MUSIC_SONGS EQU const_value
; GetMapMusic picks music for this value (see home/map.asm)