Hello. I'm wondering is anyone has worked on a team distribution of JP/EXP, so that rather than a single unit gaining exp for dispatching an enemy, the exp is shared amongst their team members.
If not, any pointers on how to find the battle end ASM?
We already have spillover JP. If you want spillover EXP, find the JP routine and copy it for EXP. AS for how to find the routine, put a read of Ramza's job JP for squire (provided he's also a squire). Job JP is update during battle, after each action.
Quote
If not, any pointers on how to find the battle end ASM?
This is scripted by events. Look in TEST.EVT and ATTACK.OUT and use the existing tools to edit such a thing.