Skip to content

Commit 1ebfc20

Browse files
authored
Merge pull request #227 from Pienco/master
Add automatic translation for chat messages
2 parents f67edd7 + 1df6739 commit 1ebfc20

File tree

14 files changed

+1174
-664
lines changed

14 files changed

+1174
-664
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"databaseFilename": ""
2828
},
2929
"cStandard": "c11",
30-
"cppStandard": "c++11",
30+
"cppStandard": "c++20",
3131
"intelliSenseMode": "gcc-arm"
3232
}
3333
],

Includes/Address/Addresses.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ static const u32 ADDRESSES[][8] = {
164164
{ 0x30836C, 0x3084D0, 0x308384, 0x308384, 0x308474, 0x308474, 0x30832C, 0x30832C }, //DELETENPCFUNC
165165
{ 0x2145F8, 0x21403C, 0x214618, 0x214618, 0x214538, 0x214538, 0x214504, 0x214504 }, //BUBBLE
166166
{ 0x52440C, 0x523D60, 0x523454, 0x523454, 0x522D40, 0x522D40, 0x522A48, 0x522A48 }, //CALLCHAT
167+
{ 0x218104, 0x217B48, 0x218124, 0x218124, 0x218044, 0x218044, 0x218010, 0x218010 }, //SUBMIT_CHAT
168+
{ 0x90B664, 0x90A538, 0x90A4E4, 0x90A4E4, 0x90491C, 0x90391C, 0x903888, 0x903888 }, //WORDPTR_VTABLE
169+
{ 0x21724C, 0x216C90, 0x21726C, 0x21726C, 0x21718C, 0x21718C, 0x217158, 0x217158 }, //GETMESSAGE
170+
{ 0x1939D4, 0x19341C, 0x1939F4, 0x1939F4, 0x193944, 0x193944, 0x193944, 0x193944 }, //SENDCHATCALL
167171
{ 0x309348, 0x309430, 0x309344, 0x309344, 0x3093BC, 0x3093BC, 0x30935C, 0x30935C }, //SHOPRETAIL
168172
{ 0x711B14, 0x710FC4, 0x710B1C, 0x710AF4, 0x7102C8, 0x7102A0, 0x70FE70, 0x70FE48 }, //SHOPNOOKLING
169173
{ 0x711BCC, 0x71107C, 0x710BD4, 0x710BAC, 0x710380, 0x710358, 0x70FF28, 0x70FF00 }, //SHOPGARDEN

0 commit comments

Comments
 (0)