From 83fcae68bcf382c7e80f1de5efda9c81ef357b25 Mon Sep 17 00:00:00 2001 From: ref-err Date: Sat, 11 Jul 2026 18:49:03 +0500 Subject: [PATCH] forgot to add to scripts --- scripts/CMakeLists.txt | 3 ++- scripts/_scripts.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index e3a95d1..59a442e 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -84,7 +84,8 @@ set(scripts Window_TPtL.rb Settings.rb Input.rb - DynamicLight.rb) + DynamicLight.rb + Gamepad_Colors.rb) find_program(RUBY_EXE ruby DOC "Location of the Ruby executable") diff --git a/scripts/_scripts.txt b/scripts/_scripts.txt index c60fb82..c438825 100644 --- a/scripts/_scripts.txt +++ b/scripts/_scripts.txt @@ -30,6 +30,7 @@ Game_Light # yes. Settings Input +Gamepad_Colors Sprite_Character Sprite_Picture