diff options
| author | PurpleHato <linkvssangoku.jr@gmail.com> | 2024-12-25 20:53:56 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-12-25 13:56:05 -0600 |
| commit | dc3e439c880b4114a86bb5eeab38c68381ec1543 (patch) | |
| tree | b31ba89fb7e98ecf68be1824b59812f9846047ee | |
| parent | db4b5e66c9ebd80cfaa2457423683a08f833fb6c (diff) | |
TWEAK: aAwLaserGun2L to aAwLaserGun2DL
We were missing the D
| -rw-r--r-- | assets/yaml/us/rev1/ast_arwing.yaml | 4 | ||||
| -rw-r--r-- | include/assets/ast_arwing.h | 2 |
2 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 f1e72822..1cf7f2ff 100644 --- a/assets/yaml/us/rev1/ast_arwing.yaml +++ b/assets/yaml/us/rev1/ast_arwing.yaml @@ -107,8 +107,8 @@ D_arwing_3010448: aAwLaserGun1DL: { type: GFX, offset: 0x3011720, symbol: aAwLaserGun1DL } -aAwLaserGun2L: - { type: GFX, offset: 0x3011450, symbol: aAwLaserGun2L } +aAwLaserGun2DL: + { type: GFX, offset: 0x3011450, symbol: aAwLaserGun2DL } D_arwing_30119F0: { type: TEXTURE, format: RGBA16, offset: 0x30119F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30119F0 } diff --git a/include/assets/ast_arwing.h b/include/assets/ast_arwing.h index e8439147..8976596c 100644 --- a/include/assets/ast_arwing.h +++ b/include/assets/ast_arwing.h @@ -215,7 +215,7 @@ static const ALIGN_ASSET(2) char D_arwing_300F448[] = "__OTR__ast_arwing/D_arwin static const ALIGN_ASSET(2) char D_arwing_3010448[] = "__OTR__ast_arwing/D_arwing_3010448"; -static const ALIGN_ASSET(2) char aAwLaserGun2L[] = "__OTR__ast_arwing/aAwLaserGun2L"; +static const ALIGN_ASSET(2) char aAwLaserGun2DL[] = "__OTR__ast_arwing/aAwLaserGun2DL"; static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11550[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11550"; |
