diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-08-08 13:59:05 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-08-08 13:59:05 -0700 |
| commit | 001bf63c6159ef4e281d44fd54c751fecf362705 (patch) | |
| tree | 38c9595f7830350dd4daa5e0f20ccd0eb6dbe1c0 /include/structures.h | |
| parent | 65b4f30266c2c3f32e124800e1ea389ea87880ae (diff) | |
initializeLink.c OK
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index f3ca87d5..73bbd510 100644 --- a/include/structures.h +++ b/include/structures.h @@ -62,7 +62,8 @@ typedef struct { u8 playerState; u8 field_0xf; Coords playerStartPos; - u16 playerLayer; + u8 playerLayer; + u8 field_0x13; u8 field_0x14[0xa]; u16 field_0x20; u16 field_0x22; |
