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