diff options
| author | Henny022p <info@henny022.de> | 2021-02-16 18:09:14 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-02-16 18:09:14 +0100 |
| commit | 80f15cd75b893740db734d47c218737059a8fab9 (patch) | |
| tree | 1ff684b36c48aabd5142beb90f842fd58de3b791 /src/code_0807CC3C.c | |
| parent | 7faadfd5226090b2eaf2cf1445970413f811be1e (diff) | |
nonmatch sub_0807D1D8
Diffstat (limited to 'src/code_0807CC3C.c')
| -rw-r--r-- | src/code_0807CC3C.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/code_0807CC3C.c b/src/code_0807CC3C.c index 69c81441..ef470d10 100644 --- a/src/code_0807CC3C.c +++ b/src/code_0807CC3C.c @@ -25,9 +25,12 @@ extern u16 sub_080B18DC(u16, const char*); void sub_0807DB88(ScriptExecutionContext* context, u32 unk1); void sub_0807DAF0(Entity* entity, ScriptExecutionContext* context, u32 unk1); +// these three are basically the same and wrong by basically one instruction in the wrong place +NONMATCH("asm/non_matching/code_0807CC3C/sub_0807D1D8.inc", u32 sub_0807D1D8(u32 unk_1, const char* unk_2, u32 unk_3)) { +} +END_NONMATCH -// this is wrong by basically one instruction in the wrong place -NONMATCH("asm/non_matching/code_0807CC3C/sub_0807D20C.inc",u32 sub_0807D20C(u32 unk_1, const char* unk_2, u32 unk_3)) { +NONMATCH("asm/non_matching/code_0807CC3C/sub_0807D20C.inc", u32 sub_0807D20C(u32 unk_1, const char* unk_2, u32 unk_3)) { unk_3 >>= 3; unk_1 >>= 3; while (unk_3-- > 0) { |
