diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-09-03 20:14:10 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-09-03 23:33:35 +0200 |
| commit | a83c83ee8cc500f3128902a1c1c47c9ba2ae4981 (patch) | |
| tree | 81c1f5ae649ccac932b35b057b18a7b8bf2bdba5 /include/subtask.h | |
| parent | bdf796fffe54f7b80224b0ed342a91fd9d49d5cf (diff) | |
Extract some data
Sort data according to the compilation using they belong to.
Extract background animations.
Diffstat (limited to 'include/subtask.h')
| -rw-r--r-- | include/subtask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/subtask.h b/include/subtask.h index 46412946..3a2fc5b8 100644 --- a/include/subtask.h +++ b/include/subtask.h @@ -47,7 +47,7 @@ extern void sub_080A4E84(u8); extern const struct { u8 unk0; u8 unk1; - u8 filler[2]; + // u8 pad[2]; void (*func)(void); } gUnk_08128A38[]; |
