Posts: 49
Threads: 3
Joined: Mar 2016
Reputation:
0
10-19-2016, 08:34 PM
(This post was last modified: 10-19-2016, 08:49 PM by Rydel.)
If it also includes the title and intro, that's definitely changed - I applied Yazoo's Japanese intro patch, the modified it into the title of the hack.
EDIT: Do you happen to know where in that compressed data the Floating Continent stuff starts?
EDIT2: Looks like that section is identical to Vanilla + Yazoo's patch.
I haven't done event editing; what's the easiest way to trigger that event? The closest save I can find is before the burning house in Thamasa.
Posts: 49
Threads: 3
Joined: Mar 2016
Reputation:
0
Made another edit before I saw your response:
Looks like that section is identical to Vanilla + Yazoo's patch.
I haven't done event editing; what's the easiest way to trigger that event? The closest save I can find is before the burning house in Thamasa.
Posts: 3,975
Threads: 278
Joined: Oct 2011
Reputation:
65
You need to set an event with command A8. A NPC event with A8 FE would trigger the scene.
Command A8 code is at C0/BA51. It call various routine maybe there is something wrong in one of those...
Posts: 49
Threads: 3
Joined: Mar 2016
Reputation:
0
It looks like the graphics themselves got overwritten as some point. I'm not sure how. I've replaced them with graphics from a fresh rom, and it's working again.
Posts: 3,975
Threads: 278
Joined: Oct 2011
Reputation:
65
10-21-2016, 10:32 PM
(This post was last modified: 10-21-2016, 10:33 PM by madsiur.)
We don't know what is not working, we don't see your complete hex, we don't know if your B2 call leading here is good.
I can say it looks good with the info I have but the reality is the opposite since something doesn't work. From your manual offsets entered it seems your command 4D is 4 bytes while it should be 3. Command 96 could also be unnecessary because it is used in not all contexts.