From f998b91a3d4b9bf8ffeb8af51b3a0757d9a22c00 Mon Sep 17 00:00:00 2001 From: Pseurae Date: Wed, 16 Oct 2024 13:24:17 +0000 Subject: [PATCH] Disable autocase for the time being --- config.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.asm b/config.asm index 6fcac81..03f482d 100644 --- a/config.asm +++ b/config.asm @@ -88,7 +88,7 @@ .definelabel EXP_ALL, 1 ; Auto-change to lowercase after first letter in naming screen. -.definelabel AUTOCASE, 1 +.definelabel AUTOCASE, 0 ; Adds an item which allows you to see your Pokemon's base stats, IVs and EVs. .definelabel STATS_VIEWER, 1