Skip to content

Commit

Permalink
prepwork
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpPrincess committed Oct 16, 2023
1 parent 6126fb1 commit c970100
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/medievil.check.sha
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ d0e17f3e271e98c4b9ac0ff26e44a529a1f67182 build/GS.BIN
991b047edbbc62bd6532be146d9401a60f65defc build/HH.BIN
7ee70db9b39e3bea66cf8934911880b52dd91289 build/HR.BIN
4584571a6ff512a7418432f29de8146bef4e51f8 build/IA.BIN
03706c818baa6f1361faa9abf24607f7e8976771 build/LA.BIN
021af3a550f58046073a75f6d4f9d0dd462748da build/LANDMAP.BIN
ab7967451c8395c76bdc683b78d42bd60e47405d build/PG.BIN
3a9943f5922c2bcd8a5960bf29c738a705d15eac build/SF.BIN
Expand Down
40 changes: 40 additions & 0 deletions config/splat.ovlla.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: LA.BIN
sha1: 03706c818baa6f1361faa9abf24607f7e8976771
options:
platform: psx
basename: ovlla
base_path: ..
build_path: build/
target_path: disk/OVERLAYS/LA.BIN
asm_path: asm/ovl/la
asset_path: assets/ovl/la
src_path: src/ovl/la
compiler: GCC
symbol_addrs_path: config/symbols.ovlla.txt
undefined_funcs_auto_path: config/undefined_funcs_auto.ovlla.txt
undefined_syms_auto_path: config/undefined_syms_auto.ovlla.txt
ld_script_path: config/ld/ovlla.ld
find_file_boundaries: yes
use_legacy_include_asm: no
migrate_rodata_to_functions: yes
asm_jtbl_label_macro: jlabel
section_order:
- ".rodata"
- ".text"
- ".data"

subalign: 2

rodata_string_guesser_level: 2
data_string_guesser_level: 2

disasm_unknown: true

segments:
- name: ovlla
type: code
start: 0x00000000
vram: 0x80010000
subsegments:
- [0x0, asm]
- [0x78CC]
Empty file added config/symbols.ovlla.txt
Empty file.

0 comments on commit c970100

Please sign in to comment.