Adding music to an intro / title screen question
#2
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...
Reply


Messages In This Thread
RE: Adding music to an intro / title screen question - by madsiur - 05-29-2013, 07:40 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,953 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)