1
FF7 Tools / Re: Official Proud Clod 1.5.0.α_4!
« on: 2011-06-09 20:03:55 »WANT
Seconded. Been kinda hoping for something like that for a while now

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
WANT
93 {EA0000h} "It's gonna fire that laser…"
72 0149
93 {EA0000h} "{EA0001h}, be careful!"
60 24 //this is 0x149
60 00
92
...
93 {EA0001h} "I dunno what's goin' on, but…
60 24
60 00
92
93 it looks pretty bad.
60 24
60 00
92
93 {EA0000h} "It's gonna fire that laser…"
00 0200 //this is where the jump would be, but it is all screwed up
EA //start of the message is here
00 0C01
00 4542
00 4143
52
45
46
55
4C
01 FF02
60 24
60 00
92
...
93 {EA0001h} "I dunno what's goin' on, but…
49
54
00 4F4C
4F
4B
53
00 5250
45
54
54
59
00 4142
44
0E 60FF
24
60 00
92
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at WallMarket.CameraPanel.NewTab()
at WallMarket.Form1.TabControl1_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.TabControl.WmSelChange()
at System.Windows.Forms.TabControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
...
12 2070
02 20a0
82
90
60 20
61 FFFF
81
60 02
34
70 XXXX
//these following three lines are redundant/useless as the above already chose a random target, and the one
//below doesn't even set the target to the new random target (missing 90... did you just c/p and forget to
//delete that part?).
//12 2070
//02 20A0
//82
91
61 EEEE
...