Adding music to an intro / title screen question
#4
The tiltle screen is loaded in an event with event command A9:

Code:
CA/5E33: A9    Show title screen

if you replace the following code with the code of a splalsh screen, it could work. Try make a plash screen and create a patch with it. The patch a clean ROM and run an IPS report to see what code have been changed. This way you will be able to see what code loads a splash screen and put it instead of this code:

Code:
Show Title screen
(gen. act. A9)

C0/BA69:    200505      JSR $0505        
C0/BA6C:    207403      JSR $0374
C0/BA6F:    220968C2    JSR $C26809
C0/BA73:    201505      JSR $0515
C0/BA76:    207403      JSR $0374
C0/BA79:    207305      JSR $0573
C0/BA7C:    A901        LDA #$01
C0/BA7E:    4C5C9B      JMP $9B5C

Edit: You could also just remove the command at CA/5E33 (replace it with FD) and you would have no title screen.



Also, you can also change the instrument set of a song and its volume by setting values in those RAM registers:

Code:
$1300: MusSoundSet Instrument set for the current song.
$1301: MusSongID The ID of the music to play.
$1302: MusVolume The music's volume.

Hope it helps!
Reply


Messages In This Thread
RE: Adding music to an intro / title screen question - by madsiur - 05-29-2013, 08:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Adding additional Sprite frames? Northerner 0 1,349 11-24-2022, 05:08 AM
Last Post: Northerner
  The Mysteries of the Tent Screen PowerPanda 4 3,211 05-06-2021, 08:11 PM
Last Post: Everything
  Adding Valor Spell? doofenH 1 2,145 02-24-2020, 11:06 PM
Last Post: PowerPanda
  Adding Lores in an event Morendo 2 2,236 01-12-2020, 01:57 AM
Last Post: madsiur
  RAM $11E4 and adding Gau to a party? C-Dude 4 3,498 12-20-2019, 11:39 PM
Last Post: C-Dude
  How do spells decide which intro to play? C-Dude 5 4,279 01-19-2019, 12:34 AM
Last Post: C-Dude
  Easy Intro Skip (faster development) m06 4 5,149 04-29-2016, 07:42 PM
Last Post: seibaby
  Adding a character to the Narshe battle Kugawattan 21 19,952 12-28-2015, 07:34 PM
Last Post: Catone
  Opera House Adding Events Catone 8 7,758 02-27-2015, 11:26 AM
Last Post: Catone
  Adding more commands to battle menu? wolfokami321 2 3,409 08-26-2014, 11:11 AM
Last Post: GrayShadows

Forum Jump:


Users browsing this thread: 1 Guest(s)