From c4b66139e50d7432c0f818694c7b0c95274590e7 Mon Sep 17 00:00:00 2001 From: Pseurae Date: Sun, 6 Oct 2024 02:31:10 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 5 +++++ config.asm | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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