diff options
| author | Henny022p <info@henny022.de> | 2023-08-02 22:32:17 +0200 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-08-02 22:32:17 +0200 |
| commit | 83d710a413d6a72117b32c35f7195e4e0dcab8d4 (patch) | |
| tree | c1d30286c9b99af7500c4f8963a2ba58053bf5c8 /include/room.h | |
| parent | ea30d2264bf578767f12262105be5d0c3b6a75ef (diff) | |
clean up hint_height version mess
Diffstat (limited to 'include/room.h')
| -rw-r--r-- | include/room.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/room.h b/include/room.h index eec4e46d..a23dff14 100644 --- a/include/room.h +++ b/include/room.h @@ -162,8 +162,13 @@ typedef struct { /* 0x31 */ u8 field31; /* 0x32 */ u8 field32; /* 0x33 */ u8 field33; - /* 0x34 */ u8 hint_heightEU; +#if defined(JP) || defined(EU) + /* 0x34 */ u8 hint_height; + /* 0x35 */ u8 field35; +#else + /* 0x34 */ u8 field35; /* 0x35 */ u8 hint_height; +#endif /* 0x36 */ u16 hint_idx; /* 0x38 */ u8 field_0x38; /* 0x39 */ u8 field_0x39; |
