Maruno17 / pokemon-essentials

A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.
Other
208 stars 398 forks source link

Minor regex fix #178

Closed C-Ezra-M closed 2 years ago

C-Ezra-M commented 2 years ago

/[Cc]/ takes up 2 more chars than /c/i, so changed to the latter syntax.