Port the inbound funnel verbatim into MotionInterpreter: - MoveToInterpretedState (0x005289c0): raw-state style adopt, FLAT copy_movement_from overwrite, apply, then action replay under the 15-bit server_action_stamp wraparound gate (local player skips its own autonomous echoes). - ApplyInterpretedMovement (0x00528600): my_run_rate cache from RunForward speed, then retail dispatch order style -> forward-or- Falling -> sidestep(-stop) -> turn(-stop), turn early-return. - DispatchInterpretedMotion (0x00528360): contact-gated sink dispatch (IInterpretedMotionSink = the GetObjectSequence backend the App implements); blocked non-action motions take the apply-only path — retail's real mechanism behind K-fix17's 'airborne remotes keep their cycle' empirical guard. - contact_allows_move REWRITTEN VERBATIM from the real 0x00528240 (pseudo-C 305471): Falling/0x40000011 + turns always allowed, non-creature weenies + no-gravity bypass, else Contact+OnWalkable. The previous body conflated jump_charge_is_allowed (0x00527a50) posture checks — the 2026-06-04 deep-dive divergence, now retired. Six tests that pinned the misattributed behavior corrected (grounded posture does NOT block motion; airborne accepts Falling/turns only). - IWeenieObject.IsCreature (default true) for the gate's non-creature bypass. Conformance harness (the user-requested 'prove it equals retail' apparatus, layer 1): RetailObserverTraceConformanceTests parses the LIVE cdb trace of a retail observer (Fixtures/l2g-observer-trace.log, captured via tools/cdb/l2g-observer.cdb) into 183 golden cases — each [MTIS] input state replayed through our funnel must produce retail's exact [DIM] dispatch sequence. 183/183 conformant, including the airborne jump case (replayed contact-free; pre-gate vs post-gate accounting + HitGround second-pass truncation documented in-test). 13 synthetic funnel tests cover the branches the trace missed (actions, stamps, longjump, sidestep). GameWindow integration (S2b) follows; funnel not yet wired. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2953 lines
101 KiB
Text
2953 lines
101 KiB
Text
Opened log file 'C:\Users\erikn\source\repos\acdream\.claude\worktrees\vigorous-joliot-f0c3ad\l2g-observer-trace.log'
|
|
0:018> .sympath C:\Users\erikn\source\repos\acdream\refs
|
|
Symbol search path is: C:\Users\erikn\source\repos\acdream\refs
|
|
Expanded Symbol search path is: c:\users\erikn\source\repos\acdream\refs
|
|
|
|
************* Path validation summary **************
|
|
Response Time (ms) Location
|
|
OK C:\Users\erikn\source\repos\acdream\refs
|
|
0:018> .symopt+ 0x40
|
|
Symbol options are 0xB0367:
|
|
0x00000001 - SYMOPT_CASE_INSENSITIVE
|
|
0x00000002 - SYMOPT_UNDNAME
|
|
0x00000004 - SYMOPT_DEFERRED_LOADS
|
|
0x00000020 - SYMOPT_OMAP_FIND_NEAREST
|
|
0x00000040 - SYMOPT_LOAD_ANYTHING
|
|
0x00000100 - SYMOPT_NO_UNQUALIFIED_LOADS
|
|
0x00000200 - SYMOPT_FAIL_CRITICAL_ERRORS
|
|
0x00010000 - SYMOPT_AUTO_PUBLICS
|
|
0x00020000 - SYMOPT_NO_IMAGE_SEARCH
|
|
0x00080000 - SYMOPT_NO_PROMPTS
|
|
0:018> .reload /f acclient.exe
|
|
0:018>
|
|
0:018> x acclient!CPhysics::SetObjectMovement
|
|
00509790 acclient!CPhysics::SetObjectMovement (class CPhysicsObj *, void *, unsigned int)
|
|
00509690 acclient!CPhysics::SetObjectMovement (class CPhysicsObj *, void *, unsigned int, unsigned short, unsigned short, int)
|
|
0:018> x acclient!MovementManager::unpack_movement
|
|
00524440 acclient!MovementManager::unpack_movement (void **, unsigned int)
|
|
0:018> x acclient!CMotionInterp::move_to_interpreted_state
|
|
005289c0 acclient!CMotionInterp::move_to_interpreted_state (class InterpretedMotionState *)
|
|
0:018> x acclient!CMotionInterp::DoInterpretedMotion
|
|
00528360 acclient!CMotionInterp::DoInterpretedMotion (unsigned long, class MovementParameters *)
|
|
0:018>
|
|
00528360 acclient!CMotionInterp::DoInterpretedMotion (unsigned long, class MovementParameters *)
|
|
0:018> r $t0 = 0
|
|
0:018> bp acclient!CPhysics::SetObjectMovement "r $t0 = @$t0 + 1; .printf \"\\n[SOM %d] obj=%p movSeq=%x scSeq=%x auto=%x id: \", @$t0, poi(@esp+4), poi(@esp+10)&0xffff, poi(@esp+14)&0xffff, poi(@esp+18); dt acclient!CPhysicsObj poi(@esp+4) id; .if (@$t0 >= 250) { .detach } .else { gc }"
|
|
Matched: 00509790 acclient!CPhysics::SetObjectMovement (class CPhysicsObj *, void *, unsigned int)
|
|
Matched: 00509690 acclient!CPhysics::SetObjectMovement (class CPhysicsObj *, void *, unsigned int, unsigned short, unsigned short, int)
|
|
Ambiguous symbol error at 'acclient!CPhysics::SetObjectMovement "r $t0 = @$t0 + 1; .printf \"\\n[SOM %d] obj=%p movSeq=%x scSeq=%x auto=%x id: \", @$t0, poi(@esp+4), poi(@esp+10)&0xffff, poi(@esp+14)&0xffff, poi(@esp+18); dt acclient!CPhysicsObj poi(@esp+4) id; .if (@$t0 >= 250) { .detach } .else { gc }"'
|
|
0:018> bp acclient!MovementManager::unpack_movement ".printf \"[UNPACK] mm=%p\\n\", @ecx; gc"
|
|
0:018> bp acclient!CMotionInterp::move_to_interpreted_state ".printf \"[MTIS] minterp=%p ims:\\n\", @ecx; dt acclient!InterpretedMotionState poi(@esp+4); gc"
|
|
0:018> bp acclient!CMotionInterp::apply_interpreted_movement ".printf \"[AIM] minterp=%p\\n\", @ecx; gc"
|
|
0:018> bp acclient!CMotionInterp::apply_raw_movement ".printf \"[ARM] minterp=%p\\n\", @ecx; gc"
|
|
0:018> bp acclient!CMotionInterp::DoInterpretedMotion ".printf \"[DIM] minterp=%p motion=%08x\\n\", @ecx, poi(@esp+4); gc"
|
|
0:018> g
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000054
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000054
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=40000015
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=40000015
|
|
[UNPACK] mm=196e1718
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=40000015
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000054
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000054
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : -1.854302526
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0x6500000f
|
|
+0x014 sidestep_speed : -3
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000f
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0x6500000f
|
|
+0x014 sidestep_speed : 3
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000f
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000054
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000054
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000054
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000054
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000054
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000054
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=6500000d
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : -2.924999952
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=45000005
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=45000005
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=45000005
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000052
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 4.5
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=44000007
|
|
[DIM] minterp=29ec56b8 motion=6500000d
|
|
[UNPACK] mm=2a225778
|
|
[DIM] minterp=29ec56b8 motion=80000000
|
|
[MTIS] minterp=29ec56b8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000053
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : -1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x45000005
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=45000005
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0x6500000d
|
|
+0x01c turn_speed : 1.5
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=6500000d
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x44000007
|
|
+0x00c forward_speed : 2.85277319
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=44000007
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000053
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=10000053
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=2a167f90
|
|
[MTIS] minterp=29ebfd48 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[DIM] minterp=18e8b0f8 motion=80000000
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[UNPACK] mm=196e1718
|
|
[MTIS] minterp=18e8b0f8 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=41000003
|
|
[DIM] minterp=18e8b0f8 motion=1000011e
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x10000052
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=10000052
|
|
[UNPACK] mm=2a222e50
|
|
[MTIS] minterp=29ec3b28 ims:
|
|
+0x000 __VFN_table : 0x007c7a60
|
|
+0x004 current_style : 0x8000003d
|
|
+0x008 forward_command : 0x41000003
|
|
+0x00c forward_speed : 1
|
|
+0x010 sidestep_command : 0
|
|
+0x014 sidestep_speed : 1
|
|
+0x018 turn_command : 0
|
|
+0x01c turn_speed : 1
|
|
+0x020 actions : LList<ActionNode>
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=41000003
|
|
[AIM] minterp=18e8b0f8
|
|
[DIM] minterp=18e8b0f8 motion=8000003d
|
|
[DIM] minterp=18e8b0f8 motion=40000015
|
|
[DIM] minterp=14fc2e00 motion=41000003
|
|
[AIM] minterp=298cf070
|
|
[DIM] minterp=298cf070 motion=8000003d
|
|
[DIM] minterp=298cf070 motion=40000015
|
|
[AIM] minterp=14fc2e00
|
|
[DIM] minterp=14fc2e00 motion=8000003d
|
|
[DIM] minterp=14fc2e00 motion=40000015
|
|
[AIM] minterp=1705c458
|
|
[DIM] minterp=1705c458 motion=8000003d
|
|
[DIM] minterp=1705c458 motion=40000015
|
|
[AIM] minterp=29ebc6b8
|
|
[DIM] minterp=29ebc6b8 motion=8000003d
|
|
[DIM] minterp=29ebc6b8 motion=40000015
|
|
[AIM] minterp=29ec56b8
|
|
[DIM] minterp=29ec56b8 motion=8000003d
|
|
[DIM] minterp=29ec56b8 motion=40000015
|
|
[AIM] minterp=298cdcc0
|
|
[DIM] minterp=298cdcc0 motion=8000003d
|
|
[DIM] minterp=298cdcc0 motion=40000015
|
|
[AIM] minterp=298d6330
|
|
[DIM] minterp=298d6330 motion=8000003d
|
|
[DIM] minterp=298d6330 motion=40000015
|
|
[AIM] minterp=16e5c030
|
|
[DIM] minterp=16e5c030 motion=8000003d
|
|
[DIM] minterp=16e5c030 motion=40000015
|
|
[AIM] minterp=298d6720
|
|
[DIM] minterp=298d6720 motion=8000003d
|
|
[DIM] minterp=298d6720 motion=40000015
|
|
[AIM] minterp=17056788
|
|
[DIM] minterp=17056788 motion=8000003d
|
|
[DIM] minterp=17056788 motion=40000015
|
|
[AIM] minterp=298d5eb0
|
|
[DIM] minterp=298d5eb0 motion=8000003d
|
|
[DIM] minterp=298d5eb0 motion=40000015
|
|
[AIM] minterp=1788f350
|
|
[DIM] minterp=1788f350 motion=8000003d
|
|
[DIM] minterp=1788f350 motion=40000015
|
|
[AIM] minterp=298d99c0
|
|
[DIM] minterp=298d99c0 motion=8000003d
|
|
[DIM] minterp=298d99c0 motion=40000015
|
|
[AIM] minterp=1788f980
|
|
[DIM] minterp=1788f980 motion=8000003d
|
|
[DIM] minterp=1788f980 motion=40000015
|
|
[AIM] minterp=178917e0
|
|
[DIM] minterp=178917e0 motion=8000003d
|
|
[DIM] minterp=178917e0 motion=40000015
|
|
[AIM] minterp=1788ac70
|
|
[DIM] minterp=1788ac70 motion=8000003d
|
|
[DIM] minterp=1788ac70 motion=40000015
|
|
[AIM] minterp=1788b330
|
|
[DIM] minterp=1788b330 motion=8000003d
|
|
[DIM] minterp=1788b330 motion=40000015
|
|
[AIM] minterp=11209dc0
|
|
[DIM] minterp=11209dc0 motion=8000003d
|
|
[DIM] minterp=11209dc0 motion=40000015
|
|
[AIM] minterp=16e5bc40
|
|
[DIM] minterp=16e5bc40 motion=8000003d
|
|
[DIM] minterp=16e5bc40 motion=40000015
|
|
[AIM] minterp=298d0390
|
|
[DIM] minterp=298d0390 motion=8000003d
|
|
[DIM] minterp=298d0390 motion=40000015
|
|
[AIM] minterp=1788c770
|
|
[DIM] minterp=1788c770 motion=8000003d
|
|
[DIM] minterp=1788c770 motion=40000015
|
|
[AIM] minterp=16e550d0
|
|
[DIM] minterp=16e550d0 motion=8000003d
|
|
[DIM] minterp=16e550d0 motion=40000015
|
|
[AIM] minterp=19ad15c8
|
|
[DIM] minterp=19ad15c8 motion=8000003d
|
|
[DIM] minterp=19ad15c8 motion=40000015
|
|
[AIM] minterp=19ad3398
|
|
[DIM] minterp=19ad3398 motion=8000003d
|
|
[DIM] minterp=19ad3398 motion=40000015
|
|
[AIM] minterp=19ac4d88
|
|
[DIM] minterp=19ac4d88 motion=8000003d
|
|
[DIM] minterp=19ac4d88 motion=40000015
|
|
[AIM] minterp=17057868
|
|
[DIM] minterp=17057868 motion=8000003d
|
|
[DIM] minterp=17057868 motion=40000015
|
|
[AIM] minterp=29ec3b28
|
|
[DIM] minterp=29ec3b28 motion=8000003d
|
|
[DIM] minterp=29ec3b28 motion=40000015
|
|
[AIM] minterp=29ebdd38
|
|
[DIM] minterp=29ebdd38 motion=8000003d
|
|
[DIM] minterp=29ebdd38 motion=40000015
|
|
[AIM] minterp=19ac81d8
|
|
[DIM] minterp=19ac81d8 motion=8000003d
|
|
[DIM] minterp=19ac81d8 motion=40000015
|
|
[AIM] minterp=1788cfe0
|
|
[DIM] minterp=1788cfe0 motion=8000003d
|
|
[DIM] minterp=1788cfe0 motion=40000015
|
|
[AIM] minterp=29ebfd48
|
|
[DIM] minterp=29ebfd48 motion=8000003d
|
|
[DIM] minterp=29ebfd48 motion=40000015
|
|
[AIM] minterp=172f0070
|
|
[DIM] minterp=172f0070 motion=8000003d
|
|
[DIM] minterp=172f0070 motion=40000015
|
|
[AIM] minterp=172f1ed0
|
|
[DIM] minterp=172f1ed0 motion=8000003d
|
|
[DIM] minterp=172f1ed0 motion=40000015
|
|
[AIM] minterp=298c9dc0
|
|
[DIM] minterp=298c9dc0 motion=8000003d
|
|
[DIM] minterp=298c9dc0 motion=40000015
|
|
[AIM] minterp=298cc520
|
|
[DIM] minterp=298cc520 motion=8000003d
|
|
[DIM] minterp=298cc520 motion=40000015
|
|
[AIM] minterp=17056668
|
|
[DIM] minterp=17056668 motion=8000003d
|
|
[DIM] minterp=17056668 motion=40000015
|
|
[AIM] minterp=17059488
|
|
[DIM] minterp=17059488 motion=8000003d
|
|
[DIM] minterp=17059488 motion=40000015
|
|
[AIM] minterp=16e57710
|
|
[DIM] minterp=16e57710 motion=8000003d
|
|
[DIM] minterp=16e57710 motion=40000015
|
|
[AIM] minterp=16e59210
|
|
[DIM] minterp=16e59210 motion=8000003d
|
|
[DIM] minterp=16e59210 motion=40000015
|
|
[AIM] minterp=298d4170
|
|
[DIM] minterp=298d4170 motion=8000003d
|
|
[DIM] minterp=298d4170 motion=40000015
|
|
[AIM] minterp=1705cc38
|
|
[DIM] minterp=1705cc38 motion=8000003d
|
|
[DIM] minterp=1705cc38 motion=40000015
|
|
[AIM] minterp=298d4050
|
|
[DIM] minterp=298d4050 motion=8000003d
|
|
[DIM] minterp=298d4050 motion=40000015
|
|
[AIM] minterp=298d2c10
|
|
[DIM] minterp=298d2c10 motion=8000003d
|
|
[DIM] minterp=298d2c10 motion=40000015
|
|
[AIM] minterp=298d2dc0
|
|
[DIM] minterp=298d2dc0 motion=8000003d
|
|
[DIM] minterp=298d2dc0 motion=40000015
|
|
eax=00000000 ebx=77e57240 ecx=00000000 edx=00000000 esi=00000000 edi=00000000
|
|
eip=77d99d8c esp=001afdcc ebp=001afea4 iopl=0 nv up ei pl nz na pe nc
|
|
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00200206
|
|
ntdll!NtTerminateProcess+0xc:
|
|
77d99d8c c20800 ret 8
|