From ed42df3a261ced90d0bcc28088b3ad2850c991fa Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 14 Mar 2021 16:33:26 +0100 Subject: [PATCH] doc/game: Add pro2 game doc --- doc/game/22-pro2.md | 70 +++++++++++++++++++++++++++++++++++++++++++++ doc/game/game.md | 3 +- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 doc/game/22-pro2.md diff --git a/doc/game/22-pro2.md b/doc/game/22-pro2.md new file mode 100644 index 0000000..e2898de --- /dev/null +++ b/doc/game/22-pro2.md @@ -0,0 +1,70 @@ +# Pump it Up: PRO 2 +This document collects various information about the game itself. + +## Trivia +* Release: February 2010 + +# Game modes +* Normal: aka Arcade Mode/Station. Each song has 4 difficulty levels for single and two for double play. +* Progressive: Play a course with a pre-defined set of songs. Some courses have additional scripted modifiers. +* Gauntlet: Similar to Progressive mode, though the courses are more difficult. Some step charts are exclusive to this mode. + +## Modifiers +Modifiers do not require codes to be enter using the pad. Instead, you just press the red button on the button board +on the song select screen and a modifier menu appears. + +## Content unlock codes +All codes need to be entered on any song result screen using the pad. + +Note: Unlock codes that are split across lines require to hit arrows that are on the same line at +the same time, e.g. jumps. + +### Pro 1 + +All [unlock codes from Pro 1](19-pro.md#content-unlock-codes) are valid in Pro 2. + +### Boulafacet + +### Crowdpleaser + +### Dabbi Doo + +### Haven + +### Playa D Embossa + +### RUTNIO + +### Shine + +### Swing The House + +### We Are Loud + +## Easter Egg Codes +All codes need to be entered on any song result screen using the pad. + +Note: Codes that are split across lines require to hit arrows that are on the same line at +the same time, e.g. jumps. + +These codes play sounds on the result screen. + +### Pro 1 + +All [unlock codes from Pro 1](19-pro.md#easter-egg-codes) are valid in Pro 2. + +### Yes + +Code as text from game data: + +```text +79137913 +``` + +### Maieye + +Code as text from game data: + +```text +111133331315 +``` \ No newline at end of file diff --git a/doc/game/game.md b/doc/game/game.md index 06f7549..80b143f 100644 --- a/doc/game/game.md +++ b/doc/game/game.md @@ -21,4 +21,5 @@ game modes, unlock and modifier codes etc. * [Pump it Up Zero: International 7th Dance Floor](17-zero.md) * [Pump it Up NX: New Xenesis](18-nx.md) * [Pump it Up: PRO](19-pro.md) -* [Pump it Up NX2: Next Xenesis](20-nx2.md) \ No newline at end of file +* [Pump it Up NX2: Next Xenesis](20-nx2.md) +* [Pump it Up: PRO 2](22-pro2.md) \ No newline at end of file