From 2efb6374e617f3d70e8998e3c567a482e4699a53 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Mon, 22 Jul 2024 21:10:19 +0100 Subject: [PATCH] Add todos --- patterns/db_files/chunks/WREXT.hexpat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns/db_files/chunks/WREXT.hexpat b/patterns/db_files/chunks/WREXT.hexpat index 1b880f4..73934ed 100644 --- a/patterns/db_files/chunks/WREXT.hexpat +++ b/patterns/db_files/chunks/WREXT.hexpat @@ -87,8 +87,8 @@ struct WrCellHeader { u8 render_poly_count; u8 portal_poly_count; u8 plane_count; - u8 medium; - u8 flags; + u8 medium; // TODO: Enum + u8 flags; // TODO: Bitfield s32 portal_vertex_list; u16 num_v_list; u8 anim_light_count; @@ -98,7 +98,7 @@ struct WrCellHeader { }; struct WrPoly { - u8 flags; + u8 flags; // TODO: Bitfield u8 vertex_count; u8 plane_id; u8 clut_id;