From 6970a114440fb9a253ec27d2fde3029c0676dfed Mon Sep 17 00:00:00 2001 From: inspectredc Date: Wed, 28 Feb 2024 00:04:21 +0000 Subject: [PATCH] separate chillychief geo --- assets/ymls/us/actors/chillychief/chillychief.yml | 11 ----------- assets/ymls/us/actors/chillychief/geo.yml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 assets/ymls/us/actors/chillychief/geo.yml diff --git a/assets/ymls/us/actors/chillychief/chillychief.yml b/assets/ymls/us/actors/chillychief/chillychief.yml index 9b20dfc7..4a9e945e 100644 --- a/assets/ymls/us/actors/chillychief/chillychief.yml +++ b/assets/ymls/us/actors/chillychief/chillychief.yml @@ -29,17 +29,6 @@ chill_bully_eye: format: RGBA16 symbol: chilly_chief_seg6_texture_06002060 -# todo: move to geo yml -chilly_chief_geo: - type: SM64:GEO_LAYOUT - offset: 0x3754 - symbol: chilly_chief_geo - -chilly_chief_big_geo: - type: SM64:GEO_LAYOUT - offset: 0x3874 - symbol: chilly_chief_big_geo - chilly_chief_seg6_lights_06000000: type: LIGHTS size: 24 diff --git a/assets/ymls/us/actors/chillychief/geo.yml b/assets/ymls/us/actors/chillychief/geo.yml new file mode 100644 index 00000000..b1db48c5 --- /dev/null +++ b/assets/ymls/us/actors/chillychief/geo.yml @@ -0,0 +1,15 @@ +:config: + compression: + offset: 0x1E51F0 + segments: + seg6: 0x1E51F0 + +chilly_chief_geo: + type: SM64:GEO_LAYOUT + offset: 0x3754 + symbol: chilly_chief_geo + +chilly_chief_big_geo: + type: SM64:GEO_LAYOUT + offset: 0x3874 + symbol: chilly_chief_big_geo \ No newline at end of file