https://github.com/Cloudef/pokeemerald-randomizer Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Compare all + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} Cloudef / pokeemerald-randomizer Public * Notifications * Fork 0 * Star 13 Pokemon emerald randomizer License GPL-3.0 license 13 stars 0 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights Cloudef/pokeemerald-randomizer This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 2 branches 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/C] Use Git or checkout with SVN using the web URL. [gh repo clone Cloude] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @Cloudef Cloudef do not generate invalid pokemons ... 6810dda Nov 24, 2022 do not generate invalid pokemons 6810dda Git stats * 21 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/workflows nix src .gitignore LICENSE Makefile README.md README.md.in blacklist.default bootstrap-hack.bash default.nix original.sha1 patched.sha1 shell.nix View code pokeemerald-randomizer QoL features Usage Building Building for a customized ROM Nix README.md pokeemerald-randomizer Randomizes warps, and offers some QoL features Try it online here: https://cloudef.github.io/pokeemerald-randomizer/ QoL features * New game intro sequence is lot faster * Start menu has a Softlock option, selecting this teleports you back to the intro truck Usage usage: pokeemerald-randomizer [options] Options -h, --help display this help and exit. -d, --verbose verbose output. -o, --output specify output path. -s, --seed specify seed manually. -f, --filter provide custom warp blacklist. --unlinked-warps entrance and exit may be different. --allow-unresolved include unpaired warps (softlock likely). --no-filter do not use the default warp blacklist. --randomize-mons randomize wild encounters. --randomize-trainers randomize trainer battles. --test-rng print out some random numbers and exit. Output is a ROM file prefixed with either generated or specified seed number. Building If you simply want a randomizer for the original Pokemon Emerald, with default custom features applied on it, then you do not need anything except make and a working C compiler. make Building for a customized ROM Symlink your pokeemerald decomp repository into randomizer's repo or point the HACK_ROM env variable to your hacked ROM file. In addition to the hacked ROM file, you'll also need the .elf file with the same name as this is used to find offset for your rom hack. Delete the patched.sha1 and the Makefile realizes that a new data.h file should be generated from your ROM. You must have a clean copy of the original ROM called pokeemerald.gba in the source directory or point to it with ORIG_ROM env variable. The bootstrap-hack.bash requires some dependencies installed: objdump xxd awk sha1sum. Nix If you build with nix (OSX, Linux) then you can just run nix-shell and you should have shell with all the dependencies required. nix-shell make Similarily you can build pokeemerald also with nix: cd pokeemerald nix-shell buildPhase About Pokemon emerald randomizer Resources Readme License GPL-3.0 license Stars 13 stars Watchers 1 watching Forks 0 forks Releases No releases published Packages 0 No packages published Languages * C 99.8% * Other 0.2% Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.