add PAL and iQue hashes to readme and change list into table (#995)

Closes #984
This commit is contained in:
Alex Bates 2023-03-23 18:08:39 +00:00 committed by GitHub
parent 6efc4afac6
commit 4c080f1149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,25 @@
# Paper Mario
[![Build Status][jenkins-badge]][jenkins]
[![Progress (US)][progress-us-badge]][progress-us]
[![Progress (JP)][progress-jp-badge]][progress-jp]
[![Progress (PAL)][progress-pal-badge]][progress-pal]
[![Progress (iQue)][progress-ique-badge]][progress-ique]
[![Discord Channel][discord-badge]][discord]
This is a work-in-progress decompilation of Paper Mario.
It builds the following ROMs:
| Region | SHA1 hash | Progress |
|:------:|--------------------------------------------|:--------------------------------------------------------:|
| US | `3837f44cda784b466c9a2d99df70d77c322b97a0` | [![Progress (US)][progress-us-badge]][progress-us] |
| JP | `b9cca3ff260b9ff427d981626b82f96de73586d3` | [![Progress (JP)][progress-jp-badge]][progress-jp] |
| PAL | `2111d39265a317414d359e35a7d971c4dfa5f9e1` | [![Progress (PAL)][progress-pal-badge]][progress-pal] |
| iQue | `5c724685085eba796537573dd6f84aaddedc8582` | [![Progress (iQue)][progress-ique-badge]][progress-ique] |
To set up the repository, see [INSTALL.md](INSTALL.md).
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to the project. Any and all help is welcome!
Also see our website at [papermar.io](https://papermar.io/).
[jenkins]: https://jenkins.deco.mp/job/papermario/job/main
[jenkins-badge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.deco.mp%2Fjob%2Fpapermario%2Fjob%2Fmain
@ -24,14 +37,3 @@
[discord]: https://discord.gg/urUm3VG
[discord-badge]: https://img.shields.io/discord/279322074412089344?color=%237289DA&logo=discord&logoColor=ffffff
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](INSTALL.md).
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to the project. Any and all help is welcome!