mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
Identify player functions and update asm.h
This commit is contained in:
@@ -3,6 +3,6 @@ SCRIPT_START script_0800FB2C
|
||||
SetAnimationState 0x0002
|
||||
DoPostScriptAction 0x0000
|
||||
SetSyncFlag 0x00000001
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -8,5 +8,5 @@ SCRIPT_START script_08012B24
|
||||
WalkSouth 0x0008
|
||||
SetSyncFlag 0x00000002
|
||||
CallWithArg sub_0807FB64, 0xffffffe2
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
|
||||
@@ -8,5 +8,5 @@ SCRIPT_START script_08012B50
|
||||
WalkNorth 0x0008
|
||||
SetSyncFlag 0x00000002
|
||||
CallWithArg sub_0807FB64, 0xffffffe2
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
|
||||
@@ -8,5 +8,5 @@ SCRIPT_START script_08012B7C
|
||||
WalkEast 0x0008
|
||||
SetSyncFlag 0x00000002
|
||||
CallWithArg sub_0807FB64, 0xffffffe2
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
|
||||
@@ -11,7 +11,7 @@ script_08013D1C:
|
||||
CallWithArg sub_08095D54, 0x00000000
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
SetSyncFlag 0x08000000
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -11,7 +11,7 @@ script_08013D5C:
|
||||
CallWithArg sub_08095D54, 0x00000001
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
SetSyncFlag 0x10000000
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -11,7 +11,7 @@ script_08013D9C:
|
||||
CallWithArg sub_08095D54, 0x00000002
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
SetSyncFlag 0x20000000
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -11,7 +11,7 @@ script_08013DDC:
|
||||
CallWithArg sub_08095D54, 0x00000003
|
||||
PlaySound SFX_ELEMENT_PLACE
|
||||
SetSyncFlag 0x40000000
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,6 +6,6 @@ SCRIPT_START script_08015A7C
|
||||
SetAnimationState 0x0000
|
||||
DoPostScriptAction 0x0000
|
||||
SetSyncFlag 0x00000004
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,6 +6,6 @@ SCRIPT_START script_08015AA0
|
||||
SetAnimationState 0x0002
|
||||
DoPostScriptAction 0x0000
|
||||
SetSyncFlag 0x00000004
|
||||
Call sub_080791BC
|
||||
Call SetPlayerActionNormal
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
Reference in New Issue
Block a user