D
Darthatron
Guest
Hello. I'm a hacker from the marvelous world of GameBoy Advance, mainly working on the Final Fantasy Tactics Advance and the Pokemon series. After a quick Google search I couldn't seem to find a disassembly of FF8 anywhere... So I was wondering if perhaps I missed something.
Also is there a list of stuff that needs to be "fixed" or modded in the game that other hackers haven't got around to yet?
I already opened the game up in IDA Pro and found some easy stuff like HP cap, Damage cap (60k and 9,999). These were already found for the no-Steam PC release, but I think this is the first time for the Steam release.
Anyway, any help would be great. The disassembly doesn't need to be for the Steam release (which is what I am working with), any will do.
Thanks in advance!
Goals:
Code: [Select]
Also is there a list of stuff that needs to be "fixed" or modded in the game that other hackers haven't got around to yet?
I already opened the game up in IDA Pro and found some easy stuff like HP cap, Damage cap (60k and 9,999). These were already found for the no-Steam PC release, but I think this is the first time for the Steam release.
Anyway, any help would be great. The disassembly doesn't need to be for the Steam release (which is what I am working with), any will do.
Thanks in advance!
Goals:
Code: [Select]
Code:
0x091133: "No Damage Limit" Damage Bonus (0x0000C351 = 50,001)[dword]0x091139: Normal Damage Cap (0x0000270F = 9,999)[dword]0x095A1C: Maximum HP Cap (0x0000270F = 9,999)[dword] //Value to compare to. Setting this the 1 will set all characters to have the Maximum HP of 9999 all the time. This also gives the "Maximum HP" Achievment.0x095A23: Maximum HP Cap (0x0000270F = 9,999)[dword] //Value to set to if exceeds previous check.0x08FE00: Maximum In-Battle Draw Cap (0x09 = 9)[byte] //Value to compare to. Setting this to 1 will make you always Draw the maximum amount (in battle).0x08FE04: Maximum In-Battle Draw Cap (0x00000009 = 9)[dword] //Value to set to if exceeds previous check.
Last edited: