Skip to content

Commit 0c4d91a

Browse files
committed
Update README.md
1 parent f147271 commit 0c4d91a

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

README.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
# Pokémon Crystal
2-
3-
This is a disassembly of Pokémon Crystal.
4-
5-
The following rom is used as a base:
6-
7-
* Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc `md5: 9f2922b235a5eeb78d65594e82ef5dde`
8-
9-
To set up the repository, see [**INSTALL.md**](INSTALL.md).
10-
11-
12-
## See also
13-
14-
* Disassembly of [**Pokémon Red/Blue**][pokered]
15-
* irc: **nucleus.kafuka.org** [**#skeetendo**][irc]
16-
17-
[pokered]: https://github.com/iimarckus/pokered
18-
[irc]: https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo
1+
# Pokemon "Random Team Generator" Crystal
2+
3+
This is a small hack of Pokemon Crystal, based on the dissasembly of Pokemon Crystal, intended to be used only for link battling. This hack offers two unique features, allowing link battles with randomly generated Pokemon teams and the additional option of letting RNG be the only one who controls each of your actions during battle!
4+
5+
Features:
6+
* Random team generator. The game will automatically generate for you a team of six random level 100 Pokemon with:
7+
* Random moveset, with four moves randomly taken from the level, pre-evolution, breeding, and TM/HM -if chosen- learnsets
8+
* Random stat experience
9+
* Random DVs
10+
* Random Happiness
11+
* Random ID number
12+
* Automatic input mode. This feature will make the game randomly generate button presses during battle overriding user input. The chances for each button press are:
13+
* A button: 25%
14+
* B button: 25%
15+
* Down: 12.5%
16+
* Up: 12.5 %
17+
* Left: 12.5 %
18+
* Right: 12.5%
19+
20+
Additionally, to speed up the process:
21+
* The intro has been cleaned up and reasonably sped up, removing unnecessary content and adding useful instructions
22+
* The starting map is the second floor of the Pokemon Center
23+
* The battle room will be available right away.
24+
* The ITEM and RUN options in link battles have been removed in order to make auto input link battles viable.
25+
26+
More information and IPS patch download: http://www.pokecommunity.com/showthread.php?p=8802661
1927

0 commit comments

Comments
 (0)