Decompilation of Paper Mario - Mirror of https://github.com/pmret/papermario
Go to file
alex 0538a9220b
match update_cameras (#321)
* near-match func_800279B4

* fix lakilester split

* match func_8023A1B0_70DEC0

* match func_800271FC

* further work on func_800279B4

* match update_cameras

* add CAM_FLAGs

* remove CAM macro
2021-07-18 02:04:14 +09:00
.github/workflows
.vscode Fix many compiler & linker warnings (#281) 2021-04-25 03:56:22 +09:00
docs
include match update_cameras (#321) 2021-07-18 02:04:14 +09:00
src match update_cameras (#321) 2021-07-18 02:04:14 +09:00
tools Message work (#315) 2021-07-17 03:27:27 +09:00
ver match update_cameras (#321) 2021-07-18 02:04:14 +09:00
.clang-tidy
.editorconfig
.gitattributes
.gitignore Various script cleanup (#284) 2021-04-28 17:58:21 +09:00
configure
CONTRIBUTING.md
coverage.py
diff_settings.py
diff.py Tidying and Shops (#282) 2021-04-27 02:47:38 +09:00
docker-compose.yml
Dockerfile
Doxyfile
first_diff.py
format.sh
INSTALL.md Fix many compiler & linker warnings (#281) 2021-04-25 03:56:22 +09:00
install.sh
Jenkinsfile [WIP] Work on npc.c (#295) 2021-06-15 17:05:16 +09:00
make_expected.sh
progress.py
README.md
requirements_extra.txt
requirements.txt

Paper Mario

Build Status Progress (US) Progress (JP) Discord Channel

This is a work-in-progress decompilation of Paper Mario.

It builds the following ROMs:

  • papermario.us.z64 sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0
  • papermario.jp.z64 sha1: b9cca3ff260b9ff427d981626b82f96de73586d3

To set up the repository, see INSTALL.md.

Please see CONTRIBUTING.md for information on how to contribute to the project. Any and all help is welcome!