Skip to content

Commit

Permalink
Fix file links + remove unneeded folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Mefiresu committed Sep 3, 2024
1 parent ed7e8eb commit fb18b92
Show file tree
Hide file tree
Showing 214 changed files with 219 additions and 219 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The structure of the repository is as shown below:

| Topic | Description |
| ----------------------------------------------------- | ------------------------------------------------------------ |
| [Introduction to RSDK](./Intro) | General Information about Retro Engine |
| [Retro Engine v5](./RSDKv5) | Doumentation, Tools & Resources for RSDKv5 |
| [Retro Engine v4](./RSDKv4) | Doumentation, Tools & Resources for RSDKv4 |
| [Retro Engine v3](./RSDKv3) | Doumentation, Tools & Resources for RSDKv3 |
| [Sonic Nexus](./Nexus) | Doumentation, Tools & Resources for Sonic Nexus |
| [Retro Sonic](./RSonic) | Doumentation, Tools & Resources for Retro Sonic |
| [Introduction to RSDK](./Intro/README.md) | General Information about Retro Engine |
| [Retro Engine v5](./RSDKv5/README.md) | Doumentation, Tools & Resources for RSDKv5 |
| [Retro Engine v4](./RSDKv4/README.md) | Doumentation, Tools & Resources for RSDKv4 |
| [Retro Engine v3](./RSDKv3/README.md) | Doumentation, Tools & Resources for RSDKv3 |
| [Sonic Nexus](./Nexus/README.md) | Doumentation, Tools & Resources for Sonic Nexus |
| [Retro Sonic](./RSonic/README.md) | Doumentation, Tools & Resources for Retro Sonic |

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LoadOnlineMenu
# SetLeaderboard

## Description
Sets the entry of the leaderboard with index of `ID` to `Result`.
Expand All @@ -14,10 +14,10 @@ None.

## Syntax
```
SetLeaderBoard(int ID, int Result)
SetLeaderboard(int ID, int Result)
```

## Examples
```
SetLeaderBoard(TempValue0, TempValue1)
SetLeaderboard(TempValue0, TempValue1)
```
File renamed without changes.
File renamed without changes.
172 changes: 86 additions & 86 deletions docs/RSDKv3/Functions/README.md
Original file line number Diff line number Diff line change
@@ -1,104 +1,104 @@
# RSDK v3 Functions

## 3D
- [Draw3DScene](3D/Draw3DScene/README.md)
- [MatrixMultiply](3D/MatrixMultiply/README.md)
- [MatrixRotate](3D/MatrixRotate/README.md)
- [MatrixRotateXYZ](3D/MatrixRotateXYZ/README.md)
- [MatrixTranslateXYZ](3D/MatrixTranslateXYZ/README.md)
- [ScaleMatrixXYZ](3D/ScaleMatrixXYZ/README.md)
- [SetIdentityMatrix](3D/SetIdentityMatrix/README.md)
- [TransformVertices](3D/TransformVertices/README.md)
- [Draw3DScene](3D/Draw3DScene.md)
- [MatrixMultiply](3D/MatrixMultiply.md)
- [MatrixRotate](3D/MatrixRotate.md)
- [MatrixRotateXYZ](3D/MatrixRotateXYZ.md)
- [MatrixTranslateXYZ](3D/MatrixTranslateXYZ.md)
- [ScaleMatrixXYZ](3D/ScaleMatrixXYZ.md)
- [SetIdentityMatrix](3D/SetIdentityMatrix.md)
- [TransformVertices](3D/TransformVertices.md)

