romhacking
Here are 181 public repositories matching this topic...
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Nov 5, 2021 - Python
-
Updated
Jan 5, 2021 - Assembly
-
Updated
Aug 29, 2021 - C#
-
Updated
Oct 18, 2021 - Ruby
-
Updated
Apr 13, 2020 - C
-
Updated
Aug 21, 2021 - C#
-
Updated
Sep 9, 2019 - C++
-
Updated
Dec 12, 2018 - Vue
-
Updated
Oct 16, 2021 - C#
Similar to how Span works, we could add a method to the DataStream class to easily create a substream. We could name it Slice and it would equivalent to call the constructor with the given offset and size. This may simplify APIs.
var parent = new DataStream();
var sub = parent.Slice(4, 0x10);Additional context
We could review the other methods that Span provides so
-
Updated
Sep 18, 2021 - Python
-
Updated
Oct 1, 2021 - C++
-
Updated
Aug 1, 2015 - C++
Allow modified patches to be exported as IPS patches. Modified means that some of the patch records are unchecked in the patch records view.
-
Updated
Aug 15, 2021 - C#
-
Updated
Jan 20, 2021 - Lua
-
Updated
Jul 25, 2020 - Assembly
-
Updated
Oct 30, 2021 - Python
-
Updated
Jul 14, 2020 - Assembly
-
Updated
Sep 13, 2021 - Assembly
-
Updated
Jan 22, 2018 - C++
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
Dec 27, 2020 - Batchfile
-
Updated
Apr 28, 2018 - Lua
Improve this page
Add a description, image, and links to the romhacking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the romhacking topic, visit your repo's landing page and select "manage topics."
Add the ability to save/load what options you have selected to easily generate new seeds with the same settings. Could also ensure race seed is always made correctly and easily.