Commit graph

7 commits

Author SHA1 Message Date
23e5c658ad Add script to build gecko code of GCI Loader
- GCI Loader: gecko-gosub + 06 bin + 04 bl to onReadOptionBlock
- place GCI Loader code at 817FE800 since [817FEEA0, 81800000) is used
  by system
- place buffer at 817F1800 (instead of 817F1000+4) since there seems to
  be some alignment issue
- Assume file size == 0x2000*6 since fileInfo->length seems to be 0
2023-02-11 19:36:44 +09:00
Matteias Collet
638d27b425
add binary padding 2022-12-11 00:02:56 +00:00
Matteias Collet
b3de027cc5
add asm output 2022-12-10 23:15:15 +00:00
Matteias Collet
d3da0a3213
replace Os with O3, otherwise blr's are lost 2022-12-10 22:41:12 +00:00
Matteias Collet
d6243f08e0
allow game ID as version identifier 2022-11-27 03:58:55 +00:00
Matteias Collet
a0ecf01921
fix branches not being resolved correctly 2022-11-27 03:23:35 +00:00
Matteias Collet
455384c501
wip cleanup 2022-11-27 01:55:07 +00:00