summaryrefslogtreecommitdiff
path: root/docs/tutorial/object_decomp_example.md
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-10-09 10:57:25 +1100
committerGitHub <noreply@github.com>2023-10-08 20:57:25 -0300
commitae4a8fbe00e429a289bef24059301c693cb4e11b (patch)
tree8854135b2c9025c1ad623cb3bab8da724775fcb1 /docs/tutorial/object_decomp_example.md
parentda0c9072f5332edbde00d405b2f1c94e92ece434 (diff)
Object Name Cleanup (#1427)
Diffstat (limited to 'docs/tutorial/object_decomp_example.md')
-rw-r--r--docs/tutorial/object_decomp_example.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/object_decomp_example.md b/docs/tutorial/object_decomp_example.md
index e4025caae..10fcf2766 100644
--- a/docs/tutorial/object_decomp_example.md
+++ b/docs/tutorial/object_decomp_example.md
@@ -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