diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-02-23 14:35:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 15:35:09 -0700 |
| commit | a10bb11ed6784c6a16a09b7eb17657d2e1bb303c (patch) | |
| tree | d56c420f49cb47b1aee7e4c4a9ca948041408f74 /docs | |
| parent | 84cb26a6b03cd5b886b2da4a5bc9eb881a05dda3 (diff) | |
Build Sync (#147)
* Makefile cleanup
* venv
* baseroms folder
* Jenkinsfile
* Remove z64compress
* Small cleanup
* More small fixes
* diff_settings fix
* Fix jenkins
* make compress in readme
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/asset_extraction.md | 2 | ||||
| -rw-r--r-- | docs/working_with_splat.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/asset_extraction.md b/docs/asset_extraction.md index 7c8a520..0468d57 100644 --- a/docs/asset_extraction.md +++ b/docs/asset_extraction.md @@ -76,7 +76,7 @@ Searching for `tol_keitai` brings up these lines: We will also use a program called Z64Utils. Currently it doesn't have full support for Animal Forest yet, but a modified build with partial functionality is pinned in the `#af_decomp` channel of our discord.
-First load a ROM by going to ROM > Open. `af/baserom.jp.z64` or `af/baserom_uncompressed.jp.z64` are fine.
+First load a ROM by going to ROM > Open. `af/baserom-jp.z64` or `af/baserom-decompressed-jp.z64` are fine.
In the filter field at the top put the object's rom start address (1127000), and click the entry that shows up. For the segment id, enter 6 and click OK.
diff --git a/docs/working_with_splat.md b/docs/working_with_splat.md index 9e58bfc..a9bc22b 100644 --- a/docs/working_with_splat.md +++ b/docs/working_with_splat.md @@ -18,7 +18,7 @@ The main configuration file for splat. Most of the time you can ignore this. These yaml files are responsible for defining each file from the rom. Currently we don't have a complete definition of every file, so these files are constantly being updated as we learn more.
-`animalforest.jp.yaml`
+`animalforest-jp.yaml`
This is an automatically generated file that combines the other yaml files. you shouldn't edit this file, as changes will just be overwritten when it gets generated again.
|
