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