Pokémon (3DS) ROM Editor & Randomizer
-
Updated
Sep 2, 2021 - C#
{{ message }}
Pokémon (3DS) ROM Editor & Randomizer
Pokémon (Nintendo Switch) ROM Editor & Randomizer
A C# library that can emulate Pokémon battles.
Compression and decompression tools for NES, SNES, and Game Boy games by HAL Laboratory
Kirby's Dream Course / Kirby Bowl level editor (C++ / Qt)
Explore GameBoy Advanced ROMs and see and hear all their data, text, graphics, and sounds.
A C# 2D Pokémon game engine and map editor.
Phantasy Star Retranslation Project
Unpack & Repack Nintendo DS Roms (.nds)
Animal Crossing New Leaf ROM Editor: Patch ACNL's code and files with QoL improvements to change the gameplay.
Kirby's Adventure Level Editor (C++ / Qt)
Allow modified patches to be exported as IPS patches. Modified means that some of the patch records are unchecked in the patch records view.
Encode and decode graphics from a variety of retro video game systems!
fork of the xkas (v14) cross assembler
Is a tool created for rom hacking, it stands for Nintendo File System (Utils) and can quickly read and interpret nds files such as NARC, NCLR, NCGR, etc.
Command line tools for manipulating UPS patch files, written in Go.
Exploit Pokemon glitches to dump ROM and dump/Flash SRAM from any gameboy cart using only a link cable and arduino.
MOLE: Mario wOrld LevelEditor. An Open-Source Alternative to Lunar Magic
Disassembly of RockMan EXE 6 with Dennoujuu Faltzer as baserom
Naruto Gekitō Ninja Taisen(GNT)/Clash of Ninja Modding
Nintendo 3DS game file formats
A tool that lets you listen to and edit the music within a SDAT file.
Sonic Battle Hack Suite, the first tool for reverse engineering & modifying Sonic Battle for the GBA.
Tools for game reverse analysis, file format analysis, modding and localization
A library for working with Nintendo DS roms
Add a description, image, and links to the rom-hacking topic page so that developers can more easily learn about it.
To associate your repository with the rom-hacking topic, visit your repo's landing page and select "manage topics."
Similar to how
Spanworks, we could add a method to theDataStreamclass to easily create a substream. We could name itSliceand it would equivalent to call the constructor with the given offset and size. This may simplify APIs.Additional context
We could review the other methods that
Spanprovides so