diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-08 19:48:38 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-09 08:35:37 +0100 |
| commit | a352ff972220ac5f8551a81cff4ed97d97cb164d (patch) | |
| tree | d3e55983714dd034c445c7a772cf347f79d1b0f8 /src/script.c | |
| parent | 5e2af32bb11f35dee966343959d955147c660204 (diff) | |
Readd void parameters
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script.c b/src/script.c index 2bf9b6f0..cc9636b8 100644 --- a/src/script.c +++ b/src/script.c @@ -579,18 +579,18 @@ void sub_0807DEDC(Entity* entity, ScriptExecutionContext* context, u32 x, u32 y) entity->animationState = (entity->animationState & 0x80) | gUnk_0811E514[(u32)(direction << 0x18) >> 0x1c]; } -void sub_0807DF28() { +void sub_0807DF28(void) { sub_0807DF38(); sub_08079184(); sub_08077B20(); } -void sub_0807DF38() { +void sub_0807DF38(void) { gUnk_0200AF00.filler0[1] = 0xff; gUnk_02034490[0] = 0xff; } -void sub_0807DF50() { +void sub_0807DF50(void) { gUnk_02034490[0] = 0; gUnk_0200AF00.filler0[1] = 0; sub_0801C4A0(0); |
