diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
| commit | 201955ea052a5188f2e59bdcdbf6c52ff158ee66 (patch) | |
| tree | 66474a7515b56c90e1d0b94a0a39f42da6677d71 /include/room.h | |
| parent | 37714644960c56650dd1067b86aafa685eaf01f4 (diff) | |
create enemy struct and enemy flags
Diffstat (limited to 'include/room.h')
| -rw-r--r-- | include/room.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/room.h b/include/room.h index 3b0ff0d2..f9201826 100644 --- a/include/room.h +++ b/include/room.h @@ -88,10 +88,10 @@ typedef struct { u8 area; u8 room; u16 unk_02; - u32 unk_04; + u32 enemyBits; } RoomMemory; -extern RoomMemory* gUnk_020354B0; +extern RoomMemory* gCurrentRoomMemory; extern RoomMemory gRoomMemory[]; // Packets used to store which entities to load in a room |
