Event Hacking question
#39
(07-15-2013, 11:52 PM)Synchysi Wrote: If it's already 0, then someone with a bit more experience with FF6LE can probably help you.

As soon as I had finished posting I went back into LE and played with a few settings and found exactly what you were talking about above.


Quote:As far as Umaro crashing the game, this was answered earlier:

Quote:You have Umaro's event pointing to 1E8F6; event pointers are relative to bank CA, so this is actually pointing to CB/E8F6, which is right in the middle of the escape from the burning house event. You'd likely see some really funky stuff before the game just up and crashed.

You said you changed his event to 1E8B4. If you look at the event dump, this location (CB/E8B4) is in the middle of an event. That event needs to point to whatever you want to happen when the player tries to talk to Umaro.

hmm this seems to be causing me some confusion. If I understand you need to have it an event thats already defined, and it needs to point whatever I want to happen when he's talked to. For ease sake at the moment, I'd like to have it so its just him saying something incoherrent and Umaro-esque (caveman gibberish).

This is the line in the event dump that i am looking at, is it wrong?
CB/1B4E: D0 Set event bit $1E80($05C) [$1E8B, bit 4]

you said it was pointing to CB/E8B4 - what am I missing?

Quote:As far as it crashing after the coin toss, I think we'd need to see what code you inserted/overwrote there. That part starts somewhere around CB/2121, after Celes stops speaking. It sounds like it could just be a typo or something, where you were trying to insert stuff at CB/2221 and accidentally did it at CB/2121.

Heres the all the hex work I have done:
In CA/AE2E (AB02E):
D0 00 C0 27 01 1C 1E 01

In CB/2221 (B2421):
Inserted - B2 30 02 27
Overwrote - 94 5A 08 5C (what was overwritten) ********

In F1/0230 (310430):
Inserted: 94 5A 08 5C (the stuff I overwrote) *********
Inserted: D0 7E D4 ED D4 FD D1 00 FE

In level editor:
On NPC 19 (umaro)
X,Y: 9,8
Event: 1E8B4
'If Mem Set'
Address: 1E80
Bit: 0

What I have overwritten is by the *******
Reply


