From e029bc9704aa534e41002bc4a98d1a7e75ed53da Mon Sep 17 00:00:00 2001 From: Pseurae Date: Sat, 26 Oct 2024 16:48:30 +0000 Subject: [PATCH] Enable autocase --- config.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.asm b/config.asm index 651b99b..99e367c 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, 0 +.definelabel AUTOCASE, 1 ; Adds an item which allows you to see your Pokemon's base stats, IVs and EVs. .definelabel STATS_VIEWER, 1