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

#2
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
I've taken an example of a song play in bank EE:

Code:
EE/84A4:    BF8983EE    LDA $EE8389,X  (Song number)
EE/84A8:    8D801F      STA $1F80      (Save in SRAM variables)
EE/84AB:    8D0113      STA $1301      (Set song) (BRA $84B3...)
EE/84AE:    8006        BRA $84B6      (Skip next two instructions)
EE/84B0:    AD801F      LDA $1F80      (Song number in SRAM variables)
EE/84B3:    8D0113      STA $1301      (Set song)
EE/84B6:    220400C5    JSL $C50004    (Play song)


I'm not sure but it seems this would be enough to make a song play:

Code:
A961        LDA #$61       (Song number 61)
8D0113      STA $1301      (Set song)
220400C5    JSL $C50004    (Play song)

As for the graphics, if you replace the intro code with you spalsh screen code, you could maybe have only your splash screen as an intro... I'm not sure exactly what code to remove...
  Find
Quote  



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

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite