diff --git a/CHANGES.md b/CHANGES.md index 68d1de8..a5abf22 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,11 @@ - Autorunning shoes - Fix Female Player sprite issues - More exp. points on winning battles +- "Snakewood" logo +- Use the dialogue box for Birch starting speech +- Nature Changer in Verdanturf's Endless Plains +- Ability Changer in New Mauville +- Revert to original Birch chase script
diff --git a/config.asm b/config.asm index 7168af0..1de75f9 100644 --- a/config.asm +++ b/config.asm @@ -72,10 +72,10 @@ ; New Game speech uses the dialogue box instead of the normal menu box. .definelabel BIRCH_SPEECH_DBOX, 1 -; Adds a Nature Changer NPC to Verdanturf's Endless Plains. +; Adds a Nature Changer NPC in Verdanturf's Endless Plains. .definelabel NATURE_CHANGER, 1 -; Adds a Ability Changer NPC to Slateport's Market area. +; Adds a Ability Changer NPC in New Mauville. .definelabel ABILITY_CHANGER, 1 ; Bugfixes