Actions

Template

Difference between revisions of "S2Howtos"

From Sonic Retro

m (Added another Module lost guide)
m (Added drowning guide)
Line 5: Line 5:
 
! class="bottomtemphead" | Fixing Bugs
 
! class="bottomtemphead" | Fixing Bugs
 
|-
 
|-
|class="bottomtemptext" align="center" | [[SCHG How-to:Fix demo playback|Fix Demo Playback]] | [[SCHG How-to:Fix a race condition with Pattern Load Cues|Fix a Race Condition with Pattern Load Cues]] | [[SCHG_How-to:Fix bugs relating to Super Sonic|Fix Super Sonic Bugs]] | [[SCHG_How-to:Use correct height when roll jumping|Use Correct Height When Roll Jumping]] | [[SCHG_How-to:Fix jump height bug when exiting water|Fix Jump Height Bug When Exiting Water]] | [[SCHG How-to:Fix Sonic 2's buggy spindash code and add spindash speeds|Fix Spin Dash Code and Add Spin Dash Speeds]] | [[SCHG_How-to:Fix screen boundary spindash bug|Fix Screen Boundary Spin Dash Bug]] | [[SCHG_How-to:Fix camera y position for Tails|Fix Camera Y Position for Tails]] | [[SCHG How-to:Fix Tails subanimation error|Fix Tails subanimation error]] | [[SCHG_How-to:Fix Tails' respawn speeds|Fix Tails' respawn speeds]] | [[SCHG_How-to:Fix Accidental Deletion of Scattered Rings#Sonic 2 fix|Fix Accidental Deletion of Scattered Rings]] | [[SCHG How-to:Fix monitor collision bug|Fix monitor collision bug]] | [[SCHG How-to:Fix Rexon crash|Fix Rexon crash]] | [[SCHG How-to:Fix the EHZ Deformation bug|Fix EHZ Deformation Bug]] | [[SCHG_How-to:Correct CPZ boss attack behavior|Correct CPZ boss attack behavior]] | [[SCHG_How-to:Fix bug in ARZ Boss arrow's platform behavior|Fix Bug in ARZ Boss Arrow's Platform Behavior]] | [[SCHG How-to:Fix ARZ Boss Walking on Air Glitch|Fix ARZ Boss Walking on Air Glitch]] | [[SCHG_How-to:Fix ARZ boss sprite behavior|Fix ARZ boss sprite behavior]] | [[SCHG_How-to:Fix multiple CNZ boss bugs|Fix multiple CNZ boss bugs]] | [[SCHG_How-to:Fix Hill Top's background scrolling mountains | Fix HTZ background scrolling mountains]] | [[SCHG_How-to:Fix the OOZ launcher speed up glitch|Fix OOZ Launcher Speed Up Glitch]] | [[SCHG How-to:Fix DEZ Eggrobo boss collision glitch|Fix DEZ Giant Mech collision glitch]] | [[SCHG How-to:Fix Boss Deconstruction Behavior|Fix Boss Deconstruction Behavior]]
+
|class="bottomtemptext" align="center" | [[SCHG How-to:Fix demo playback|Fix Demo Playback]] | [[SCHG How-to:Fix a race condition with Pattern Load Cues|Fix a Race Condition with Pattern Load Cues]] | [[SCHG How-to:Fix bugs relating to Super Sonic|Fix Super Sonic Bugs]] | [[SCHG_How-to:Use correct height when roll jumping|Use Correct Height When Roll Jumping]] | [[SCHG How-to:Fix jump height bug when exiting water|Fix Jump Height Bug When Exiting Water]] | [[SCHG How-to:Fix Sonic 2's buggy spindash code and add spindash speeds|Fix Spin Dash Code and Add Spin Dash Speeds]] | [[SCHG_How-to:Fix screen boundary spindash bug|Fix Screen Boundary Spin Dash Bug]] | [[SCHG How-to:Correct Drowning Bugs in Sonic 2|Correct Drowning Bugs]] | [[SCHG_How-to:Fix camera y position for Tails|Fix Camera Y Position for Tails]] | [[SCHG How-to:Fix Tails subanimation error|Fix Tails subanimation error]] | [[SCHG_How-to:Fix Tails' respawn speeds|Fix Tails' respawn speeds]] | [[SCHG_How-to:Fix Accidental Deletion of Scattered Rings#Sonic 2 fix|Fix Accidental Deletion of Scattered Rings]] | [[SCHG How-to:Fix monitor collision bug|Fix monitor collision bug]] | [[SCHG How-to:Fix Rexon crash|Fix Rexon crash]] | [[SCHG How-to:Fix the EHZ Deformation bug|Fix EHZ Deformation Bug]] | [[SCHG_How-to:Correct CPZ boss attack behavior|Correct CPZ boss attack behavior]] | [[SCHG_How-to:Fix bug in ARZ Boss arrow's platform behavior|Fix Bug in ARZ Boss Arrow's Platform Behavior]] | [[SCHG How-to:Fix ARZ Boss Walking on Air Glitch|Fix ARZ Boss Walking on Air Glitch]] | [[SCHG_How-to:Fix ARZ boss sprite behavior|Fix ARZ boss sprite behavior]] | [[SCHG_How-to:Fix multiple CNZ boss bugs|Fix multiple CNZ boss bugs]] | [[SCHG_How-to:Fix Hill Top's background scrolling mountains | Fix HTZ background scrolling mountains]] | [[SCHG_How-to:Fix the OOZ launcher speed up glitch|Fix OOZ Launcher Speed Up Glitch]] | [[SCHG How-to:Fix DEZ Eggrobo boss collision glitch|Fix DEZ Giant Mech collision glitch]] | [[SCHG How-to:Fix Boss Deconstruction Behavior|Fix Boss Deconstruction Behavior]]
 
