kh1/README.md

13 lines
490 B
Markdown
Raw Normal View History

2023-09-13 11:05:27 +09:00
# Kingdom Hearts Decompilation
We're currently just targeting the main game executable, which is an elf file `SLPS_251.05` with sha1 `9dabbf867a7ec2a030df99ba1ed969f2deef0488`.
2023-09-19 11:34:17 +09:00
### Dependencies
We require some python deps (`pip install -U -r requirements.txt`) and wibo for running the assembler, for which we only have a Windows executable.
2023-09-13 11:05:27 +09:00
### Setup
1. Extract `SLPS_251.05` from an ISO of the Kingdom Hearts (JP) and place it in the root of the repo.
2023-09-16 10:26:40 +09:00
2. `./configure.py`
3. `ninja`