Fortuna type beat (#63)

I heard that you like jamming the hell out while getting absolutely destroyed by giant birds and fire breathing dragons!
This commit is contained in:
Luisa Karlson 2025-05-05 08:08:09 +02:00 committed by GitHub
parent af9877ccdf
commit bb224ace5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1737 additions and 0 deletions

View file

@ -174,6 +174,7 @@ INCLUDE "audio/music/CrystalCrater.asm"
INCLUDE "audio/music/SavoyCity.asm"
INCLUDE "audio/music/FloodedShrine.asm"
INCLUDE "audio/music/AlphalithBattle.asm"
INCLUDE "audio/music/FortunaSF.asm"
SECTION "Sound Effects", ROMX

1734
audio/music/Fortuna.asm Normal file

File diff suppressed because it is too large Load diff

View file

@ -126,4 +126,5 @@ Music:
dba Music_SavoyCity
dba Music_FloodedShrine
dba Music_AlphalithBattle
dba Music_FortunaSF
assert_table_length NUM_MUSIC_SONGS

View file

@ -124,6 +124,7 @@
const MUSIC_SAVOYCITY ; 77
const MUSIC_FLOODEDSHRINE ; 78
const MUSIC_ALPHALITHBATTLE ; 79
const MUSIC_FORTUNASF ; 7a
DEF NUM_MUSIC_SONGS EQU const_value
; GetMapMusic picks music for this value (see home/map.asm)