Users browsing this thread: 2 Guest(s)
All Things Event Hacking

#12
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
I'm going to write what I've found about event commands before I forget it all or my notes are lost for all eternity.

3A - Allows party to move around during events

3C - Command that established the order of the party in an event. You always need to provide 4 bytes after it. Example, for a party of terra, locke and strago, the command 3C 00 01 07 FF tells a specific event that the party is going to be composed of these 3 characters (last space is blank). The game's camera will always follow the character on the first slot of this command (terra in this case). At the end, place the 45 byte which is used to refresh objects.

3F - This command is used to have a character join your party AND leave it. I believe the game determines if the character should be inserted or removed from your party by using the commands "Create Object" (3D) and "Delete Object" (3E).

B2 - Call Subroutines. This command will call subroutines in the CA, CB or CC bank.
Subroutine for having starry nights - B2 6A 03 01 (Calls subroutine $CB6A03)
Subroutine for game over if a battle is lost - B2 A9 5E 00 (Calls subroutine $CA5EA9)
Subroutine to place you at position XX, YY if you lose a battle during an event - B2 E7 C8 02 (Calls subroutine $CCC8E7), 7E XX YY (places party at position (XX,YY) )
Subroutine for Interceptor's Bark - B2 BF 6A 01 (Calls subroutine $CB6ABF) One bark per each subroutine

48 XX YY - calls and displays text in events. Most important is the first bit of YY. 0 means the text is displayed at the top of the screen, 8 means it's going to be displayed at the bottom of the screen.

89 - Assign Interceptor status to any character. If you want to give the status to locke (example), the event code is 89 01 00 40. 01 is Locke's ID.

E0 XX - This command is used ONLY when a character is performing an action, as a means of pausing an actual action. XX means the number of frames to pause. E0 04 means "pause for 4 frames".
Quote  



Messages In This Thread
All Things Event Hacking - by Gi Nattak - 07-09-2010, 06:39 PM
RE: All Things Event Hacking - by Fire Storm - 07-11-2010, 11:43 PM
RE: All Things Event Hacking - by DjinnAndTonic - 09-27-2010, 04:15 AM
RE: All Things Event Hacking - by Gi Nattak - 09-27-2010, 04:25 PM
RE: All Things Event Hacking - by SSJ Rick - 09-27-2010, 04:33 AM
RE: All Things Event Hacking - by Angelo26 - 10-02-2010, 01:40 PM
RE: All Things Event Hacking - by Yuke311 - 10-02-2010, 02:00 PM
RE: All Things Event Hacking - by DjinnAndTonic - 10-04-2010, 09:30 PM
RE: All Things Event Hacking - by Angelo26 - 10-05-2010, 12:08 AM
RE: All Things Event Hacking - by DjinnAndTonic - 10-06-2010, 12:19 AM
RE: All Things Event Hacking - by Gi Nattak - 10-06-2010, 02:04 AM
RE: All Things Event Hacking - by Angelo26 - 02-19-2011, 11:01 PM
RE: All Things Event Hacking - by DjinnAndTonic - 02-19-2011, 11:10 PM
RE: All Things Event Hacking - by Angelo26 - 02-19-2011, 11:30 PM
RE: All Things Event Hacking - by xJCSx - 02-20-2011, 09:58 AM
RE: All Things Event Hacking - by Angelo26 - 02-20-2011, 12:02 PM
RE: All Things Event Hacking - by DjinnAndTonic - 03-05-2011, 09:12 AM
RE: All Things Event Hacking - by Angelo26 - 03-05-2011, 11:40 AM
RE: All Things Event Hacking - by DjinnAndTonic - 03-05-2011, 01:25 PM
RE: All Things Event Hacking - by Angelo26 - 03-05-2011, 02:24 PM
RE: All Things Event Hacking - by DjinnAndTonic - 03-05-2011, 03:18 PM
RE: All Things Event Hacking - by kefkaroth - 03-28-2011, 04:36 PM
RE: All Things Event Hacking - by Angelo26 - 03-29-2011, 08:04 AM
RE: All Things Event Hacking - by Angelo26 - 05-20-2011, 06:21 PM
RE: All Things Event Hacking - by Angelo26 - 06-16-2011, 07:00 PM
RE: All Things Event Hacking - by kefkaroth - 06-17-2011, 02:38 PM
RE: All Things Event Hacking - by Gi Nattak - 06-17-2011, 03:29 PM
RE: All Things Event Hacking - by Angelo26 - 07-02-2011, 03:47 PM
RE: All Things Event Hacking - by madsiur - 12-17-2011, 11:55 AM
RE: All Things Event Hacking - by madsiur - 01-08-2012, 08:38 PM
RE: All Things Event Hacking - by FF6Fanatic - 06-01-2016, 11:06 PM
RE: All Things Event Hacking - by Lockirby2 - 03-04-2012, 08:36 PM
RE: All Things Event Hacking - by madsiur - 03-04-2012, 08:44 PM
RE: All Things Event Hacking - by Angelo26 - 03-04-2012, 09:49 PM
RE: All Things Event Hacking - by QuickFix - 03-12-2012, 10:47 PM
RE: All Things Event Hacking - by madsiur - 03-12-2012, 11:48 PM
RE: All Things Event Hacking - by QuickFix - 07-09-2012, 01:03 PM
RE: All Things Event Hacking - by Gi Nattak - 07-09-2012, 03:40 PM
RE: All Things Event Hacking - by QuickFix - 07-09-2012, 10:12 PM
RE: All Things Event Hacking - by Lockirby2 - 04-15-2013, 05:50 PM
RE: All Things Event Hacking - by Gi Nattak - 04-17-2013, 06:17 PM
RE: All Things Event Hacking - by Gi Nattak - 06-02-2016, 12:03 AM
RE: All Things Event Hacking - by FF6Fanatic - 06-02-2016, 08:28 AM
RE: All Things Event Hacking - by B-Run - 06-02-2016, 09:01 AM
RE: All Things Event Hacking - by FF6Fanatic - 06-02-2016, 10:47 AM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite