Users browsing this thread: 1 Guest(s)
Event Hacking question

#42
Posts: 174
Threads: 23
Thanks Received: 0
Thanks Given: 6
Joined: Feb 2011
Reputation: 0
Status
None
(07-16-2013, 03:13 PM)Synchysi Wrote: The event field is for an offset; it has nothing to do with event bits. You said you changed his event to 1E8B4. Remember that these are all relative to bank CA, so to find the event it's pointing to, you would add 1E8B4 to CA/0000:

CA0000 + 1E8B4 = CBE8B4

You can do hexadecimal arithmetic fairly easily in Windows calculator, if you're using Vista or later.

So to in actuality i'm looking for the event 11B4E (CB/1B4E -CA000), correct? Its the event just prior to the coin flip scene where Setzer puts Celes in the room and says he'll come back later. This should make Umaro visible because the event is already defined by previous coding, correct?

EDIT- well 11B4E displays umaro still, but when I talk to him it awkwardly goes through the previous scene. Once that's completed, I am back at the "empires made me a rich man scene." So not it either.

Quote:Now, to have Umaro saying something unintelligible, you would need to write your own event for it. The captions already exist for this sort of thing, so all you'd need to do is write a caption call event. You can find many, many examples of this in the event dump.

by a caption call are you referring to 'display dialogue'? or something else entirely.


Quote:
Quote: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 *******

At a glance I don't see anything wrong with that. Your game is crashing well before that, though, so you may have inadvertently changed something at a different address.

If you can't revert it back to normal (by comparing it with an unmodified ROM), your best bet may be to continue your work on a fresh ROM.

I may have to try on a fresh rom to see if that solves the crashing. How can you tell that the game is crashing before hand already?
  Find
Quote  



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

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite