• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 16, 2024, 12:57:46 pm

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


Help with repointing?

Started by sniper_zero, May 04, 2013, 06:16:50 am

sniper_zero

Can anyone help me with this? I'm editing the ability set descriptions for Rune. I made the new description on free space in the rom. But I can't find the pointer for the description offset of Rune. Here's the offset I'm trying to repoint.

04D0594

Can anyone give me the pointer offset for it? 

Darthatron

Sadly repointing is rather difficult for descriptions. There is a list of halfword (16 bit) values at 4CF374. The index of the command points to a halfword in the list. Rune is the 0x2Fth index in this list. This value is 0x1220.

0x4CF374 + 0x1220 = 0x4D0594

That's the pointer you're looking for. So yeah... Not so easy to repoint. :(

I hope this helped.
  • Modding version: Other/Unknown
  • Discord username: Darthatron

sniper_zero

Thanks for the reply. I tried write a new description but it ended up being to long. So I decided to write it in this offset: A3992C. It's free space within the rom but how do I make the new description appear in the game?