Skip to content

Commit

Permalink
I use WSL to build this now
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseurae authored Oct 27, 2024
1 parent e029bc9 commit b81b139
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Snakewood Improved
A collection of patches for Pokémon Snakewood attempting to bring the 2013 released hack to modern rom-hacking standards.

As of now, it's only usable through Mac and Linux. WSL(2) should most probably work, but know that this hasn't been tested yet.

This is a **WIP** project and as such, should used at your own discretion.

See [CHANGES.md](CHANGES.md) for all the new additions.
Expand All @@ -13,7 +11,7 @@ This patch is mostly compatible with vanilla saves. The bag expansion patch **wi
## How to use (Mac and Linux)
1. Install devkitPro with instructions [here](https://devkitpro.org/wiki/Getting_Started).
2. Export `${DEVKITARM}/bin/` to your PATH variable.
3. Download [armips](https://github.com/Kingcom/armips) and place a copy of the executable
3. Download [armips](https://github.com/Kingcom/armips) and place a copy of the executable.
3. Get a copy of Pokémon Snakewood, renamed to `snakewood.gba` and place it in current directory.
4. Run `make`.

Expand All @@ -24,4 +22,4 @@ A `output.gba` will be created as your patched file.
- PRET for their [decompilation of Pokemon Ruby](https://github.com/pret/pokeruby).
- Super Versekr Dark for their Exp Points on capturing routine.
- merpp for pokeemerald's overworld shadow feature.
- Andrea for their P/S Split routine.
- Andrea for their P/S Split routine.

0 comments on commit b81b139

Please sign in to comment.