diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-10 22:42:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 22:42:30 +0100 |
commit | e8d0b49a6864d6077a5d7b1c123c49481fe14bfe (patch) | |
tree | d9c489014e94856bc94273499ea7b5eca66ac0dc /include/script.h | |
parent | 68013d52ebaf7094a782260d97888e9cb6b1d172 (diff) | |
parent | bf8b0b7a9f33de9de350927b5c4001909da3c889 (diff) |
Merge pull request #401 from PikalaxALT/pikalax_work
[LEAK-INFORMED] Match and document funcs in unk_02016B94.c
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/script.h b/include/script.h index 01bba305..75b65f90 100644 --- a/include/script.h +++ b/include/script.h @@ -4,7 +4,7 @@ #include "global.h"
#include "msgdata.h"
#include "save_block_2.h"
-#include "unk_02016B94.h"
+#include "bg_window.h"
struct ScriptContext;
@@ -28,7 +28,7 @@ struct UnkStruct_02046444 struct UnkSavStruct80
{
u8 padding[0x8];
- struct UnkStruct_02016B94_2 *unk08;
+ struct BgConfig *unk08;
struct SaveBlock2 *saveBlock2; //0xC
struct UnkStruct_0204639C *unk10;
u8 padding2[0x8];
|