Recent content by rehtiht

  1. rehtiht

    Editorial GBAtemp Recommends: Rune Factory 4: Special

    I've sunk too much time into the 3DS version of this game to consider playing a remake... just gonna wait for RF5 to come out this May. ;)
  2. rehtiht

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    It's because they're not pointing at the right addresses. If my memos are accurate(I haven't played this game for a while), the addresses for the first character on the roster (Byleth) are: Abilities: 70Fh (Duelist's Blow:4, Uncanny Blow:8) Class Flags: 733h (Trickster:1, War Monk:2, Dark...
  3. rehtiht

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    You can look them up from the save editor, Test > ClassDB tab. The numbers are in decimal form so you'll have to convert them to hex values, e.g. 46d = 2Eh
  4. rehtiht

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Replace 13 with 12. Remember to do -1 to 0h (the very first byte of your file) as well or your save file will turn up corrupted.
  5. rehtiht

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    Not sure about the save editor, but if you can use a hex editor... Mastered classes are saved from 24BACh onwards, +Dh for each character. Cyril's list starts from 24D66h, and since Noble's the first one on the list, subtract 1h from whatever your value is for 24D66h and 0h (checksum), then...