diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-14 20:19:43 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-14 20:19:43 +0300 |
| commit | 4820349daf54864b955a0bf05b7dbad270a89c41 (patch) | |
| tree | 4508fe891179b2e14fbca0d5d84adfcec0167969 /include/structures.h | |
| parent | cda3d6fbe5330ffd397da46c1427c4939105e3ff (diff) | |
Put const data in beedle
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index 0b0dc185..0f77cac0 100644 --- a/include/structures.h +++ b/include/structures.h @@ -268,7 +268,7 @@ typedef struct { /*0x01*/ u8 unk_1; /*0x02*/ u8 unk_2; /*0x03*/ u8 unk_3; - /*0x04*/ u8* unk_4; + /*0x04*/ const u8* unk_4; /*0x08*/ Entity* entity; } struct_03003DF8; |
