Commit graph

20 commits

Author SHA1 Message Date
9d62b26ba9
Added error messages 2023-05-16 03:27:33 +09:00
e08726db66
Fixed hook address of GMSE01 2023-05-16 00:03:02 +09:00
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
9e9a9b5201
fix inverse conditional 2022-11-27 04:04:42 +00:00
Matteias Collet
3ca7abb1a8
add build all script 2022-11-27 04:01:37 +00:00
Matteias Collet
d6243f08e0
allow game ID as version identifier 2022-11-27 03:58:55 +00:00
Matteias Collet
011d2f9d35
add gh workflow 2022-11-27 03:45:41 +00:00
Matteias Collet
f9668cb4ac
remove stub func 2022-11-27 03:24:25 +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
Matteias Collet
6c197981f6
Merge branch 'sup39:main' into main 2022-11-26 18:35:01 +01:00
099eaceb92 add gecko-{gosub,return}; only load once from memory card 2022-11-16 17:27:59 +09:00
Matteias Collet
71ac3eac26
add devcontainer configuration 2022-11-12 23:36:34 +00:00
ec08a449ad add gecko-jump.s 2022-11-11 17:14:11 +09:00
f91e14d72f rename QFSync.s to qfsync.s 2022-11-10 21:04:08 +09:00
4e73bcf5c9 add example of toggle code 2022-11-10 21:01:47 +09:00
1c3935d040 init 2022-11-09 21:51:50 +09:00