From f319b30e4e70d8c30c97ae3bf8f6908c66fd479f Mon Sep 17 00:00:00 2001 From: Grossley <42724744+Grossley@users.noreply.github.com> Date: Thu, 4 Mar 2021 19:45:37 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e5bc6d85..8ab7b15c8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Included are some test scripts. They are: * DebugToggler: similar to the above, but instead toggles the debug mode on and off with F1 * GoToRoom: Replaces the debug mode functionality of the F3 button with a dialog that lets you jump to any room by ID * ShowRoomName: Displays the current room name and ID on screen in debug mode + * Search: Simple search for text in decompiled code entries * Undertale only: * BorderEnabler: lets you import the PlayStation exclusive borders into the PC version and patches all version checks so that they display properly * testing: nothing important, just displays random text on the main menu - the first script I ever made