diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-04 05:56:13 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-06 14:53:33 +0100 |
| commit | 654434c74baea77656738fbba7627dae150e5ca7 (patch) | |
| tree | f4925f9adb0025b85064478740367c476b3d7774 /src/script.c | |
| parent | 05b2edad405eb47a5f36ee09f705f0da04df0793 (diff) | |
Start building macros for scripts
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script.c b/src/script.c index 495a01d5..6d136b5a 100644 --- a/src/script.c +++ b/src/script.c @@ -981,6 +981,7 @@ void sub_0807E674(Entity* unk1, ScriptExecutionContext* unk2) { ClearRoomFlag(unk2->unk_00.raw[1]); } +// set unk2->unk_10 to meta void sub_0807E680(Entity* unk1, ScriptExecutionContext* unk2) { unk2->unk_10 = GetNextScriptCommandHalfwordAfterCommandMetadata(unk2->unk_00.raw); } @@ -1293,6 +1294,7 @@ void sub_0807EBB0(Entity* unk1, ScriptExecutionContext* unk2) { unk1->animationState = unk1->direction / 4; } +// set nonPlanarMovement void sub_0807EBC0(Entity* unk1, ScriptExecutionContext* unk2) { unk1->nonPlanarMovement = unk2->unk_00.raw[1]; } |