## Audio
- [SetMusicTrack](Audio/SetMusicTrack/README.md)
- [PlayMusic](Audio/PlayMusic/README.md)
- [StopMusic](Audio/StopMusic/README.md)
- [PauseMusic](Audio/PauseMusic/README.md)
- [ResumeMusic](Audio/ResumeMusic/README.md)
- [PlaySfx](Audio/PlaySfx/README.md)
- [PlayStageSfx](Audio/PlayStageSfx/README.md)
- [StopSfx](Audio/StopSfx/README.md)
- [StopStageSfx](Audio/StopStageSfx/README.md)
- [SetSfxAttributes](Audio/SetSfxAttributes/README.md)
- [SetMusicTrack](Audio/SetMusicTrack.md)
- [PlayMusic](Audio/PlayMusic.md)
- [StopMusic](Audio/StopMusic.md)
- [PauseMusic](Audio/PauseMusic.md)
- [ResumeMusic](Audio/ResumeMusic.md)
- [PlaySfx](Audio/PlaySfx.md)
- [PlayStageSfx](Audio/PlayStageSfx.md)
- [StopSfx](Audio/StopSfx.md)
- [StopStageSfx](Audio/StopStageSfx.md)
- [SetSfxAttributes](Audio/SetSfxAttributes.md)

## Drawing
- [AddDrawListEntityRef](Drawing/AddDrawListEntityRef/README.md)
- [ClearDrawList](Drawing/ClearDrawList/README.md)
- [ClearScreen](Drawing/ClearScreen/README.md)
- [CopyPalette](Drawing/CopyPalette/README.md)
- [DrawRect](Drawing/DrawRect/README.md)
- [DrawTintRect](Drawing/DrawTintRect/README.md)
- [GetDrawListEntityRef](Drawing/GetDrawListEntityRef/README.md)
- [LoadPalette](Drawing/LoadPalette/README.md)
- [RotatePalette](Drawing/RotatePalette/README.md)
- [SetActivePalette](Drawing/SetActivePalette/README.md)
- [SetDrawListEntityRef](Drawing/SetDrawListEntityRef/README.md)
- [SetPaletteFade](Drawing/SetPaletteFade/README.md)
- [SetScreenFade](Drawing/SetScreenFade/README.md)
- [AddDrawListEntityRef](Drawing/AddDrawListEntityRef.md)
- [ClearDrawList](Drawing/ClearDrawList.md)
- [ClearScreen](Drawing/ClearScreen.md)
- [CopyPalette](Drawing/CopyPalette.md)
- [DrawRect](Drawing/DrawRect.md)
- [DrawTintRect](Drawing/DrawTintRect.md)
- [GetDrawListEntityRef](Drawing/GetDrawListEntityRef.md)
- [LoadPalette](Drawing/LoadPalette.md)
- [RotatePalette](Drawing/RotatePalette.md)
- [SetActivePalette](Drawing/SetActivePalette.md)
- [SetDrawListEntityRef](Drawing/SetDrawListEntityRef.md)
- [SetPaletteFade](Drawing/SetPaletteFade.md)
- [SetScreenFade](Drawing/SetScreenFade.md)

## Math
- [ATan2](Math/ATan2/README.md)
- [Cos](Math/Cos/README.md)
- [Cos256](Math/Cos256/README.md)
- [GetBit](Math/GetBit/README.md)
- [Interpolate](Math/Interpolate/README.md)
- [InterpolateXY](Math/InterpolateXY/README.md)
- [Not](Math/Not/README.md)
- [Rand](Math/Rand/README.md)
- [SetBit](Math/SetBit/README.md)
- [Sin](Math/Sin/README.md)
- [Sin256](Math/Sin256/README.md)
- [ATan2](Math/ATan2.md)
- [Cos](Math/Cos.md)
- [Cos256](Math/Cos256.md)
- [GetBit](Math/GetBit.md)
- [Interpolate](Math/Interpolate.md)
- [InterpolateXY](Math/InterpolateXY.md)
- [Not](Math/Not.md)
- [Rand](Math/Rand.md)
- [SetBit](Math/SetBit.md)
- [Sin](Math/Sin.md)
- [Sin256](Math/Sin256.md)

