diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-05-09 17:39:00 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-05-09 17:39:00 +0300 |
| commit | 9730543780ab88b1d4abebee23f4d220abdbc206 (patch) | |
| tree | fb6cc491e000bd1bac273d8ebafb412c6724c680 /include | |
| parent | dba74f4c9208d9208bafb735388f2e153ec1f5f4 (diff) | |
Match sub_08018738
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index aee1592f..9108cf9a 100644 --- a/include/common.h +++ b/include/common.h @@ -20,8 +20,8 @@ extern Input gInput; /**< Input instance. */ typedef struct { u8 evt_type; u8 entity_idx; - u8 _2; - u8 _3; + u8 area; + u8 room; u16 _4; u16 _6; u16 x; |
