diff options
| author | Ibot02 <jtp.jtp@gmx.de> | 2020-08-17 13:57:58 +0200 |
|---|---|---|
| committer | Ibot02 <jtp.jtp@gmx.de> | 2020-08-17 14:00:36 +0200 |
| commit | cfaba92b8492a9894a1b0fdbdf2429eaafbbdc58 (patch) | |
| tree | 233a2eea3517ff3dea61901041fb74ef6a3fcd06 /include/structures.h | |
| parent | bbf4c44bba3dbb2c8e8f1128d3de6b35cac77f7a (diff) | |
manager4.c: ok
except that one function I gave up on, maybe someone else has an idea on how to make that work.
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index 32ae8d74..a558fd70 100644 --- a/include/structures.h +++ b/include/structures.h @@ -147,4 +147,10 @@ typedef struct { extern struct_02024490 gUnk_02024490; -#endif
\ No newline at end of file +typedef struct { + u16 unk_00; + u8 unk_02[0xE]; +} struct_02034480; +extern struct_02034480 gUnk_02034480; + +#endif |