## Miscellaneous
- [AddMenuEntry](Misc/AddMenuEntry/README.md)
- [CheckTouchRect](Misc/CheckTouchRect/README.md)
- [DrawMenu](Misc/DrawMenu/README.md)
- [DrawText](Misc/DrawText/README.md)
- [EditMenuEntry](Misc/EditMenuEntry/README.md)
- [EngineCallback](Misc/EngineCallback/README.md)
- [GetTextInfo](Misc/GetTextInfo/README.md)
- [GetVersionNumber](Misc/GetVersionNumber/README.md)
- [LoadOnlineMenu](Misc/LoadOnlineMenu/README.md)
- [LoadTextFile](Misc/LoadTextFile/README.md)
- [LoadTextFont](Misc/LoadTextFont/README.md)
- [LoadVideo](Misc/LoadVideo/README.md)
- [NextVideoFrame](Misc/NextVideoFrame/README.md)
- [ReadSaveRAM](Misc/ReadSaveRAM/README.md)
- [SetAchievement](Misc/SetAchievement/README.md)
- [SetLeaderboards](Misc/SetLeaderboards/README.md)
- [SetupMenu](Misc/SetupMenu/README.md)
- [WriteSaveRAM](Misc/WriteSaveRAM/README.md)
- [AddMenuEntry](Misc/AddMenuEntry.md)
- [CheckTouchRect](Misc/CheckTouchRect.md)
- [DrawMenu](Misc/DrawMenu.md)
- [DrawText](Misc/DrawText.md)
- [EditMenuEntry](Misc/EditMenuEntry.md)
- [EngineCallback](Misc/EngineCallback.md)
- [GetTextInfo](Misc/GetTextInfo.md)
- [GetVersionNumber](Misc/GetVersionNumber.md)
- [LoadOnlineMenu](Misc/LoadOnlineMenu.md)
- [LoadTextFile](Misc/LoadTextFile.md)
- [LoadTextFont](Misc/LoadTextFont.md)
- [LoadVideo](Misc/LoadVideo.md)
- [NextVideoFrame](Misc/NextVideoFrame.md)
- [ReadSaveRAM](Misc/ReadSaveRAM.md)
- [SetAchievement](Misc/SetAchievement.md)
- [SetLeaderboard](Misc/SetLeaderboard.md)
- [SetupMenu](Misc/SetupMenu.md)
- [WriteSaveRAM](Misc/WriteSaveRAM.md)

## Object
- [CreateTempObject](Object/CreateTempObject/README.md)
- [ObjectTileCollision](Object/ObjectTileCollision/README.md)
- [ObjectTileGrip](Object/ObjectTileGrip/README.md)
- [PlayerObjectCollision](Object/PlayerObjectCollision/README.md)
- [PlayerTileCollision](Object/PlayerTileCollision/README.md)
- [ProcessPlayerControl](Object/ProcessPlayerControl/README.md)
- [ResetObjectEntity](Object/ResetObjectEntity/README.md)
- [CreateTempObject](Object/CreateTempObject.md)
- [ObjectTileCollision](Object/ObjectTileCollision.md)
- [ObjectTileGrip](Object/ObjectTileGrip.md)
- [PlayerObjectCollision](Object/PlayerObjectCollision.md)
- [PlayerTileCollision](Object/PlayerTileCollision.md)
- [ProcessPlayerControl](Object/ProcessPlayerControl.md)
- [ResetObjectEntity](Object/ResetObjectEntity.md)


