67 lines
2.2 KiB
YAML
67 lines
2.2 KiB
YAML
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, c, code_0] #DONE
|
|
- [0x180, c, chfinalboss]
|
|
- [0x5ED0, c, chbossjinjo] #DONE
|
|
- [0x6E90, c, chbossjinjobase] #DONE
|
|
- [0x7580, c, chstonejinjo] #DONE
|
|
- [0x7BE0, c, chjinjonatorbase] #DONE
|
|
- [0x8390, c, chspellbarrier] #DONE
|
|
- [0x87A0, c, chspellfireball] #DONE
|
|
- [0x9850, c, code_9850] #DONE
|
|
- [0x9D40, c, chjinjonator] #DONE
|
|
- [0xAED0, c, chbossshadow] #DONE
|
|
- [0xAF90, .data, chfinalboss]
|
|
- [0xB420, .data, chbossjinjo]
|
|
- [0xB5A0, .data, chbossjinjobase]
|
|
- [0xB600, .data, chstonejinjo]
|
|
- [0xB650, .data, chjinjonatorbase]
|
|
- [0xB6E0, .data, chspellbarrier]
|
|
- [0xB710, .data, chspellfireball]
|
|
- [0xB9D0, .data, code_9850]
|
|
- [0xBBC0, .data, chjinjonator]
|
|
- [0xBCA0, .data, chbossshadow]
|
|
- [0xBCD0, .rodata, chfinalboss]
|
|
- [0xC090, .rodata, chbossjinjo]
|
|
- [0xC140, .rodata, chbossjinjobase]
|
|
- [0xC150, .rodata, chstonejinjo]
|
|
- [0xC190, .rodata, chjinjonatorbase]
|
|
- [0xC1C0, .rodata, chspellbarrier]
|
|
- [0xC1D0, .rodata, chspellfireball]
|
|
- [0xC220, .rodata, code_9850]
|
|
- [0xC230, .rodata, chjinjonator]
|
|
- [0xC340, .rodata, chbossshadow]
|
|
- [0x0000C350, .bss, code_0]
|
|
- [0x0000C350, .bss, chfinalboss]
|
|
- [0x0000C350, .bss, chspellfireball]
|
|
- [0x0000C350, .bss, chjinjonator]
|
|
- [0x0000C350] |