progress on extracting the rom

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-09-19 17:43:01 -03:00
parent d9e499ae30
commit 4a82c512a2
2 changed files with 10 additions and 12 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ asm
*.d *.d
undefined* undefined*
*.n64 *.n64
*.z64 *.z64
*.bin

View File

@ -37,6 +37,7 @@ options:
extensions_path: tools/splat_ext extensions_path: tools/splat_ext
#disasm_unknown: True
# string_encoding: ASCII # string_encoding: ASCII
# data_string_encoding: ASCII # data_string_encoding: ASCII
rodata_string_guesser_level: 2 rodata_string_guesser_level: 2
@ -69,16 +70,12 @@ segments:
subsegments: subsegments:
- [0x1050, asm] - [0x1050, asm]
- [0x1270, asm] - [0x1270, asm]
- [0xDE480, rodata] - [0x3440, asm] #func_80002840
- [0x128D30, rodata] - [0x35A8, asm]
- [0x318E10, rodata] - [0xC3EE0, data]
- [0x932480, rodata] - { start: 0xDE480, type: bss, vram: 0x800DD880 }
- [0x932A80, rodata]
- [0x9556A0, rodata]
- [0x957080, rodata]
# - { start: 0xDE480, type: bss, vram: 0x800DD880 }
#- type: bin - type: bin
# start: 0xDE480 start: 0xDE480
# follows_vram: main follows_vram: main
- [0xC00000] - [0xC00000]