diff options
| author | Henny022p <info@henny022.de> | 2021-02-15 14:54:40 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-02-15 14:54:40 +0100 |
| commit | f6423768b59f7bee7a8e2db2a74ef4820d8be692 (patch) | |
| tree | 44f774babedab1a2843d8b141b4bd7e8cf73c035 /src/code_0807CC3C.c | |
| parent | 9dbbd208c9c77754e58370b59dafce237c668da6 (diff) | |
matched sub_0807DD80
Diffstat (limited to 'src/code_0807CC3C.c')
| -rw-r--r-- | src/code_0807CC3C.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/code_0807CC3C.c b/src/code_0807CC3C.c index 70211d78..319ddb22 100644 --- a/src/code_0807CC3C.c +++ b/src/code_0807CC3C.c @@ -7,6 +7,7 @@ extern u8 gUnk_0811E514[]; extern u8 gUnk_0811E510[]; +extern void sub_0807DB88(Entity*); extern void sub_0801C4A0(u32); extern void sub_0807DB98(Entity*, ScriptExecutionContext*); extern void _call_via_r6(Entity*, ScriptExecutionContext*); @@ -14,6 +15,13 @@ extern void _call_via_r6(Entity*, ScriptExecutionContext*); void sub_0807DF38(void); void sub_0807DE80(Entity* entity); +void sub_0807DD80(Entity *param_1) + +{ + sub_0807DB88(*(Entity**)¶m_1->cutsceneBeh); + sub_0807DD64(param_1); +} + void sub_0807DD94(Entity* entity, u32 param_2) { sub_0807DDAC(entity, param_2); sub_0807DDE4(entity); |
