Actions

User

Difference between revisions of "Shadow05"

From Sonic Retro

(SA Taikenban.)
(Fuck this account)
Line 1: Line 1:
==The Prototype Games Wiki==
 
'''The Prototype Games Wiki''' (based on wikia) is a wiki (created by me) for prototype versions of games.
 
  
[https://prototype-games.wikia.com/wiki/Prototype_Games_Wiki Link to the Wiki].
 
===List of Prototypes (So far)===
 
* [[Sonic the Hedgehog 2 (Simon Wai prototype)]].
 
* [https://tcrf.net/Proto:Mega_Man_7 Rockman 7 (Sample)].
 
* [[Sonic Adventure Taikenban]].
 
* [[Sonic Adventure: Trial Version]].
 
* [[Sonic Adventure: Trial Version for E3]].
 
 
==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>
 
[[Category:User pages]]
 

Revision as of 00:58, 15 February 2020