diff options
| author | Henny022p <info@henny022.de> | 2021-02-16 18:18:39 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-02-16 18:18:39 +0100 |
| commit | 6fed117565f30cb3f7d61c67df08096fbe2b9ba5 (patch) | |
| tree | b5f3edbfc598ec7f51028ce96f4fa246a4588311 /src/code_0807CC3C.c | |
| parent | f00aaa506a663159117ad3c3a13c7c488a15b7d5 (diff) | |
match sub_0807D184
Diffstat (limited to 'src/code_0807CC3C.c')
| -rw-r--r-- | src/code_0807CC3C.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/code_0807CC3C.c b/src/code_0807CC3C.c index 47233f43..c3b71781 100644 --- a/src/code_0807CC3C.c +++ b/src/code_0807CC3C.c @@ -26,6 +26,12 @@ extern u16 sub_080B18DC(u16, const char*); void sub_0807DB88(ScriptExecutionContext* context, u32 unk1); void sub_0807DAF0(Entity* entity, ScriptExecutionContext* context, u32 unk1); +void sub_0807D184(u32 param_1, const char* param_2) { + if (sub_0807D20C(param_1, param_2, 8) == 0) { + sub_0807D20C(param_1 + 8, param_2, 8); + } +} + u16 sub_0807D1A4(u16* unk_1, u32 unk_2) { u32 uVar1; |
