summaryrefslogtreecommitdiff
path: root/docs/zapd_extraction_xml_reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zapd_extraction_xml_reference.md')
-rw-r--r--docs/zapd_extraction_xml_reference.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/zapd_extraction_xml_reference.md b/docs/zapd_extraction_xml_reference.md
index 8767512..8863fb8 100644
--- a/docs/zapd_extraction_xml_reference.md
+++ b/docs/zapd_extraction_xml_reference.md
@@ -78,6 +78,7 @@ It's worth noting that every tag expects a `Name="gNameOfTheAsset"`. This is wil
- Attributes:
- `Name`: Required. The name of the file in `baserom/` which will be extracted.
+ - `OutName`: Optional. The output name of the generated C source file. Defaults to the value passed to `Name`.
- `Segment`: Required. This is the segment number of the current file. Expects a decimal number, usually 6 if it is an object, or 128 for overlays (It's kinda a whacky hack to get around of the `0x80` addresses).
- `BaseAddress`: Optional. RAM address of the file. Expects a hex number (with `0x` prefix). Default value: `0`.
- `RangeStart`: Optional. File offset where the extraction will begin. Hex. Default value: `0x000000000`.