mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
progress on extracting the rom
This commit is contained in:
parent
d9e499ae30
commit
4a82c512a2
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ asm
|
|||||||
*.d
|
*.d
|
||||||
undefined*
|
undefined*
|
||||||
*.n64
|
*.n64
|
||||||
*.z64
|
*.z64
|
||||||
|
*.bin
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user