romhacking
Here are 136 public repositories matching this topic...
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Jan 2, 2020 - JavaScript
-
Updated
Oct 30, 2020 - Assembly
-
Updated
Sep 23, 2020 - C#
-
Updated
Nov 28, 2020 - Ruby
-
Updated
Apr 13, 2020 - C
-
Updated
Nov 30, 2020 - C#
-
Updated
Sep 9, 2019 - C++
-
Updated
Dec 12, 2018 - Vue
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
Aug 1, 2015 - C++
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 29, 2020 - Assembly
-
Updated
Aug 4, 2020 - Lua
-
Updated
Jul 14, 2020 - Assembly
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
Dec 5, 2020 - Python
-
Updated
Jan 22, 2018 - C++
-
Updated
Sep 17, 2020 - C#
-
Updated
Jul 25, 2020 - Assembly
-
Updated
Apr 28, 2018 - Lua
-
Updated
Nov 8, 2020 - Go
-
Updated
Feb 18, 2019 - Batchfile
-
Updated
Jul 29, 2017 - D
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.