Final Fantasy Hacktics

Modding => Tutorials and Learning => Topic started by: Victotem on August 27, 2022, 11:58:21 am

Title: What is the proper form of the ASCII Hex values of FFTA in the .tbl table?
Post by: Victotem on August 27, 2022, 11:58:21 am
i have the table already (kind of actually):
https://gyazo.com/3e2e53841af726d1653b69d5c0cc7c22

i tried:
80A6=0
80A7=1
80A8=2
...
...

and:
A680=0
A780=1
A880=2

And doesn't work

what is the propher syntax?

Edit: At the end i had the idea of putting the raw values without table in the Hex searcher. And it worked