diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-04-30 14:33:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 08:33:28 -0400 |
| commit | 72847660eb4b9eef8a392ddb2edc64060dd40500 (patch) | |
| tree | 12518b65dc2d101df0b1bf3aba1526be22e69ddf /assets/xml/objects | |
| parent | 8ad90df27f1faf42f375cca990c26886c270d8a5 (diff) | |
Fix misc 10 (#1208)
* Cleanup around `Item_DropCollectible`
* Cleanup around `Math3D_Vec3fDistSq`, `Math3D_Dist2DSq`
* Material/Model naming for one dlist pair
* Minor comments fixup
* Explicit `!= NULL` check
* Signed decimal for an array of coordinates
* Fixup comments some more
Diffstat (limited to 'assets/xml/objects')
| -rw-r--r-- | assets/xml/objects/gameplay_keep.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/xml/objects/gameplay_keep.xml b/assets/xml/objects/gameplay_keep.xml index 0d8da9f86..590f8e374 100644 --- a/assets/xml/objects/gameplay_keep.xml +++ b/assets/xml/objects/gameplay_keep.xml @@ -931,8 +931,8 @@ <Texture Name="gSunEvening1Tex" OutName="sun_evening_1" Format="i4" Width="64" Height="31" Offset="0x4C960"/> <Texture Name="gSunEvening2Tex" OutName="sun_evening_2" Format="i4" Width="64" Height="16" Offset="0x4CD40"/> <Texture Name="gSunEvening3Tex" OutName="sun_evening_3" Format="i4" Width="64" Height="16" Offset="0x4CF40"/> - <DList Name="gKokiriDustMoteTextureLoadDL" Offset="0x4D160"/> - <DList Name="gKokiriDustMoteDL" Offset="0x4D1A8"/> + <DList Name="gKokiriDustMoteMaterialDL" Offset="0x4D160"/> + <DList Name="gKokiriDustMoteModelDL" Offset="0x4D1A8"/> <DList Name="gSunDL" Offset="0x4D1C0"/> <DList Name="gZTargetLockOnTriangleDL" Offset="0x4D450"/> <DList Name="gEffFire1DL" Offset="0x4D4E0"/> |
