Pokemon ROM Hack
- Introduction
- AI to generate pokemon and tools to hack them into the game.
- Dump the ROM
- Walk through process of reverse engineering
- link to online resources
- lzss compression format
- Compression is broken so they are technically uncompressed
- Scanning ROM looking for a chunk of binary to find where images are
- Scanning ROM to find all the places the address of the image is used
- Show the AI generated pokemon.
- Show the AI generated pokemon in the game.
- Scanning ROM to find strings to replace
- Scanning ROM to find where stats structures are placed
- Talk about ROM hack distribution using binary diffs.