You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated from Winforms to Avalonia UI this included refactoring the GUI code, remaking the code and fixing errors and bugs. Removed patches due to it not working (even though I remember it working before) and removed the updating system since it was flawed and only worked for Windows.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## Mario Kart DS ARM9 Editor
2
-
The Mario Kart DS ARM9 Editor is a C# .NET 9.0 GUI tool designed to allow users to edit values within Mario Kart DS' `arm9.bin`. With this tool, you can enhancing your Mario Kart DS experience and make better ROM hacks.
2
+
The Mario Kart DS ARM9 Editor is a cross-platform C# .NET 10.0 Avalonia UI tool designed to allow users to edit values within Mario Kart DS' `arm9.bin`. With this tool, you can enhancing your Mario Kart DS experience and make better ROM hacks.
3
3
4
4
This tool uses stuff from: [ARM9 Music Editor](https://github.com/Ermelber/MKDS-ARM9-Music-Editor), [Weather Slot Documentation](https://wiki.dshack.org/Wiki.jsp?page=Swapping%20Weather%20Slots), and [Editable Online Track List](https://web.archive.org/web/20060218010753/http://leo.rampen.ca/m3wiki/index.php/Mario_Kart_DS_Hidden_Tracks_Online).
5
5
@@ -12,4 +12,4 @@ This tool uses stuff from: [ARM9 Music Editor](https://github.com/Ermelber/MKDS-
12
12
Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request following the contribution guidelines.
13
13
14
14
### License
15
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
15
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments