ReC98/th03/gaiji
nmlgc 241b61e808 [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-27 19:10:26 +02:00
..
bar.h
bar.inc
gaiji.h [Maintenance] [th03/th04/th05] Declare the symbol gaiji inherited from TH02 2020-09-12 11:29:20 +02:00
gaiji.inc [Maintenance] [th03/th04/th05] Declare the symbol gaiji inherited from TH02 2020-09-12 11:29:20 +02:00
p_cursor[data].asm [Maintenance] Distinguish between Shift-JIS and gaiji strings 2021-05-27 19:10:26 +02:00