diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-17 00:21:36 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-11-17 00:21:36 -0300 |
| commit | 05fbdc3bcdf373975e8714066472a6ee37def256 (patch) | |
| tree | 3eb8718d7eeb13db5c58b32a07fe7c42c4756172 | |
| parent | 508a82a920b99118c03afd524b71514d112a2075 (diff) | |
texture fix
| -rw-r--r-- | assets/yaml/us/rev1/ast_arwing.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/yaml/us/rev1/ast_arwing.yaml b/assets/yaml/us/rev1/ast_arwing.yaml index a99ffc59..f1e72822 100644 --- a/assets/yaml/us/rev1/ast_arwing.yaml +++ b/assets/yaml/us/rev1/ast_arwing.yaml @@ -193,10 +193,10 @@ D_arwing_30183D0: { type: GFX, offset: 0x30183D0, symbol: D_arwing_30183D0 } aWindshieldClouldReflextionTex: - { type: TEXTURE, format: RGBA16, offset: 0x30184D8, width: 32, height: 32, ctype: u16, symbol: aWindshieldClouldReflextionTex } + { type: TEXTURE, format: RGBA16, offset: 0x30184D8, width: 64, height: 32, ctype: u16, symbol: aWindshieldClouldReflextionTex } -D_arwing_3018CD8: - { type: TEXTURE, format: RGBA16, offset: 0x3018CD8, width: 64, height: 16, ctype: u16, symbol: D_arwing_3018CD8 } +D_ARWING_BLOB_1: + { type: BLOB, offset: 0x30194D8, size: 8, symbol: D_ARWING_BLOB_1 } # Windshield D_arwing_30194E0: |
