mirror of
https://github.com/zeldaret/tmc
synced 2026-06-09 20:50:47 -04:00
nonmatch sub_0807D1C4
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
extern u8 gUnk_0811E514[];
|
||||
extern u8 gUnk_0811E510[];
|
||||
extern u8 gUnk_0811E4BC[];
|
||||
extern const char gUnk_0811E4B4[8];
|
||||
// the type is just a guess based on size and the fact that these are around a lot in this file
|
||||
extern ScriptExecutionContext gUnk_02022750;
|
||||
@@ -25,6 +26,10 @@ extern u16 sub_080B18DC(u16, const char*);
|
||||
void sub_0807DB88(ScriptExecutionContext* context, u32 unk1);
|
||||
void sub_0807DAF0(Entity* entity, ScriptExecutionContext* context, u32 unk1);
|
||||
|
||||
struct_0807D1C4* sub_0807D1C4(u32 param_1) {
|
||||
return (struct_0807D1C4*)(gUnk_0811E4BC + param_1 * 0xc);
|
||||
}
|
||||
|
||||
// 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)) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user