- Localization files are placed in `/app/src/main/assets/gakumas-local`
-`local-files/localization.json` is for Localization translation.
-`local-files/generic.json` is for translation of parts not covered by Localization.
- All `.json` files in the `local-files/genericTrans` folder function the same as `generic.json`. Folder and file names can be customized to to distinguish translation content.
- The `local-files/resource` folder stores resource files. Currently, all txt files with the same name can be replaced.
- To obtain the original game resources, Check [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)