The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

77
subyaml/fight.us.v10.yaml Normal file
View File

@@ -0,0 +1,77 @@
options:
basename: fight
find_file_boundaries: yes
compiler: "IDO"
platform: n64
asm_endlabels: "endlabel"
asm_data_macro: "dlabel"
cpp_args:
- "-Iinclude"
- "-Iinclude/2.0L"
- "-D_LANGUAGE_C"
generated_c_preamble: |
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
create_detected_syms: yes
undefined_syms_path: undefined_syms.us.v10.txt
symbol_addrs_path: symbol_addrs.us.v10.txt
undefined_funcs_auto_path: undefined_funcs_auto.fight.us.v10.txt
undefined_syms_auto_path: undefined_syms_auto.fight.us.v10.txt
base_path: .
target_path: build/us.v10/fight.us.v10.bin
asset_path: bin
build_path: build/us.v10
segments:
- name: fight
dir: fight
type: code
start: 0x00000000
vram: 0x803863F0
subsegments:
- [0x0, linker, code] # Code section
- [0x0, c, code_0] #DONE
- [0x180, c, code_180]
- [0x5ED0, c, code_5ED0] #DONE
- [0x6E90, c, code_6E90] #DONE
- [0x7580, c, code_7580] #DONE
- [0x7BE0, c, code_7BE0] #DONE
- [0x8390, c, code_8390] #DONE
- [0x87A0, c, code_87A0] #DONE
- [0x9850, c, code_9850] #DONE
- [0x9D40, c, code_9D40] #DONE
- [0xAED0, c, code_AED0] #DONE
- [0xAF90, linker, data] # Data section
- [0xAF90, .data, code_180]
- [0xB420, .data, code_5ED0]
- [0xB5A0, .data, code_6E90]
- [0xB600, .data, code_7580]
- [0xB650, .data, code_7BE0]
- [0xB6E0, .data, code_8390]
- [0xB710, .data, code_87A0]
- [0xB9D0, .data, code_9850]
- [0xBBC0, .data, code_9D40]
- [0xBCA0, .data, code_AED0]
- [0xBCD0, .rodata, code_180]
- [0xBE90, bin, fight_data_BE90]
- [0xBF20, bin, fight_data_BF20]
- [0xC090, .rodata, code_5ED0]
- [0xC140, .rodata, code_6E90]
- [0xC150, .rodata, code_7580]
- [0xC190, .rodata, code_7BE0]
- [0xC1C0, .rodata, code_8390]
- [0xC1D0, .rodata, code_87A0]
- [0xC220, .rodata, code_9850]
- [0xC230, .rodata, code_9D40]
- [0xC340, .rodata, code_AED0]
- type: code
name: fight-bbs
dir: fight
start: 0xC350
vram: 0x80392740
subsegments:
- [0x0000C350, .bss, code_180]
- [0x0000C350, .bss, code_87A0]
- [0x0000C350, .bss, code_9D40]
- [0x0000C350]