Update README.md

This commit is contained in:
Jess 2022-11-15 02:23:11 +00:00
parent d5b67928b3
commit 22df728cf0
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
tumbledemerald is a hack based on the [decompilation](https://github.com/pret/pokeemerald) of Pokémon Emerald by pret. The project's aim is to modify Pokémon Emerald to bring it up to the standards of modern Pokémon titles.
[<img src="https://img.shields.io/badge/Gitpod-Open%20workspace-orange.svg?logo=GITPOD&style=for-the-badge">](https://gitpod.io/#gitlab.com/tbld/game.git) [<img src="https://img.shields.io/badge/Mastodon-gray.svg?logo=MASTODON&style=for-the-badge">](https://social.linux.pizza/@sataa)
[<img src="https://img.shields.io/badge/Gitpod-Open%20workspace-orange.svg?logo=GITPOD&style=for-the-badge">](https://gitpod.io/#gitgud.io/tbld/game.git) [<img src="https://img.shields.io/badge/Mastodon-gray.svg?logo=MASTODON&style=for-the-badge">](https://social.linux.pizza/@sataa)
## Installation
Compiling tumbledemerald requires a Linux-based system with the following packages installed:
@ -38,9 +38,9 @@ tumbledemerald is a Game Boy Advance game. As such, you will need an [emulator](
## Support
If you:
* found a bug or glitch: Create an [issue](https://gitlab.com/tbld/game/-/issues) using the Bug template.
* need a save file updated: Create an [issue](https://gitlab.com/tbld/game/-/issues) using the Save Update template.
* have an idea for a cool new feature: Create an [issue](https://gitlab.com/tbld/game/-/issues) using the Feature Request template.
* found a bug or glitch: Create an [issue](https://gitgud.io/tbld/game/-/issues) using the Bug template.
* need a save file updated: Create an [issue](https://gitgud.io/tbld/game/-/issues) using the Save Update template.
* have an idea for a cool new feature: Create an [issue](https://gitgud.io/tbld/game/-/issues) using the Feature Request template.
* want to contact me privately: Send me an [email](mailto:brodmoran@gmail.com) or send me a direct message on [Mastodon](https://social.linux.pizza/@sataa).
* want to become a contributor: Send a merge request!
@ -66,7 +66,7 @@ See [Installation](#installation) for directions on how to set up your system to
`make` will usually stop you if it sees something wrong with your code. If the error is too vague, try running `make` with the `-d` argument (`make -d`). However, the only way to be completely certain is to test.
## Notes
By default, tumbledemerald does not include Wireless Adapter support. See [this script](https://gitlab.com/tbld/scripts/-/blob/main/enable_rfu.sh) to re-enable this (for playing on a Game Boy Advance flashcart, for example.)
By default, tumbledemerald does not include Wireless Adapter support. See [this script](https://gitgud.io/tbld/scripts/-/blob/main/enable_rfu.sh) to re-enable this (for playing on a Game Boy Advance flashcart, for example.)
## Authors and acknowledgment
Lead developers: Supersonic and Werewolf