From 3cdef97cb8648cf5a5f2151938c5fa8d66056751 Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Fri, 17 Mar 2023 21:05:06 -0600 Subject: d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark (#309) * setup TU * JASResArcLoader OK * d_a_obj_stoneMark work * some funcs in d_a_obj_stoneMark * many changes * quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile * d_file_select functions + pr cleanup --- src/d/d_lib.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/d/d_lib.cpp') diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index 1716be27b7..1f95b31806 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -77,8 +77,11 @@ extern "C" u8 now__14mDoMtx_stack_c[48]; /* ############################################################################################## */ /* 803A7240-803A7250 004360 0010+00 0/0 0/0 6/6 .data ZeroQuat */ -SECTION_DATA extern u8 ZeroQuat[16] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, +Quaternion ZeroQuat = { + 0.0f, + 0.0f, + 0.0f, + 1.0f }; /* 803A7250-803A7260 004370 0010+00 0/0 1/1 0/0 .data __vt__10CSTControl */ -- cgit v1.2.3