Recent content by john_rampton1

  1. J

    ROM Hack Tales of Dagur and other source code

    TOD was build using devkitArm r16 the latest is r21, you will need to get the old one unless you can update the code. I doubt you would be able to update TOD to the latest version of devkitArm, LiraNuna even said it would take too much work.
  2. J

    ROM Hack PAlib Help

    change if(text=="hi") to if (strcmp(text,"hi")==0) that should fix it