diff options
| author | Lywx <kiritodev01@gmail.com> | 2024-04-01 10:54:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 13:54:47 -0300 |
| commit | 9604a29140f73d3022ff93987abaf21d51d027e4 (patch) | |
| tree | 64ec39a8f0ba993344c642c1962bf4ce59e7fca6 /yamls | |
| parent | 2ef09bcf5d79e5e2dad0e6b59e0499ca6a91aef6 (diff) | |
export configuration for ast_fortuna, ast_katina, ast_venom_1 & ast_venom_2 (#190)
* Matched ast_fortuna
* Added FO prefix into every asset
* Fully matched PR
* Removed katina from assets.h
* WIP ast_venom_2
* Debinarized ast_venom_2
* Removed venom_2 from assets.h
* Renamed VE1 to VE1B
* Matched ast_venom_1
* Renamed to D_VE1
* Renamed venom_1 boss assets back to D_VE1
* Fixed merge conflicts
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/assets.yaml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/yamls/us/assets.yaml b/yamls/us/assets.yaml index 9573a986..34494622 100644 --- a/yamls/us/assets.yaml +++ b/yamls/us/assets.yaml @@ -228,13 +228,21 @@ - name: ast_venom_1 exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xAB4000 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_venom_1/ast_venom_1] - name: ast_venom_2 exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xACF960 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_venom_2/ast_venom_2] - name: ast_ve1_boss # exclusive_ram_id: segment_06 @@ -257,8 +265,12 @@ - name: ast_fortuna exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xB1CA50 + vram: 0x06000000 + subsegments: + - [0xB1CA50, .data, ast_fortuna/ast_fortuna] - name: ast_sector_y exclusive_ram_id: segment_06 @@ -281,8 +293,12 @@ - name: ast_katina exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xBB11D0 + vram: 0x06000000 + subsegments: + - [0xBB11D0, .data, ast_katina/ast_katina] - name: ast_macbeth exclusive_ram_id: segment_06 |
