This repository is an ongoing decompilation/modding project for the PSX game Harry Potter and the Sorcery's Stone. To discuss about Harry Potter PS1 hacking, join our Discord:
This project is meant to be used as a submodule of the psx modding toolchain. To get started, clone the toolchain repo, follow the instructions in their README, and then go to the directory psx-modding-toolchain/games/ and clone the hp1 repo there.
This project will adopt the Ship of Theseus strategy. By taking advantage of PCSX-Redux 8MB memory expansion, we can re-write game functions and load them in memory, while the original game stays intact. Then, we can force the game to call each function we re-wrote, and compare the output of the decompiled function with the original game function.