I was just wondering if anyone knew where the game adds crono to the party in the beggining. I've been looking for ages and can't seem to find it!
Cheers,
Strummer
Edit: Don't worry guys, figured it out just after I'd posted. But for anyone who wants to know here's how:
In the LoadScreen map a memory value is set for PC1 (playable character 1) at this address:
{074} MemCpy(Mem.PC1,{00,80,80,80,80,80,80,80,80})
The 00 at the start sets the first character, just change this value. At 00 it sets Crono so change it to 01 for instance to make Marle the main character. But if you put the game on then, you'll notice your still being Crono. Just simply load up Crono's room (or which ever map you start with) and change the Crono load sprite command to the sprite of your main character. And there we are!!