summaryrefslogtreecommitdiff
path: root/include/room.h
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2022-01-24 01:46:08 +0100
committerHenny022p <info@henny022.de>2022-01-24 01:46:08 +0100
commit0e57341980dfc4da49b07aeef78e584003eff893 (patch)
tree35af2eefd7ff948ce7bf6bec47f583e6cac1cb6c /include/room.h
parent4517e77563b783be7672b9b2ec8391a216db2b42 (diff)
decomp subtask.c
Diffstat (limited to 'include/room.h')
-rw-r--r--include/room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/room.h b/include/room.h
index 0cd7f3c2..3ed662ba 100644
--- a/include/room.h
+++ b/include/room.h
@@ -124,8 +124,8 @@ typedef struct {
/* 0x0e */ s16 dungeon_y;
/* 0x10 */ u16 dungeon_map_x;
/* 0x12 */ u16 dungeon_map_y;
- /* 0x14 */ s16 overworld_map_x;
- /* 0x16 */ s16 overworld_map_y;
+ /* 0x14 */ u16 overworld_map_x;
+ /* 0x16 */ u16 overworld_map_y;
/* 0x18 */ u8 field_0x24[0x8];
} PlayerRoomStatus;
static_assert(sizeof(PlayerRoomStatus) == 0x20);