mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
fix progress script
This commit is contained in:
parent
1dec9db413
commit
e8814048b3
@ -11,7 +11,7 @@ script_dir = os.path.dirname(os.path.realpath(__file__))
|
|||||||
root_dir = os.path.join(script_dir, "..")
|
root_dir = os.path.join(script_dir, "..")
|
||||||
asm_dir = os.path.join(root_dir, "asm", "us", "nonmatchings")
|
asm_dir = os.path.join(root_dir, "asm", "us", "nonmatchings")
|
||||||
build_dir = os.path.join(root_dir, "build")
|
build_dir = os.path.join(root_dir, "build")
|
||||||
elf_path = os.path.join(build_dir, "starfox64.us.elf")
|
elf_path = os.path.join(build_dir, "starfox64.us.rev1.elf")
|
||||||
|
|
||||||
def get_func_sizes():
|
def get_func_sizes():
|
||||||
try:
|
try:
|
||||||
|
@ -105,6 +105,17 @@
|
|||||||
subsegments:
|
subsegments:
|
||||||
- [0xEA5610, c, fox_end1]
|
- [0xEA5610, c, fox_end1]
|
||||||
- [0xEAAF10, c]
|
- [0xEAAF10, c]
|
||||||
- [0xEB0800, c]
|
|
||||||
|
- name: ovl_unused
|
||||||
|
exclusive_ram_id: overlay
|
||||||
|
type: code
|
||||||
|
dir: overlays/ovl_unused
|
||||||
|
start: 0xEB0800
|
||||||
|
vram: 0x8017E7A0
|
||||||
|
#follows_vram: ast_radio
|
||||||
|
#bss_size: 0x10
|
||||||
|
symbol_name_format: unused_$VRAM
|
||||||
|
subsegments:
|
||||||
|
- [0xEB0800, c, fox_unused]
|
||||||
|
|
||||||
- [0xEB4CA0]
|
- [0xEB4CA0]
|
Loading…
Reference in New Issue
Block a user