Messages In This Thread
Event Hacking question - by ribbits - 06-26-2013, 11:36 AM
RE: Event Hacking question - by B-Run - 06-26-2013, 01:11 PM
RE: Event Hacking question - by Lockirby2 - 06-26-2013, 01:19 PM
RE: Event Hacking question - by ribbits - 06-26-2013, 03:00 PM
RE: Event Hacking question - by ribbits - 07-04-2013, 11:02 PM
RE: Event Hacking question - by Synchysi - 07-04-2013, 11:51 PM
RE: Event Hacking question - by ribbits - 07-05-2013, 12:06 AM
RE: Event Hacking question - by Synchysi - 07-05-2013, 02:37 AM
RE: Event Hacking question - by ribbits - 07-09-2013, 09:09 PM
RE: Event Hacking question - by Synchysi - 07-09-2013, 09:22 PM
RE: Event Hacking question - by ribbits - 07-09-2013, 11:18 PM
RE: Event Hacking question - by Lockirby2 - 07-10-2013, 08:24 AM
RE: Event Hacking question - by ribbits - 07-10-2013, 07:49 PM
RE: Event Hacking question - by madsiur - 07-10-2013, 07:55 PM
RE: Event Hacking question - by ribbits - 07-10-2013, 11:36 PM
RE: Event Hacking question - by Gi Nattak - 07-11-2013, 12:10 AM
RE: Event Hacking question - by ribbits - 07-11-2013, 12:23 AM
RE: Event Hacking question - by B-Run - 07-11-2013, 09:53 AM
RE: Event Hacking question - by ribbits - 07-11-2013, 12:42 PM
RE: Event Hacking question - by B-Run - 07-11-2013, 01:49 PM
RE: Event Hacking question - by ribbits - 07-11-2013, 05:17 PM
RE: Event Hacking question - by Lockirby2 - 07-11-2013, 07:27 PM
RE: Event Hacking question - by B-Run - 07-11-2013, 09:07 PM
RE: Event Hacking question - by ribbits - 07-11-2013, 09:17 PM
RE: Event Hacking question - by Synchysi - 07-12-2013, 12:42 AM
RE: Event Hacking question - by B-Run - 07-12-2013, 09:20 AM
RE: Event Hacking question - by ribbits - 07-12-2013, 10:54 AM
RE: Event Hacking question - by madsiur - 07-12-2013, 11:05 AM
RE: Event Hacking question - by Synchysi - 07-12-2013, 01:50 PM
RE: Event Hacking question - by ribbits - 07-12-2013, 02:19 PM
RE: Event Hacking question - by Synchysi - 07-12-2013, 03:03 PM
RE: Event Hacking question - by ribbits - 07-12-2013, 04:43 PM
RE: Event Hacking question - by madsiur - 07-14-2013, 01:00 PM
RE: Event Hacking question - by ribbits - 07-14-2013, 08:23 PM
RE: Event Hacking question - by madsiur - 07-14-2013, 09:06 PM
RE: Event Hacking question - by ribbits - 07-14-2013, 09:25 PM
RE: Event Hacking question - by ribbits - 07-15-2013, 11:36 PM
RE: Event Hacking question - by Synchysi - 07-15-2013, 11:52 PM
RE: Event Hacking question - by ribbits - 07-16-2013, 02:41 PM
RE: Event Hacking question - by Synchysi - 07-16-2013, 03:13 PM
RE: Event Hacking question - by B-Run - 07-16-2013, 03:34 PM
RE: Event Hacking question - by ribbits - 07-16-2013, 03:35 PM
RE: Event Hacking question - by madsiur - 07-16-2013, 05:23 PM
RE: Event Hacking question - by Synchysi - 07-16-2013, 06:27 PM
RE: Event Hacking question - by ribbits - 07-16-2013, 07:00 PM
RE: Event Hacking question - by ribbits - 07-16-2013, 10:43 PM
RE: Event Hacking question - by B-Run - 07-17-2013, 11:51 AM
RE: Event Hacking question - by ribbits - 07-17-2013, 11:57 AM
RE: Event Hacking question - by B-Run - 07-17-2013, 12:58 PM
RE: Event Hacking question - by ribbits - 07-17-2013, 01:37 PM
RE: Event Hacking question - by B-Run - 07-17-2013, 01:52 PM
RE: Event Hacking question - by ribbits - 07-17-2013, 04:14 PM
RE: Event Hacking question - by B-Run - 07-19-2013, 11:35 AM
RE: Event Hacking question - by ribbits - 07-19-2013, 03:34 PM
RE: Event Hacking question - by Gi Nattak - 07-19-2013, 03:36 PM
RE: Event Hacking question - by B-Run - 07-19-2013, 05:17 PM
RE: Event Hacking question - by ribbits - 07-19-2013, 05:54 PM
RE: Event Hacking question - by B-Run - 07-22-2013, 10:23 AM
RE: Event Hacking question - by ribbits - 07-22-2013, 10:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FF6 Advance Hacking: Event Trigger Problems? LM008 4 3,366 03-07-2022, 07:13 PM
Last Post: Everything
  Event Hacking - What am I doing wrong? PowerPanda 7 6,738 05-04-2017, 07:29 PM
Last Post: PowerPanda
  All Things Event Hacking Gi Nattak 44 75,928 06-02-2016, 10:47 AM
Last Post: FF6Fanatic
  Another palette hacking question. Greed 9 10,902 01-11-2012, 02:08 PM
Last Post: SSJ Rick
  Hacking question ribbits 7 10,148 12-14-2011, 11:07 PM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 1 Guest(s)