Skip to content

Commit

Permalink
clenaup badges
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Sep 20, 2023
1 parent 6dd8a9f commit 4b93b05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ipl3checksum
# ipl3checksum ![PyPI - Downloads] ![GitHub License] ![GitHub release (latest SemVer)] ![PyPI] ![GitHub contributors]

[![PyPI - Downloads](https://img.shields.io/pypi/dm/ipl3checksum)](https://pypi.org/project/ipl3checksum/)
[![GitHub License](https://img.shields.io/github/license/Decompollaborate/ipl3checksum)](https://github.com/Decompollaborate/ipl3checksum/releases/latest)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Decompollaborate/ipl3checksum)](https://github.com/Decompollaborate/ipl3checksum/releases/latest)
[![PyPI](https://img.shields.io/pypi/v/ipl3checksum)](https://pypi.org/project/ipl3checksum/)
[![GitHub contributors](https://img.shields.io/github/contributors/Decompollaborate/ipl3checksum?logo=purple)](https://github.com/Decompollaborate/ipl3checksum/graphs/contributors)
[PyPI - Downloads]: <https://img.shields.io/pypi/dm/ipl3checksum>
[GitHub License]: <https://img.shields.io/github/license/Decompollaborate/ipl3checksum>
[GitHub release (latest SemVer)]: <https://img.shields.io/github/v/release/Decompollaborate/ipl3checksum>
[PyPI]: <https://img.shields.io/pypi/v/ipl3checksum>
[GitHub contributors]: <https://img.shields.io/github/contributors/Decompollaborate/ipl3checksum?logo=purple>

A Python library to calculate the IPL3 checksum for N64 ROMs.

Expand Down
6 changes: 3 additions & 3 deletions docs/reference_implementation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Reference implementation
# Reference implementation [![License Badge]](./LICENSE)

![Static Badge](https://img.shields.io/badge/license-CC0-green)
[License Badge]: <https://img.shields.io/badge/license-CC0-green>

This whole file is licensed under CC0-1.0. See [docs/LICENSE](docs/LICENSE).
This whole file is licensed under CC0-1.0. See [docs/LICENSE](./LICENSE).

This file contains a reference implementation of the IPL3 checksum algorithm, adapted to work with every known retail CIC/IPL3 variant.

Expand Down

0 comments on commit 4b93b05

Please sign in to comment.