port 2D step 2: 40250 item_proto/mob_proto through CLZO and pack://locale/<lang>/
proto.cpp reads the 40250 MIPX/MMPT tables with the ported CLZO/TEA (156-byte TItemTable, 255-byte SMobTable), replacing the m2dev XChaCha20 236/335 reader. Names follow CItemData::GetName / GetMonsterName (szLocaleName, cp1252). GDScript callers load AssetRoot.locale_file() = pack://locale/en/<name>, which makes the EterPack chain runtime-reachable; port-map entries for the functions a coverage run hit move to PORTED/ADAPTED. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"reference": "EterBase/Stl.cpp",
|
||||
"reference_sha256": "239c44c77e8dba08e91f8838447ad2f15ab19ac6328650d13da37b9600a249cd",
|
||||
"priority": "P4",
|
||||
"contracts": [],
|
||||
"functions": {
|
||||
"korean_tolower": {
|
||||
"impl": [
|
||||
"extension/src/port/EterBase/Stl.cpp:korean_tolower"
|
||||
],
|
||||
"status": "PORTED"
|
||||
},
|
||||
"stl_static_string": {
|
||||
"status": "TODO"
|
||||
},
|
||||
"stl_lowers": {
|
||||
"impl": [
|
||||
"extension/src/port/EterBase/Stl.cpp:stl_lowers"
|
||||
],
|
||||
"status": "PORTED"
|
||||
},
|
||||
"split_string": {
|
||||
"status": "TODO"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user