04-10-2011, 10:28 AM
(04-10-2011, 12:56 AM)daldec Wrote: If you can, could you tell what code is for that sound and I will search for it and delete it, please.
The one below is for the song just at the start of the game, where biggs, wedge and terra have their talk where the tritoch should be later on.
Code:
CC/9909: F1 Fade in song 57 (Wind) (high bit clear) with transition time 160
And the one below is the code for the music just when you arrive to narshe on the Magitek Armors.
Code:
CC/9A56: F1 Fade in song 57 (Wind) (high bit clear) with transition time 160
the song commands are two bytes long, so if you want to have no song playing on the background, you replace the two bytes by FD FD, which means "skip this code", the FD command is valid only for events.