rse=text-decoder is a web tool designed to help translate the box names of the mainline Generation III Pokémon games into their hexadecimal encoding (and vice versa).
- Git
- Node.js
- npm
- Your favourite terminal
Note
npm start is a convenient shorthand for npm build && npx serve dist/, you may run this instead.
- Clone this repository:
git clone https://github.com/it-is-final/rse-text-decoder.git cd rse-text-decoder- Install dependencies:
npm install - Build:
npm build - Run:
npx serve dist/
© it-is-final 2024-2025. rse-text-decoder is licensed under the terms of the MIT license, which can be found in LICENSE.