Hello,
I've been working on a PPC-based code handler for Wii U cheats and thought it'd be nice to have a code type to render text. So we can load a value from memory and display it on screen.
But I don't know how to express a sort of console::write_line instruction in PPC.
But as you can see here, it is possible: https://www.youtube.com/watch?v=N0DL1HniY0g
I've been working on a PPC-based code handler for Wii U cheats and thought it'd be nice to have a code type to render text. So we can load a value from memory and display it on screen.
But I don't know how to express a sort of console::write_line instruction in PPC.
But as you can see here, it is possible: https://www.youtube.com/watch?v=N0DL1HniY0g
Comment