Actions

User

Difference between revisions of "Shadow05"

From Sonic Retro

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Current Projects==
+
A.K.A. Alex Field's old accont
*Sonic 1 Shadow05 Edition (Working Title)
 
*Sonic 1 AS Disassembly (A Enhanced version of the original)
 
 
 
 
[[Category:User pages]]
 
[[Category:User pages]]
 
==Fix broken fade (Sonic 1 Sound Driver)==
 
Goto '''''loc_7299A:''''' and replace this.
 
<syntaxhighlight lang="asm">loc_7299A: ; XREF: sub_72926
 
subq.b #1,$C(a5)
 
rts </syntaxhighlight>
 
 
With this.
 
 
<syntaxhighlight lang="asm"> subq.b #1,$C(a5)
 
subq.b #1,$C(a5) ; Put index back (before final volume value)
 
jsr loc_7292E ; Loop back and update volume
 
rts </syntaxhighlight>
 

Latest revision as of 01:20, 14 April 2023

A.K.A. Alex Field's old accont