mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-07-15 07:44:11 -05:00
This commit allows you to use the Write Cbl Data debug option and new Load Cbl Data debug option to dump a link's data to SRAM or load it from SRAM and pretend like you got it over the link cable. This is useful for capturing the link process on gameboy and replay + debug it later in an emulator. |
||
|---|---|---|
| .. | ||
| source | ||
| Makefile | ||
| README.md | ||
This folder contains a Proof of Concept to load PokeTransporter GB WITHOUT doing the whole multiboot ritual.
It works by embedding the multiboot rom that is generated from the main project build into a separate "normal" gba rom. And this loader rom will just copy the multiboot rom to EWRAM and jump to the right entrypoint to launch it.
This allows the user to simply launch the loader from a simple flashcart, such as a supercard SD. After PokeTransporter GB is loaded, the user should be able to swap out the flashcart and insert the Pokémon cartridge.