Skip to content

Commit

Permalink
Merge pull request #32 from Badgerworks-Brewery/gitauto/issue-31-08c5…
Browse files Browse the repository at this point in the history
…5fdd-76b0-4ce4-b405-7d42f0ab7e78

GitAuto: Feature Request: We need to actually integrate oxygen and hybrid-rsdk together
  • Loading branch information
CCIGAMES authored Nov 26, 2024
2 parents e9656d0 + d49cef6 commit 4b87cb6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/ARZ/Brick.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
SpriteFrame(-16, -16, 32, 32, 1, 143)
end event
// Integration point for Oxygen framework
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/CNZ/Elevator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,4 @@ event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
SpriteFrame(-16, -16, 32, 32, 1, 143)
end event
// Integration point for Oxygen framework
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/Enemies/Crawl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@ end event
event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
SpriteFrame(-16, -16, 32, 32, 1, 143)
// Integration point for Oxygen framework
end event
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/LZ/GrabBar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
SpriteFrame(-16, -16, 32, 32, 1, 143)
end event
// Integration point for Oxygen framework
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/MPZ/Nut.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ end event
event RSDKDraw
DrawSprite(0)
end event
// Integration point for Oxygen framework

event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
Expand Down
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/MZ/UFO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ end event
event RSDKDraw
DrawSprite(0)
end event
// Integration point for Oxygen framework

event RSDKLoad
LoadSpriteSheet("Global/Display.gif")
Expand Down
1 change: 1 addition & 0 deletions Hybrid-RSDK Main/sonic-hybrid/Scripts/R3/Bomb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ event RSDK
LoadSpriteSheet("Global/Display.gif")
SpriteFrame(-16, -16, 32, 32, 1, 143)
end event
// Integration point for Oxygen framework
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Hybrid-RSDK Debugging/Additons ?% (Hybrid-RSDK is still broken)


Sonic 3 AIR (Oxygen) Integration 50% (All the source code is in the repo, but we havent done the neccessary changes yet)
Integration with Hybrid RSDK is in progress, focusing on resolving loading issues and graphical corruption.


Custom Client 0% (debugging Hybrid RSDK is the priority)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function bool Game.isTimeAttack()
function void Game.onTimeAttackFinish()
{
// Ignore this function call
// Integration point for Hybrid RSDK
}

function void Game.changePlanePatternRectAtex(u16 px, u16 py, u16 width, u16 height, u8 planeIndex, u8 atex)
Expand Down

0 comments on commit 4b87cb6

Please sign in to comment.