This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a92122432
ReC98
/
th02
/
ranks_c.c
3 lines
62 B
C
Raw
Normal View
History
Unescape
Escape
[Maintenance] [th02] Remove ranks_center[data].asm Part of P0141, funded by [Anonymous] and rosenrose.
2021-05-19 20:05:01 +00:00
#
include
"th02/gaiji/gaiji.h"
[Maintenance] Distinguish between Shift-JIS and gaiji strings The main point of the previous strings/ subdirectory was to bundle all hardcoded strings for translators. And sure, *technically*, gaiji strings are *both* strings *and* something you might want to translate. But mainly, they're sprites with an attached enum, and their own directory. Changes to the enum quickly tend to involve changes to the strings that use these values, so it makes sense to keep both in the same directory. Especially since 82% of the previous strings/ directories consisted of such gaiji strings. That leaves the strings/ directory rather empty and nondescript though. Recently though, I've been wanting to generally move all Shift-JIS text to this directory. While that wouldn't *solve* the typical "text editor accidentally a file upon save, due to wrongly detected encoding" issue, it's at least a mitigation: If all Shift-JIS strings are in files that contain nothing *but* Shift-JIS strings, a wrongly detected encoding becomes immediately noticeable. For that job, strings/ can have a more descriptive name though. Hence, shiftjis/. Part of P0141, funded by [Anonymous] and rosenrose.
2021-05-20 18:16:44 +00:00
#
include
"th02/gaiji/ranks_c.c"