From 02ebe8b7066d3cd8e96bcc445ddd83a1b7a3ee43 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 18 Nov 2024 19:43:56 -0300 Subject: [PATCH] Fix texture extraction in ast_sector_y --- assets/yaml/us/rev1/ast_sector_y.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/assets/yaml/us/rev1/ast_sector_y.yaml b/assets/yaml/us/rev1/ast_sector_y.yaml index f4a999d5..0ae50596 100644 --- a/assets/yaml/us/rev1/ast_sector_y.yaml +++ b/assets/yaml/us/rev1/ast_sector_y.yaml @@ -51,16 +51,10 @@ aSyShip4DL: { type: GFX, offset: 0x6005360, symbol: aSyShip4DL } D_SY_6005BE0: - { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06005BE0, symbol: D_SY_6005BE0 } - -D_SY_60063E0: - { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060063E0, symbol: D_SY_60063E0 } + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06005BE0, symbol: D_SY_6005BE0 } D_SY_6006BE0: - { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06006BE0, symbol: D_SY_6006BE0 } - -D_SY_6006DE0: - { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 24, offset: 0x06006DE0, symbol: D_SY_6006DE0 } + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006BE0, symbol: D_SY_6006BE0 } D_SY_60073E0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060073E0, symbol: D_SY_60073E0 }