Question about SF2 Turbo song track list

Go down

Question about SF2 Turbo song track list Empty Question about SF2 Turbo song track list

Post by MiniComputer Tue 13 Aug 2019 - 21:26

Patch file (features Turbo v1.0 and rev v1.1):
http://bszelda.zeldalegends.net/stuff/Con/hd_sf2_msu1.zip

Does this have a song track list of which the pcm's are assigned to ?
MiniComputer
MiniComputer
Armos Knight
Armos Knight

Since : 2017-11-04

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by Conn Wed 14 Aug 2019 - 0:33

That patch was created by gizaha:
Code:
501A:
69 BF ;with BF instead of AF, heavy damage theme starts at health=$40 instead of health=$50 (1/3 of energy like the arcade)


5027:
4c 1483    ;jump to 8514 (hex editor) 8314 (debugger)




8314:
8d f8 18      ;sta 18f8 original from 5227
48            ;pha push A
ad b7 1c      ;lda 1cb7 load track id
c9 25        ;cmp hex 25 if track id>25 (already in heavy damage)
30 03        ;branch to cont if minus; else a>25 dont jump
4c 37 83      ;jump to the 8337, as heavy damage is already playing
cont:
69 20        ;and hex20 (dec32) to increase id to heavy damage theme
8d b7 1c      ;sta 1cb7 store new track id (heavy damage)

8d 04 20  ;sta2004 set heavy damage id to msu
9c 05 20  ;stz2005
2c 00 20  ;bit2000
70 fb    ;branch check for audio busy
a9 03    ;lda03 play looped
8d 07 20  ;sta2007

8337:
68        ;pull a
4c 2a50  ;jmp to continue original code

69 20 ;and hex20 (dec32) to increase id to heavy

So the normal track + 20 (in hex) should be the hd theme.
Conn
Conn

Question about SF2 Turbo song track list Image212

Since : 2013-06-30

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by MiniComputer Wed 14 Aug 2019 - 7:25

I think you are over thinking my question..
I am referring to the track list like this:

Example pulled from MMX3:
10 = Doppler Stage 4
11 = Title Screen
12 = Stage Select
13 = Passsword
14 = Tunnel Rhino
15 = Boss Selected Jingle
16 = Talking to Dr.Cain
17 = Doppler Boss Battle
18 = Doppler Stage Select


There is not one present in the current sf2 turbo msu-1 set
Thanks.
MiniComputer
MiniComputer
Armos Knight
Armos Knight

Since : 2017-11-04

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by Conn Wed 14 Aug 2019 - 13:32

Ah, I see, I think I was overthinking your question since you have posted the heavy damage patch.

Unfortunately, I am only the coder... you need to ask Relikk or RedScorpion (or any other person who made a pcm set) for a track map.
Conn
Conn

Question about SF2 Turbo song track list Image212

Since : 2013-06-30

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by MiniComputer Wed 14 Aug 2019 - 17:46

Thanks for the heads up.
MiniComputer
MiniComputer
Armos Knight
Armos Knight

Since : 2017-11-04

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by Relikk Wed 14 Aug 2019 - 18:19

I've sent him the full list via PM, but I've no more time tonight to do a spreadsheet like we usually do for newer patched games. So, I'll do that tomorrow when I get home.
Relikk
Relikk

Question about SF2 Turbo song track list Image211

Since : 2017-02-17

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by Relikk Thu 15 Aug 2019 - 12:10

Here's the link to the completed sheet...

LINK
Relikk
Relikk

Question about SF2 Turbo song track list Image211

Since : 2017-02-17

Back to top Go down

Question about SF2 Turbo song track list Empty Re: Question about SF2 Turbo song track list

Post by Conn Thu 15 Aug 2019 - 12:48

Thanks, I added your track list to both Turbo threads, first post (normal and hd)
Conn
Conn

Question about SF2 Turbo song track list Image212

Since : 2013-06-30

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum