File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ public static Guid Get(TRGameVersion version, int type)
202202 [ ( int ) TR1Type . AdamEgg ] = new ( "6c238f7c-06bf-4e28-b84d-7eb3a143e309" ) ,
203203 [ ( int ) TR1Type . Motorboat ] = new ( "33fa0c2e-f1da-4a7d-9a04-9cc1359ed7bc" ) ,
204204 [ ( int ) TR1Type . Earthquake_N ] = new ( "78bde34c-13f0-4fb0-8407-c7dfc3c2e3fb" ) ,
205- [ ( int ) TR1Type . Unused01 ] = new ( "afd18121-d296-4f62-a3f3-90d30814608f" ) ,
206- [ ( int ) TR1Type . Unused02 ] = new ( "1fd2c751-edf9-42eb-a826-e4858f18a4e6" ) ,
207- [ ( int ) TR1Type . Unused03 ] = new ( "04e846df-5585-439e-b006-edf9ae51f4a3 " ) ,
205+ [ ( int ) TR1Type . Skybox_H ] = new ( "afd18121-d296-4f62-a3f3-90d30814608f" ) ,
206+ [ ( int ) TR1Type . PickupAid_S_H ] = new ( "1fd2c751-edf9-42eb-a826-e4858f18a4e6" ) ,
207+ [ ( int ) TR1Type . Glow_S_H ] = new ( "20d74920-e6ff-4fa1-9751-3e7e971b5e60 " ) ,
208208 [ ( int ) TR1Type . Unused04 ] = new ( "29c46fac-be6b-4730-960a-3bea63e0a686" ) ,
209209 [ ( int ) TR1Type . Unused05 ] = new ( "5313b99b-7041-41e3-ad15-1eefb00c0e1b" ) ,
210210 [ ( int ) TR1Type . LaraPonytail_H_U ] = new ( "7174e4d8-0eab-4093-a934-4cbaab87c63c" ) ,
Original file line number Diff line number Diff line change @@ -200,6 +200,11 @@ public enum TR1Type : uint
200200 Unused04 = 187 ,
201201 Unused05 = 188 ,
202202
203+ // TR1X
204+ Skybox_H = Unused01 ,
205+ PickupAid_S_H = Unused02 ,
206+ Glow_S_H = Unused03 ,
207+
203208 LaraPonytail_H_U = 189 ,
204209 FontGraphics_S_H = 190 ,
205210
You can’t perform that action at this time.
0 commit comments