summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-18 08:19:12 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-18 08:19:12 -0400
commitffc909a19c8640993b247f067f8ab678dbb5f32f (patch)
treef455cf620228391960e1bb55a9483930b073e9eb /include/script.h
parent985f98f8f7a54acf3664bbf0eb9f62270f58eb96 (diff)
parentb51fd5e65388a585986b5cbd7cf8be90c36040e8 (diff)
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h
index 7c4dae6d..8fd7696f 100644
--- a/include/script.h
+++ b/include/script.h
@@ -24,7 +24,7 @@ struct ScriptContext
u32 unk74;
struct MsgData * unk78;
u8 *unk7C;
- struct SaveBlock2 * unk80;
+ struct UnkStruct_0204639C * unk80;
};
#define ScriptReadByte(ctx) (*(ctx->scriptPtr++))