mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
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:
parent
6e832f06d8
commit
81dd4d64d0
9 changed files with 3297 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue