Object Name Cleanup (#1427)

This commit is contained in:
engineer124
2023-10-09 10:57:25 +11:00
committed by GitHub
parent da0c9072f5
commit ae4a8fbe00
55 changed files with 192 additions and 192 deletions
+2 -2
View File
@@ -197,13 +197,13 @@ We can see this is the guard's Deku Flower:
We can name the display list as such in the XML:
```xml
<DList Name="gKingsChamberDekuGuardDekuFlower" Offset="0x2C48" />
<DList Name="gKingsChamberDekuGuardDekuFlowerDL" Offset="0x2C48" />
```
Then, like all steps before, we can run `./extract_assets.py -s objects/object_dns` and then update `z_en_dns.c` with our new name:
```c
gSPDisplayList(POLY_OPA_DISP++, gKingsChamberDekuGuardDekuFlower);
gSPDisplayList(POLY_OPA_DISP++, gKingsChamberDekuGuardDekuFlowerDL);
```
## Step #5: Naming limb display lists