Skip to content

teampopwork/Thunderball

Repository files navigation

Peggle Deluxe Decompilation

Discord | Contributing | License

This project aims to decompile the English 1.01 executable of Peggle Deluxe from the steam release. Many variable or function names come from unstripped ports to other platforms cross-referenced with the target windows binary.

Progress

Building

Requirements:

  • CMake 3.18 or higher
  • Microsoft Visual C++ 14. A portable version can be obtained can be obtained here.

Run cmake -B build/ -G "NMake Makefiles" then cmake --build build to build.

Accuracy

For accuracy checking, we are using a tool derived from the Lego Island decompilation, reccmp. To install reccmp, install it through pip: pip install git+https://github.com/isledecomp/reccmp

Acknowledgements

Legal