Fix LOad formatting
This commit is contained in:
parent
c68e92b4ea
commit
dd47e4f481
3 changed files with 11 additions and 3 deletions
Binary file not shown.
8
Game_ErrorLog.txt
Normal file
8
Game_ErrorLog.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
【DB操作】 タイプ3 データ0 には以下の項目名は存在しません
|
||||
Money
|
||||
処理地点:【コモンEv 198 行 234 】 <=[ Common141 line190 <- Common162 line6 ]
|
||||
--------------------
|
||||
【DB操作】 タイプ3 データ0 には以下の項目名は存在しません
|
||||
Money
|
||||
処理地点:【コモンEv 292 行 156 】 <=[ Common291 line189 <- Common200 line22 ]
|
||||
--------------------
|
||||
|
|
@ -2926,7 +2926,7 @@
|
|||
"code": 122,
|
||||
"codeStr": "SetString",
|
||||
"stringArgs": [
|
||||
"\\cself[36]\n"
|
||||
"\\cself[36]"
|
||||
],
|
||||
"intArgs": [
|
||||
1600005,
|
||||
|
|
@ -2938,7 +2938,7 @@
|
|||
"code": 122,
|
||||
"codeStr": "SetString",
|
||||
"stringArgs": [
|
||||
"Play Time"
|
||||
"Playtime\n"
|
||||
],
|
||||
"intArgs": [
|
||||
1600007,
|
||||
|
|
@ -2988,7 +2988,7 @@
|
|||
"code": 122,
|
||||
"codeStr": "SetString",
|
||||
"stringArgs": [
|
||||
"\\ay[\\cself[42]]Control Character"
|
||||
"\\ay[\\cself[42]]Character\n"
|
||||
],
|
||||
"intArgs": [
|
||||
1600007,
|
||||
|
|
|
|||
Loading…
Reference in a new issue