Add an overlay that displays the current team and its status, similar to TPP:
This could be done via ROM hack or by manually reading the correct locations in the gameboy RAM, via emulator.readAddress(...). But that requires knowledge of the Pokemon memory architecture.
Add an overlay that displays the current team and its status, similar to TPP:
This could be done via ROM hack or by manually reading the correct locations in the gameboy RAM, via
emulator.readAddress(...)
. But that requires knowledge of the Pokemon memory architecture.