A fork of a fork of a fork, modified to grind XP in a specific location in World of Final Fantasy, to level my character past level 60, so I can max out a few things in the game.
See previous projects for some more detailed information / setup process.
LUFA has been included as a git submodule, so cloning the repo like this:
git clone --recursive [email protected]:bertrandom/snowball-thrower.git
will put LUFA in the right directory.
Now you should be ready to rock. Open a terminal window in the snowball-thrower
directory, type make
, and hit enter to compile. If all goes well, the printout in the terminal will let you know it finished the build! Follow the directions on flashing Joystick.hex
onto your Teensy, which can be found page where you downloaded the Teensy Loader application.
Thanks to https://github.com/bertrandom/snowball-thrower for the updated information which modifies the original script to throw snowballs in Zelda. This C Source is much easier to start from, and has a nice object interface for creating new command sequences.
Thanks to Shiny Quagsire for his Splatoon post printer and progmem for his original discovery.
Thanks to exsilium for improving the command structure, optimizing the waiting times, and handling the failure scenarios. It can now run indefinitely!