Skip to content

Commit

Permalink
Extended known logo list with some Thai bootleg translations
Browse files Browse the repository at this point in the history
  • Loading branch information
florianessl committed Jan 28, 2025
1 parent 5ffacf0 commit 77b661d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/exe_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@

namespace {
// hashes of known RPG_RT startup logos
std::array<uint32_t, 10> logo_crc32 = {
std::array<uint32_t, 17> logo_crc32 = {
0xdf3d86a7, 0x2ece66f9, 0x2fe0de56, 0x25c4618f, 0x91b2635a,

// Hellsoft's bootleg "RPG Maker PRO 1.15"
0x9307807f, 0x2e8271cb, 0x5e73987b,
// Hellsoft's translation of Rm2k3-1.0.4
0x59ab3986,
// French "Rabbi-Bodom" translation of Rm2k3-1.0.9.1
0x476138cb
0x476138cb,
// "Thaiware" translation of Rm2k
0x29efaf6a, 0xfeb8f6b2, 0x265855ad,
// Thai "House of the Dev" translation of Rm2k
0xa8be4ed3, 0xc75ccc6d, 0xcea40e5f,
// Thai "Somprasongk Team" translation of Rm2k3-1.0.6
0xc9b2e174
};
}

Expand Down

0 comments on commit 77b661d

Please sign in to comment.