Users browsing this thread: 1 Guest(s)
Adding music to an intro / title screen question

#4
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
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!
  Find
Quote  



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

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite