Posts: 378
Threads: 94
Joined: Jul 2013
Reputation:
11
Looking at the Event Dump, I can only see 'level averaging' commands, and I can't see anything on the Actor Editor on FF3usME.
How do you change the level of which a character joins your party?
Step forward, spriters! We are also responsible to make hacks look new and fresh, we are no less important than code or ASM hackers! CHARGE!!
Posts: 826
Threads: 11
Joined: Nov 2011
Reputation:
16
As far as I know your only option is to have characters join at the average party level. It seems like it would be very doable to change this via ASM somehow, though.

Moogles FTW
Posts: 1,633
Threads: 56
Joined: Apr 2014
Reputation:
12
You can also tweak the level average + X bonus.
in vanilla there are those 4 modifiers:
- +0
- +2
- +5
- -2
their value depend on one byte, their 4 bytes are together and you just have to change value.
PS. -2 is something like FE or FD because negative modifier starts from the highest value of the byte(FF) or something.