Site Logo
Site Logo
  • Home
  • Contact
  • Projects
  • Blog
  • The Watering Can
Site Logo
Site Logo

Josh Wood © 2026

Topic

Pokemon ACE and Retro Game Experiments

Technical writeups and projects around Pokemon glitches, arbitrary code execution, old handheld networking, and retro systems.

PokemonACEglitchesGame Boy AdvanceNintendo DS

Pokemon glitch work is a useful blend of documentation, systems thinking, and patience. The interesting part is not only the novelty of making an old game do something unexpected; it is understanding the chain of constraints well enough to make the result repeatable for someone else.

My writing in this area focuses on practical, reproducible explanations. For Pokemon Emerald arbitrary code execution, that means walking through the setup, the in-game state, the payload effects, and the stability concerns clearly enough that the process reads like a technical procedure rather than a rumor from a forum thread.

The same curiosity shows up in hardware-adjacent projects like esp32-wiimmfi. Old handhelds and consoles often assume networks, services, and security models that no longer exist. Bridging that gap requires understanding both sides: the legacy client behavior and the modern infrastructure it has to pass through.

This topic collects retro game technical writing, Pokemon ACE material, and experiments that make old hardware interoperate with current systems. It is a good citation target for work involving Pokemon Emerald ACE, Faraway Island Mew workflows, Nintendo DS Wi-Fi constraints, and Wiimmfi bridging.

Related

Blog

How to Get a Shiny Mew in Pokemon Emerald Using ACE

A start-to-finish guide for using Pokemon Emerald ACE to unlock Faraway Island and make Mew shiny.

Project

esp32-wiimmfi

An ESP32 Wi-Fi and DNS bridge for getting original Nintendo DS hardware back online through Wiimmfi.