Skip to content

Commit d3893e6

Browse files
committed
Move emoji to back of line to accommodate lint
1 parent d0890e6 commit d3893e6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,23 @@ Romhacking is the practice of editing a video game's code — located in its *re
9393

9494
## Tools
9595
### Patchers
96-
* [beat](https://www.romhacking.net/utilities/893) - 🪟 Creates and applies BPS patches, a format which is a spiritual successor to the IPS format.
97-
* [Lunar IPS](https://www.romhacking.net/utilities/240) - 🪟 Creates and applies IPS patches.
98-
* [Online ROM Patcher](https://www.marcrobledo.com/RomPatcher.js) - An online app for applying patches of various formats.
99-
* [XDelta](https://www.romhacking.net/utilities/598) - 🪟 An app for creating and applying .xdelta patches.
96+
* [beat](https://www.romhacking.net/utilities/893) - Creates and applies BPS patches, a format which is a spiritual successor to the IPS format. 🪟
97+
* [Lunar IPS](https://www.romhacking.net/utilities/240) - Creates and applies IPS patches. 🪟
98+
* [Online ROM Patcher](https://www.marcrobledo.com/RomPatcher.js) - An online app for applying patches of various formats. 🐧🍎🪟
99+
* [XDelta](https://www.romhacking.net/utilities/598) - An app for creating and applying .xdelta patches. 🪟
100100
### Hex Editors
101-
* [Hex Workshop](http://www.hexworkshop.com) - 🪟💸 A hex editor with many integrated tools, but doesn't do much more than free hex editors can do.
102-
* [HxD](https://mh-nexus.de/en/hxd) - 🪟 A classic hex editor for disk, RAM, and file editing.
103-
* [ImHex](https://github.com/WerWolv/ImHex) - 🐧🍎🪟 A newer, modular hex editor for reverse engineering and programming, with features suited to romhacking.
104-
* [WindHex32](https://www.romhacking.net/utilities/291) - 🪟 A hex editor with romhacking features, especially ones targeted for SNES games.
101+
* [Hex Workshop](http://www.hexworkshop.com) - A hex editor with many integrated tools, but doesn't do much more than free hex editors can do. 🪟💸
102+
* [HxD](https://mh-nexus.de/en/hxd) - A classic hex editor for disk, RAM, and file editing. 🪟
103+
* [ImHex](https://github.com/WerWolv/ImHex) - A newer, modular hex editor for reverse engineering and programming, with features suited to romhacking. 🐧🍎🪟
104+
* [WindHex32](https://www.romhacking.net/utilities/291) - A hex editor with romhacking features, especially ones targeted for SNES games. 🪟
105105
### Debugging Emulators
106-
* [BGB](https://bgb.bircd.org) - 🪟 A Game Boy and Game Boy Color debugging emulator.
107-
* [FCEUX](https://fceux.com/web/home.html) - 🐧🍎🪟 An NES and Famicom Disk System emulator including features for romhackers.
106+
* [BGB](https://bgb.bircd.org) - A Game Boy and Game Boy Color debugging emulator. 🪟
107+
* [FCEUX](https://fceux.com/web/home.html) - An NES and Famicom Disk System emulator including features for romhackers. 🐧🍎🪟
108108
* [NO$GBA](https://problemkaputt.de/gba-dev.htm) - 🪟 The "gold standard" emulator for working with GBA and DS games.
109109
### Reverse Engineering Frameworks
110-
* [Ghidra](https://ghidra-sre.org) - 🐧🍎🪟 Free and open-source software by the National Security Agency for reverse-engineering binaries.
111-
* [IDA Free](https://hex-rays.com/ida-free) - 🐧🍎🪟 The free (and thus limited) version of IDA Pro, used for reverse engineering and development.
112-
* [IDA Pro](https://hex-rays.com/ida-pro) - 🐧🍎🪟💸 The fully-featured version of IDA Free.
110+
* [Ghidra](https://ghidra-sre.org) - Free and open-source software by the National Security Agency for reverse-engineering binaries. 🐧🍎🪟
111+
* [IDA Free](https://hex-rays.com/ida-free) - The free (and thus limited) version of IDA Pro, used for reverse engineering and development. 🐧🍎🪟
112+
* [IDA Pro](https://hex-rays.com/ida-pro) - The fully-featured version of IDA Free. 🐧🍎🪟💸
113113
### Translation
114114
* [Kuriimu2](https://github.com/FanTranslatorsInternational/Kuriimu2) - A "general purpose game translation project manager" for making fan translations.
115115

0 commit comments

Comments
 (0)