-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f768600
commit 57fd907
Showing
5 changed files
with
220 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: GS.BIN | ||
sha1: d0e17f3e271e98c4b9ac0ff26e44a529a1f67182 | ||
options: | ||
platform: psx | ||
basename: ovls | ||
base_path: .. | ||
build_path: build/ | ||
target_path: disk/OVERLAYS/GS.BIN | ||
asm_path: asm/ovl/gs | ||
asset_path: assets/ovl/gs | ||
src_path: src/ovl/gs | ||
compiler: GCC | ||
symbol_addrs_path: config/symbols.ovlgs.txt | ||
undefined_funcs_auto_path: config/undefined_funcs_auto.ovlgs.txt | ||
undefined_syms_auto_path: config/undefined_syms_auto.ovlgs.txt | ||
ld_script_path: config/ld/ovlgs.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 | ||
|
||
segments: | ||
- name: ovlgs | ||
type: code | ||
start: 0x00000000 | ||
vram: 0x80010000 | ||
subsegments: | ||
- [0x0, rodata] | ||
- [0x158, c] | ||
- [0x4F10, data] | ||
- [0x8650] |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
#include "common.h" | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010158); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010250); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010290); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010340); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010388); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800103B8); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001059C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010918); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010B10); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010C58); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010D44); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010EA0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80010F88); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011124); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800114E4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001152C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011564); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001165C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011798); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011904); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011930); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001198C); | ||
|
||
void func_80011A30(void) { | ||
} | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011A38); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011A58); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011C34); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011E14); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80011FF0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800121D0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800123E4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800124F4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001253C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012584); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012624); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012698); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012944); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800129C0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012A8C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012B58); | ||
|
||
void func_80012B7C(void) { | ||
} | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012B84); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012C14); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012E08); | ||
|
||
void func_80012EB0(void) { | ||
} | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80012EB8); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013210); | ||
|
||
void func_80013234(void) { | ||
} | ||
|
||
void func_8001323C(void) { | ||
} | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013244); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800132C0); | ||
|
||
void func_8001349C(void) { | ||
} | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800134A4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013520); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013654); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001369C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013740); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800138D0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_8001394C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013A80); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013B28); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013C3C); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013CE4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013D80); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013DC0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013E08); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013E68); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013F10); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80013F60); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014148); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014220); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014328); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014530); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014610); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800147C8); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800148CC); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_800149D0); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014BE4); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014C34); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014C84); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014D40); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014DC8); | ||
|
||
INCLUDE_ASM("asm/ovl/gs/nonmatchings/158", func_80014E6C); |