Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

poke-client

Very WIP tool for debugging and reversing pokemon games. Based on exlaunch.

Designed to be ran on real hardware.

Features

  • Hex editor
  • Lua VM (runs a lua script off the SD card)
  • Lua print hooked to output to info panel
  • Write logs to SD card
  • Mouse and keyboard support

Screenshot

sv

Building

Run make -j8

Change the TitleID in the makefile and make sure the appropriate named json exists as well.

Credits