Posts: 2,583
Threads: 99
Joined: Aug 2009
Reputation:
52
02-10-2018, 02:02 PM
(This post was last modified: 02-10-2018, 03:37 PM by Gi Nattak.)
That event code (somehow) got messed up at:
CA/9429: 32 Begin action queue for character $32 (Party Character 1), 4 bytes long
CA/942B: C2 Set vehicle/entity's event speed to normal
CA/942C: A1 Move vehicle/entity right/down 1x1 tiles
CA/942D: CC Turn vehicle/entity up
CA/942E: FF End queue
Looking at the patched ROM, it is something different...
You got 32 04 4B 28 09 93, which is...bad lol. Surprisingly the event manages to continue, even with the end queue command removed. But yeah, revert that and you'll be good. How/why did that get changed, though, I wonder.
We are born, live, die and then do the same thing over again.
Posts: 835
Threads: 44
Joined: Jan 2016
Reputation:
8
It can be hard to tell sometimes, it could be any number of things, most likely an improperly applied patch (applied a header patch to a rom without one or vice-versa maybe). At least you were able to fix it though.