Users browsing this thread: 1 Guest(s)
Reverse actors HP MP progression

#17
Posts: 290
Threads: 3
Thanks Received: 40
Thanks Given: 1
Joined: Apr 2012
Reputation: 9
Status
None
(06-13-2014, 09:38 AM)Tenkarider Wrote: Actually a stupid problem Laugh, i was dealing with HxD, i even managed to find out the placement of actors parameters(2D7EA0), but it's almost sure that i don't have to deal with that, since they are basically the hex version of the actor section of FF3usme. Hold on

When you see addresses like C2/6170, it's CPU addressing. To get the hex offset you'll need to edit, subtract 0xC00000 from that address.

For example, C2/6170 would become 0x26170. Enter that into HxD's offset search and it should drop you right at the desired location.

Bear in mind that if you're working with a headered ROM, you'll need to add 0x200 to your result to get to the correct offset.

Quote:So... what exactly should you do to access assembly operations like LDA or others, from HxD i can only see packs of hex data, but not operation(i think)... Sad

This can be a little tricky without knowledge of 65816 addressing modes. This is a good reference for translating assembly instructions to hex, but there are many different ways to translate most instructions based on the addressing.

You can cross-reference that page with the addressing examples in this one to find out which hex values you'll need to input or change.

Quote:Another question... Should i have to combine your script edit with the ones of GrayShadows post? or the yours do all the job? Huh

You'll need to combine them, as GrayShadows' reduces max HP at level up while Edrin's allows characters to start with a 16-bit HP value. You'll also need to make room somewhere to fit Edrin's (probably with a JSR to some empty space), since it expands that particular block by one byte.


GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
  Find
Quote  



Messages In This Thread
Reverse actors HP MP progression - by Tenkarider - 06-12-2014, 07:43 AM
RE: Reverse actors HP MP progression - by Cyprus - 06-12-2014, 07:54 AM
RE: Reverse actors HP MP progression - by Cyprus - 06-12-2014, 09:16 AM
RE: Reverse actors HP MP progression - by Cyprus - 06-12-2014, 03:28 PM
RE: Reverse actors HP MP progression - by B-Run - 06-13-2014, 07:20 AM
RE: Reverse actors HP MP progression - by Cyprus - 06-13-2014, 10:41 AM
RE: Reverse actors HP MP progression - by Cyprus - 06-13-2014, 04:43 PM
RE: Reverse actors HP MP progression - by Synchysi - 06-13-2014, 05:37 PM
RE: Reverse actors HP MP progression - by madsiur - 06-14-2014, 06:42 PM
RE: Reverse actors HP MP progression - by madsiur - 06-14-2014, 07:47 PM
RE: Reverse actors HP MP progression - by B-Run - 06-16-2014, 07:19 AM
RE: Reverse actors HP MP progression - by B-Run - 06-17-2014, 03:16 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite