Recent content by takuken

  1. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Ability changes were possible on the PC version. Image is from the PC version.
  2. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    I tried looking for it myself but couldn't find it. It was possible to change it on the PS version. Image is from the PS version.
  3. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    I play with brave set to 100 and have no issues. I set faith to 0 because setting it to 0 makes magic damage 0.
  4. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    I only say “brave.” If faith is high, they'll leave.
  5. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Brave directly determines the success rate of reaction abilities, so 100 or 99 is fine.
  6. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Using this method, it didn't crash even when switching to enemy characters or on the Switch. I'm investigating areas related to the crash, but I still can't pinpoint the issue.
  7. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Non-charge does not show up in menu, but if you have it equipped all charge attacks will fire immediately.
  8. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Adding enemy characters works fine on Citron, but on Switch, the game crashes when entering battle.
  9. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    When you change enemy units or enemy jobs in Switch, it crashes when entering battle, right. We need to find the lookup pointer.
  10. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    I found the job unit data pointer that was present in the PC version, but I can't locate the lookup pointer. I found an address that seemed like it might be it, but it causes a crash.
  11. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    [SQUIRE Ramza speed 20] 01000000 0104c4df 00000000 01000000 0104c4e0 00000005 [SQUIRE Ramza power 35] 01000000 0104c4e2 00000000 01000000 0104c4e3 00000008 [SQUIRE Ramza magic power 35] 01000000 0104c4e5 000000FA 01000000 0104c4e6 00000008 If you see no change, try changing your equipment...
  12. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    I haven't been able to touch the switch at work yet. Sorry about that. I don't understand the basics of code creation. Could you explain the meaning of the leading 01000000 and 02000000 in the code? If I could understand that, I think I could create some interesting code.
  13. T

    FINAL FANTASY TACTICS - The Ivalice Chronicles 1.2.0/1.4.0 TID: 010038B015560000

    Could you explain how to create the code? 00123456 XX If I want to change the XX in the above code, how should I create it? 01000000 00123456 XX? 02000000 00123456 XX? I also want to know how to handle cases like 00123456 XXXX. 1759981121 I'll let you know once the switch is ready to be...