Giter VIP home page Giter VIP logo

pokemon-red-proc-randomizer's Introduction

This is a python program that will randomize Pokemon Red. This randomizer will be focusing on procedural randomness, the eventual goal is being able to randomize the entire map so it's a completely new game, but still is beatable. The other goal of this is creating a good framework for a general randomizer that can be applied to any game.

Getting Started

Prereq's:

  1. Clone this repository
  2. Inside this repository, clone the Pokemon Red disassembly.
  3. Assuming all pre-req's are taken care of, run python red.py <args>

Arguments (may be out of date, see process method of red.py for up to date information)

-seed <value>

Sets the seed of random to value before every randomization method

starters

Randomizes the 3 starter pokemon in Oaks lab

types

Randomizes the typing of every pokemon

warps

Randomizes the locations that going through warps takes you (ala OOT Beta Quest Mod).

connections

Randomizes the connections between overworld maps, currently doesn't use any logic when randomizing, so it's very probable to create inaccessible maps

skip-intro

Does a number of things to speed up the intro of the game

  • Shortens Oak's speech before the game starts
  • Places the player in Oaks Lab at game start, being able to choose a pokemon right away
  • Player no longer has to fight Blue in Oaks Lab
  • Oak does not interrupt the player when they first step onto grass in Pallet Town

wild

Randomly replaces every wild pokemon slot with a different random pokemon.

build

Does nothing but build the current state of the repository. Useful for testing things manually

rebuild

Does nothing, but causes the repository to be reset back to vanilla

reorder-pokemon

Randomly reorganizes the constants in pokemon_constants.asm, messes up some sprites but the game seems playable.

reorder-pokedex

Randomly reorganizes the constants in pokedex_constants.asm, completely messes up all pokemon sprites I have seen.

pokemon-red-proc-randomizer's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.