|-
 
|-
 
! class="bottomtemphead" | Design Choices and Features
 
! class="bottomtemphead" | Design Choices and Features

Revision as of 01:53, 6 August 2012

SCHG How-To Guide: Sonic the Hedgehog 2 (16-bit)
Fixing Bugs
Fix Demo Playback | Fix a Race Condition with Pattern Load Cues | Fix Super Sonic Bugs | Use Correct Height When Roll Jumping | Fix Jump Height Bug When Exiting Water | Fix Spin Dash Code and Add Spin Dash Speeds | Fix Screen Boundary Spin Dash Bug | Correct Drowning Bugs | Fix Camera Y Position for Tails | Fix Tails subanimation error | Fix Tails' respawn speeds | Fix Accidental Deletion of Scattered Rings | Fix monitor collision bug | Fix Rexon crash | Fix EHZ Deformation Bug | Correct CPZ boss attack behavior | Fix Bug in ARZ Boss Arrow's Platform Behavior | Fix ARZ Boss Walking on Air Glitch | Fix ARZ boss sprite behavior | Fix multiple CNZ boss bugs | Fix HTZ background scrolling mountains | Fix OOZ Launcher Speed Up Glitch | Fix DEZ Giant Mech collision glitch | Fix Boss Deconstruction Behavior
Design Choices and Features
Remove the Air Speed Cap | Disable floor collision while dying | Modify Super Sonic Transformation Methods & Behavior | Enable/Disable Tails in Certain Levels | Collide with Water After Being Hurt | Retain Rings When Returning at a Star Post | Create Insta-kill and High Jump Monitors | Create Clone and Special Stage Monitors | Improve the fade in\fade out progression routines in Sonic 2 | Fix scattered rings' underwater physics | Insert LZ water ripple effect | Restore lost CPZ boss feature | Prevent SCZ Tornado spindash death | Free up 2 universal SSTs | Improve ObjectMove subroutines
Extending the Game
Port S1 Sound Driver | Port S3K Rings Manager | Port S3K Object Manager | Port S3K Priority Manager | Extend the Level Index Past $10 | Extend Water Tables | Expand the Music Index to Start at $00 Instead of $80 (Sonic 2 Clone Driver Version) | Add Extra Characters
Miscellaneous
Edit Level Order with ASM‎ | Alter Ring Requirements in Special Stages | Speed up ring loss process