From 99f1a8208d27caf6336fb8c41f59db2ed212dc09 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Thu, 16 Nov 2023 07:30:58 -0300 Subject: [PATCH] Point to the configs easier (#3564) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520dd5930f..abadccd0e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The pokeemerald Expansion is a feature branch meant to be integrated into existing Pokémon Emerald hacks based off pret's [pokeemerald](https://github.com/pret/pokeemerald) decompilation project. This is ***NOT*** a standalone romhack, and as such, most features will be unavailable and/or unbalanced if played as is. ## What features are included? -- Configuration files that allows you to choose generation-specific behaviors. Full contents here: +- ***IMPORTANT*❗❗ Read through these to learn what features you can toggle**: - [Battle configurations](/include/config/battle.h) - [Pokémon configurations](/include/config/pokemon.h) - [Item configurations](/include/config/item.h)