Language…
11 users online:  bebn legg, bradcomp, DanMario24YT, DimeR, GRIMMKIN,  idol, Metal-Yoshi94,  Shoujo, signature_steve, SMW Magic, steelsburg - Guests: 308 - Bots: 435
Users: 64,795 (2,372 active)
Latest user: mathew

Using one song for bowser

Title pretty much explains it all, I am using AddmusicK and I want to use only one song for my bowser fight to hopefully remove load times.
In the AMK folder, go to (asm/SNES/tweaks.asm) there is a list of the songs used in the bowser battle.

Code
!Bowser = #$0D
!Bowser2 = #$1F
!Bowser3 = #$20
!BowserDefeated = #$21
!BowserInterlude = #$22
!BowserZoomIn = #$23
!BowserZoomOut = #$24


Replace the values ​​# $ 1F, # $ 20 ... by the number of the music you want.
NOTE: I'm not tested this!