## Sprites & Animations
- [DrawObjectAnimation](Animations-Sprites/DrawObjectAnimation/README.md)
- [DrawPlayerAnimation](Animations-Sprites/DrawPlayerAnimation/README.md)
- [DrawSprite](Animations-Sprites/DrawSprite/README.md)
- [DrawSpriteFX](Animations-Sprites/DrawSpriteFX/README.md)
- [DrawSpriteScreenFX](Animations-Sprites/DrawSpriteScreenFX/README.md)
- [DrawSpriteScreenXY](Animations-Sprites/DrawSpriteScreenXY/README.md)
- [DrawSpriteXY](Animations-Sprites/DrawSpriteXY/README.md)
- [EditFrame](Animations-Sprites/EditFrame/README.md)
- [LoadAnimation](Animations-Sprites/LoadAnimation/README.md)
- [LoadSpriteSheet](Animations-Sprites/LoadSpriteSheet/README.md)
- [RemoveSpriteSheet](Animations-Sprites/RemoveSpriteSheet/README.md)
- [SpriteFrame](Animations-Sprites/SpriteFrame/README.md)
- [DrawObjectAnimation](Animations-Sprites/DrawObjectAnimation.md)
- [DrawPlayerAnimation](Animations-Sprites/DrawPlayerAnimation.md)
- [DrawSprite](Animations-Sprites/DrawSprite.md)
- [DrawSpriteFX](Animations-Sprites/DrawSpriteFX.md)
- [DrawSpriteScreenFX](Animations-Sprites/DrawSpriteScreenFX.md)
- [DrawSpriteScreenXY](Animations-Sprites/DrawSpriteScreenXY.md)
- [DrawSpriteXY](Animations-Sprites/DrawSpriteXY.md)
- [EditFrame](Animations-Sprites/EditFrame.md)
- [LoadAnimation](Animations-Sprites/LoadAnimation.md)
- [LoadSpriteSheet](Animations-Sprites/LoadSpriteSheet.md)
- [RemoveSpriteSheet](Animations-Sprites/RemoveSpriteSheet.md)
- [SpriteFrame](Animations-Sprites/SpriteFrame.md)

## Stages
- [Copy16x16Tile](Stage/Copy16x16Tile/README.md)
- [Get16x16TileInfo](Stage/Get16x16TileInfo/README.md)
- [GetTileLayerEntry](Stage/GetTileLayerEntry/README.md)
- [LoadStage](Stage/LoadStage/README.md)
- [Set16x16TileInfo](Stage/Set16x16TileInfo/README.md)
- [SetLayerDeformation](Stage/SetLayerDeformation/README.md)
- [SetTileLayerEntry](Stage/SetTileLayerEntry/README.md)
- [Copy16x16Tile](Stage/Copy16x16Tile.md)
- [Get16x16TileInfo](Stage/Get16x16TileInfo.md)
- [GetTileLayerEntry](Stage/GetTileLayerEntry.md)
- [LoadStage](Stage/LoadStage.md)
- [Set16x16TileInfo](Stage/Set16x16TileInfo.md)
- [SetLayerDeformation](Stage/SetLayerDeformation.md)
- [SetTileLayerEntry](Stage/SetTileLayerEntry.md)
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/RSDKv3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Retro Engine v3, debuting in 2011, is the version of RSDK used for the Sonic CD
TODO: write info about RSDKv3 and anything relating to CD

## Documentation
- [Overview](./Overview)
- [Events](./Events)
- [Functions](./Functions)
- [Overview](./Overview/README.md)
- [Events](./Events/README.md)
- [Functions](./Functions/README.md)

## Tools
- [RSDK Animation Editor](./../Common/Tools/RSDK-Anim-Editor)
- [RSDK Animation Editor](../Tools/RSDK-Anim-Editor/README.md)

## Tutorials

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Draws an object's sprites from an animation file, loaded prior via `LoadAnimation()`. The sprite will be drawn at `object.xpos`, `object.ypos`, with [`FX_FLIP`](Animations-Sprites/DrawSpriteFX/README.md) as the ink effect.
Draws an object's sprites from an animation file, loaded prior via `LoadAnimation()`. The sprite will be drawn at `object.xpos`, `object.ypos`, with [`FX_FLIP`](DrawSpriteFX.md) as the ink effect.

## Parameters

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fb18b92

Please sign in to comment.