diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-03-27 01:07:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 01:07:41 -0300 |
| commit | ec1d3da5644f9ebd08bb5dc3f82a959f750ea9a8 (patch) | |
| tree | 5f8aa90bcb6039b20de499a92a8241e6cc80f7dc /yamls | |
| parent | 4a572e7e30173cf9d643ffa63c711a92b358d016 (diff) | |
export configuration for ast_great_fox & ast_sector_z & ast_sector_y (#175)
* Matchpoint
* remove symbols from undef
* remove header
* comments
* var rename
* remove header
* first asset
* progress
* progress
* progress, should be matching. Torch bug?
* comments
* update torch with Peter's fix
* PRINTF
* replace symbol usage
* todo comment
* D_SX_6000000 usage
* progress
* Matchpoint
* progress replacing symbol usage (apo apo ahora)
* remove headers
* va bene
* format
* remove header
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/assets.yaml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/yamls/us/assets.yaml b/yamls/us/assets.yaml index 2105a917..77e7e87f 100644 --- a/yamls/us/assets.yaml +++ b/yamls/us/assets.yaml @@ -85,8 +85,12 @@ - name: ast_great_fox exclusive_ram_id: segment_0E - type: bin + type: code + dir: assets start: 0x92EC40 + vram: 0x0E000000 + subsegments: + - [0x92EC40, .data, ast_great_fox/ast_great_fox] - name: ast_star_wolf exclusive_ram_id: segment_0F @@ -173,8 +177,12 @@ - name: ast_sector_z exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xA4FBB0 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_sector_z/ast_sector_z] - name: ast_aquas exclusive_ram_id: segment_06 @@ -222,8 +230,12 @@ - name: ast_sector_y exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xB2CA50 + vram: 0x06000000 + subsegments: + - [0xB2CA50, .data, ast_sector_y/ast_sector_y] - name: ast_solar exclusive_ram_id: segment_06 |
