grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Refactored string variables in the help menu code #51

Closed grunt-lucas closed 1 month ago

grunt-lucas commented 1 month ago

Help menu code string variables now make use of C++11 raw string literals. It makes the help menu text much easier to edit in the future.