1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 19:13:42 +00:00

handle hackmode_syotes_room, fix compile

This commit is contained in:
Dragorn421 2025-02-16 14:27:53 +01:00
parent b952b2db1e
commit 43d93c112b
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
2 changed files with 4 additions and 3 deletions

View file

@ -27,6 +27,8 @@ ActorProfile En_Jsjutan_Profile = {
}; };
// Shadow texture. 32x64 I8. // Shadow texture. 32x64 I8.
#define sShadowTex_WIDTH 32
#define sShadowTex_HEIGHT 64
static u8 sShadowTex[0x800]; static u8 sShadowTex[0x800];
static Vec3s D_80A8EE10[0x90]; static Vec3s D_80A8EE10[0x90];

View file

@ -23,6 +23,7 @@ from .extase_oot64 import (
scene_rooms_resources, scene_rooms_resources,
scene_commands_resource, scene_commands_resource,
skelanime_legacy_resources, skelanime_legacy_resources,
room_shape_resources,
) )
@ -391,11 +392,9 @@ def register_resource_handlers():
resource_desc: z64resources.RoomResourceDesc, resource_desc: z64resources.RoomResourceDesc,
): ):
if "hackmode_syotes_room" in resource_desc.hack_modes: if "hackmode_syotes_room" in resource_desc.hack_modes:
# TODO return room_shape_resources.RoomShapeNormalResource(
return BinaryBlobResource(
file, file,
resource_desc.offset, resource_desc.offset,
resource_desc.offset + 4,
resource_desc.symbol_name, resource_desc.symbol_name,
) )
return scene_commands_resource.SceneCommandsResource( return scene_commands_resource.SceneCommandsResource(