Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the repository of the Kingdom Hearts decompilation project #128

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/SourceCode/DecompiledRetailConsoleGames.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ Compared to the other systems, Sony doesn't have many decompilation projects, ma
### Jak & Daxter 1-2
{% include link-to-other-site.html url="https://github.com/open-goal/jak-project" description="This project is to port Jak 1 (NTSC, 'black label' version) to PC. Over 98% of this game is written in GOAL, a custom Lisp language developed by Naughty Dog." image="https://upload.wikimedia.org/wikipedia/en/b/b6/Jak_and_Daxter_-_The_Precursor_Legacy_Coverart.png" title="Jak Project: Reviving the language that brought us the Jak & Daxter Series" %}

### Kingdom Hearts
{% include link-to-other-site.html url="https://github.com/ethteck/kh1" description="We're currently just targeting the main game executable, which is an elf file SLPS_251.05 with sha1 9dabbf867a7ec2a030df99ba1ed969f2deef0488." image="https://en.wikipedia.org/wiki/Kingdom_Hearts_(video_game)#/media/File:Kingdom_Hearts.jpg" title="Decompilation of the first japanese version of Kingdom Hearts for PS2" %}

### Sly Cooper and the Thievius Raccoonus
{% include link-to-other-site.html url="https://github.com/TheOnlyZac/sly1" description="This is a work-in-progress, experimental decompilation of Sly Cooper and the Thievius Raccoonus for the PlayStation 2. It is based on the NTSC-U version of the game (SCUS-971.98)" image="https://upload.wikimedia.org/wikipedia/en/a/a4/Sly_Cooper_and_the_Thievius_Raccoonus_Coverart.png" title="Decompilation of Sly Cooper and the Thievius Raccoonus for the PS2" %}

Expand Down