diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-03-31 22:04:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 22:04:45 -0300 |
| commit | 8b4bb6d943d92df40e11b8bf9df413826d18b67c (patch) | |
| tree | 306255d9668b23f94cb56ca55896d7d1d2078670 /yamls | |
| parent | 4255ef5519b1d2d87bf206c2be905e1683440e4d (diff) | |
export configuration for ast_meteo & ast_bolse (#188)
* progress
* remove header
* - '#include "sf64level.h"'
* MatchPoint
* asset analysis complete, here it comes. Wheeeeeh
* comment
* correction
* some missile docs
* format
* preparations for ast_bolse extraction
* Matchpoint
* Jackpot
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/assets.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/yamls/us/assets.yaml b/yamls/us/assets.yaml index f3555852..0dfe3b87 100644 --- a/yamls/us/assets.yaml +++ b/yamls/us/assets.yaml @@ -129,8 +129,12 @@ - name: ast_meteo exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0x9A1460 + vram: 0x06000000 + subsegments: + - [0x9A1460, .data, ast_meteo/ast_meteo] - name: ast_titania exclusive_ram_id: segment_06 @@ -244,8 +248,12 @@ - name: ast_bolse exclusive_ram_id: segment_06 - type: bin + type: code + dir: assets start: 0xB0AA00 + vram: 0x06000000 + subsegments: + - [0xB0AA00, .data, ast_bolse/ast_bolse] - name: ast_fortuna exclusive_ram_id: segment_06 |
