Skip to content

Commit 6cb2967

Browse files
committed
merge beta up-to-date
2 parents 7e8f7c1 + be1f938 commit 6cb2967

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+804
-677
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<picture><img src="./public/images/logo.png" width="300" alt="PokéRogue"></picture>
22

3-
PokéRogue is a browser based Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, fighting trainers, bosses, and more!
3+
PokéRogue is a browser based Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, fighting trainers, bosses, and more!
44

55
# Contributing
66
## 🛠️ Development
7-
If you have the motivation and experience with Typescript/Javascript (or are willing to learn) please feel free to fork the repository and make pull requests with contributions. If you don't know what to work on but want to help, reference the below **To-Do** section or the **#feature-vote** channel in the discord.
7+
If you have the motivation and experience with Typescript/Javascript (or are willing to learn) please feel free to fork the repository and make pull requests with contributions. If you don't know what to work on but want to help, reference the below **To-Do** section or the **#feature-vote** channel in the discord.
88

99
### 💻 Environment Setup
1010
#### Prerequisites
@@ -17,9 +17,9 @@ If you have the motivation and experience with Typescript/Javascript (or are wil
1717
2. Run `npm run start:dev` to locally run the project in `localhost:8000`
1818

1919
#### Linting
20-
We're using ESLint as our common linter and formatter. It will run automatically during the pre-commit hook but if you would like to manually run it, use the `npm run eslint` script.
20+
We're using ESLint as our common linter and formatter. It will run automatically during the pre-commit hook but if you would like to manually run it, use the `npm run eslint` script.
2121

22-
### ❔ FAQ
22+
### ❔ FAQ
2323

2424
**How do I test a new _______?**
2525
- In the `src/overrides.ts` file there are overrides for most values you'll need to change for testing
@@ -56,6 +56,7 @@ Check out [Github Issues](https://github.com/pagefaultgames/pokerogue/issues) to
5656
- Pokémon Scarlet/Violet
5757
- Firel (Custom Laboratory, Metropolis, Seabed, and Space biome music)
5858
- Lmz (Custom Jungle biome music)
59+
- Andr06 (Custom Slum and Sea biome music)
5960

6061
### 🎵 Sound Effects
6162
- Pokémon Emerald

public/audio/bgm/battle_rival.mp3

-21.2 KB
Binary file not shown.

public/audio/bgm/sea.mp3

1.24 MB
Binary file not shown.

public/audio/bgm/slum.mp3

1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)