Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Oct 7, 2024
1 parent 81b563c commit fff0d9f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions docs/Games/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Games

## Game List
| Game | RSDK Version | Release Date |
| ------------- | ---------------------------- | ------------- |
| Retro Sonic | [RSDKv1](/RSDKv1/README.md) | 8/13/2007 |
| Sonic Nexus | [RSDKv2](/RSDKv2/README.md) | 9/3/2008 |
| Sonic CD | [RSDKv3](/RSDKv3/README.md) | 12/14/2011 |
| Sonic 1 | [RSDKv4](/RSDKv4/README.md) | 5/16/2013 |
| Sonic 2 | [RSDKv4](/RSDKv4/README.md) | 12/12/2013 |
| Sonic Mania | [RSDKv5](/RSDKv5/README.md) | 8/15/2017 |
| Sonic Origins | [RSDKv5U](/RSDKv5/README.md) | 6/23/2022 |
| Game | RSDK Version | Release Date |
| --------------------------------------- | ---------------------------- | ------------- |
| Retro Sonic | [RSDKv1](/RSDKv1/README.md) | 8/13/2007 |
| Sonic Nexus | [RSDKv2](/RSDKv2/README.md) | 9/3/2008 |
| Sonic CD | [RSDKv3](/RSDKv3/README.md) | 12/14/2011 |
| Sonic 1 | [RSDKv4](/RSDKv4/README.md) | 5/16/2013 |
| Sonic 2 | [RSDKv4](/RSDKv4/README.md) | 12/12/2013 |
| Sonic Mania | [RSDKv5](/RSDKv5/README.md) | 8/15/2017 |
| [Sonic Origins](SonicOrigins/README.md) | [RSDKv5U](/RSDKv5/README.md) | 6/23/2022 |

TODO: Are Retro Sonic and Sonic Nexus' release dates accurate? I just pulled them from the dates of the files in the downloads

Expand Down
2 changes: 1 addition & 1 deletion docs/RSDKv3/Functions/Misc/ReadSaveRAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reads the contents of the save file on disk into SaveRAM.
None.

## Return Value
Sets `CheckResult` to `true` if SaveRAM is loaded successfully loaded; otherwise, sets it to `false`.
Sets `CheckResult` to `true` if SaveRAM is successfully loaded; otherwise, sets it to `false`.

## Example
```
Expand Down
8 changes: 4 additions & 4 deletions docs/RSDKv5/Functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
| [**ProcessAnimation**](Graphics/ProcessAnimation.md) | Processes the animation applied to an animator. |

## Debugging
| Function | Description |
| ----------------------------------------------------------------- | ------------------------------------------------- |
| [**ClearViewableVariables**](Debugging/ClearViewableVariables.md) | Clears all loaded viewable variables. |
| [**AddViewableVariable**](Debugging/AddViewableVariable.md) | Adds a viewable variable to the [Dev Menu](TODO). |
| Function | Description |
| ----------------------------------------------------------------- | ------------------------------------------------------------------- |
| [**ClearViewableVariables**](Debugging/ClearViewableVariables.md) | Clears all loaded viewable variables. |
| [**AddViewableVariable**](Debugging/AddViewableVariable.md) | Adds a viewable variable to the [Dev Menu](../Overview/DevMenu.md). |

## Miscellaneous
| Function | Description |
Expand Down
Binary file modified docs/assets/images/GraphicsGale/Palettes/S1-Sonic1-PDN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/GraphicsGale/Palettes/S1-Sonic1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fff0d9f

Please sign in to comment.