diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-01 02:53:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 22:53:09 -0300 |
| commit | 2ef09bcf5d79e5e2dad0e6b59e0499ca6a91aef6 (patch) | |
| tree | ca88c20c2d969d295fce6b0d58e0862f90d951e5 /yamls | |
| parent | 8b4bb6d943d92df40e11b8bf9df413826d18b67c (diff) | |
export configuration for ast_andross (#189)
* export configuration for ast_andross
* format
* assets yaml
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/assets.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yamls/us/assets.yaml b/yamls/us/assets.yaml index 0dfe3b87..9573a986 100644 --- a/yamls/us/assets.yaml +++ b/yamls/us/assets.yaml @@ -358,8 +358,12 @@ - name: ast_andross exclusive_ram_id: segment_0C - type: bin + type: code + dir: assets + vram: 0x0C000000 start: 0xCE9E70 + subsegments: + - [0xCE9E70, .data, ast_andross/ast_andross] - name: ast_logo exclusive_ram_id: segment_0F |
