diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-29 18:19:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 20:19:29 -0300 |
| commit | 4255ef5519b1d2d87bf206c2be905e1683440e4d (patch) | |
| tree | 6efd0025313b430cce2f25ef1227fd7580f36646 /yamls | |
| parent | 576d42fabd99efc4cf6907c915c18c0b042f1985 (diff) | |
finish export on segment 7, rename the versus assets (#187)
* versus
* ending
* ending
* header
* vs names
* errant header
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/assets.yaml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/yamls/us/assets.yaml b/yamls/us/assets.yaml index 3d6ebfd8..f3555852 100644 --- a/yamls/us/assets.yaml +++ b/yamls/us/assets.yaml @@ -64,14 +64,14 @@ subsegments: - [0x8E1F80, .data, ast_blue_marine/ast_blue_marine] - - name: ast_vs_player + - name: ast_versus exclusive_ram_id: segment_03 type: code dir: assets start: 0x8E92D0 vram: 0x03000000 subsegments: - - [0x8E92D0, .data, ast_vs_player/ast_vs_player] + - [0x8E92D0, .data, ast_versus/ast_versus] - name: ast_enmy_planet exclusive_ram_id: segment_04 @@ -321,10 +321,14 @@ subsegments: - [0xCA9DE0, .data, ast_option/ast_option] - - name: ast_versus + - name: ast_vs_menu exclusive_ram_id: segment_07 - type: bin + type: code + dir: assets start: 0xCBFE70 + vram: 0x07000000 + subsegments: + - [0xCBFE70, .data, ast_vs_menu/ast_vs_menu] - name: ast_font exclusive_ram_id: segment_05 @@ -360,8 +364,12 @@ - name: ast_ending exclusive_ram_id: segment_07 - type: bin + type: code + dir: assets start: 0xD27600 + vram: 0x07000000 + subsegments: + - [0xD27600, .data, ast_ending/ast_ending] - name: ast_ending_award_front exclusive_ram_id: segment_08 |
