summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-06-10 15:29:09 -0400
committerGitHub <noreply@github.com>2021-06-10 15:29:09 -0400
commit602e609c8036fd4e5dbd3aa2e1a6df59fa6a07ef (patch)
tree6c3d80434649e2a085df975ad99a57d3996369bc /docs
parent17fb7de37389f80285360b05e3fa188a97d77cb6 (diff)
Add `OutName` attribute to `<File>` node (#146)
* create attribute * Minor fixes * Remove redundant `outputPath` * Add `OutName` to docs * Whoops, wrong branch
Diffstat (limited to 'docs')
-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`.