summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-01-14 10:28:40 -0800
committerGitHub <noreply@github.com>2022-01-14 10:28:40 -0800
commit2cf294d02dfa8a483827d4df65ea42834bf29cf5 (patch)
tree3079e4250fadecb57d8c7b34f2691f231cea83ea /include
parent68161d76d8d06eda66d4051f0b467d3fcef70135 (diff)
parentd04a806abfd271fd6e4100d2888d3ead1fd84942 (diff)
Merge pull request #299 from hatal175/CopyOAM
Diffstat (limited to 'include')
-rw-r--r--include/structures.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/structures.h b/include/structures.h
index 52f2df1f..16187958 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -112,9 +112,11 @@ typedef struct {
} WStruct;
typedef struct {
- u16 unk0;
+ u8 unk0;
+ u8 unk1;
u16 unk2;
- u16 unk4;
+ u8 unk4;
+ u8 unk5;
u8 unk6;
u8 unk7;
} OAMObj;