Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Ok so I some how removed the menu option selection highlight graphic from every single place where there are options to select from. Anyone know how I can get it back?
You obviously messed with the code. It sounds to me like you might've altered the Window_Selectable class, or one that uses Window_Selectable. Anyhow, you are not drawing the cursor_rect. Find out why.
I found the problem. Compared an earlier version of my game with the recent and saw the Window_Selectables didn't match up. Thank you for your help in pointing me in the right direction. You have been credited.