diff options
| author | Emil Lenngren <emil.lenngren@gmail.com> | 2022-03-27 17:14:07 +0200 |
|---|---|---|
| committer | Emil Lenngren <emil.lenngren@gmail.com> | 2022-03-27 17:14:07 +0200 |
| commit | d528160684b414bc5350237a7ca8c9401efa06ae (patch) | |
| tree | bd16d6f0c263f16ca1c49bb37065971e6190f826 | |
| parent | 3ab0c45bdb7e38798e394004b41286bf0747eb51 (diff) | |
Fix triforce vertex count
| -rw-r--r-- | soh/assets/xml/objects/object_triforce_spot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/assets/xml/objects/object_triforce_spot.xml b/soh/assets/xml/objects/object_triforce_spot.xml index a9d52dd96..87d449458 100644 --- a/soh/assets/xml/objects/object_triforce_spot.xml +++ b/soh/assets/xml/objects/object_triforce_spot.xml @@ -1,6 +1,6 @@ <Root> <File Name="object_triforce_spot" Segment="6"> - <Array Name="gTriforceVtx" Count="32" Offset="0x0000"> + <Array Name="gTriforceVtx" Count="96" Offset="0x0000"> <Vtx/> </Array> |
