Skip to content

Commit

Permalink
支援憑依華故事對話顯示
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroCyber committed Dec 5, 2024
1 parent e29ce49 commit 081cb03
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ex_tasofro/files.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"patch.js": 1874467897
"patch.js": 1874467897,
"th155.js": 2661784809,
"th155.v1.03.js": 783099900,
"th155.v1.21b.js": 2982090419,
"th155/data/font/talk_font.bmp": 3267960127
}
26 changes: 26 additions & 0 deletions ex_tasofro/th155.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"binhacks": {
"remove_bmpfont_limit": {
"code": "9090",
"title": "Remove the characters limit for bmp fonts"
},
"remove_sjis_test": {
"code": "eb58",
"title": "Remove a sjis test and always take the single byte path"
},
"push_char": {
"code": "505290909090",
"title": "Push the bytes of the character in the stack"
}
},
"breakpoints": {
"bmpfont_fix_parameters": {
"string": "esp+0x88",
"string_location": "[esp+0x9c]",
"offset": "[esp+0x30]",
"c1": "edx",
"c2": "eax",
"cavesize": 5
}
}
}
18 changes: 18 additions & 0 deletions ex_tasofro/th155.v1.03.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"binhacks": {
"remove_bmpfont_limit": {
"addr": "Rx05d394"
},
"remove_sjis_test": {
"addr": "Rx065ae6"
},
"push_char": {
"addr": "Rx065ba5"
}
},
"breakpoints": {
"bmpfont_fix_parameters": {
"addr": "Rx065ba0"
}
}
}
19 changes: 19 additions & 0 deletions ex_tasofro/th155.v1.21b.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"binhacks": {
"remove_bmpfont_limit": {
"code": "909090909090",
"addr": "Rx05d4ac"
},
"remove_sjis_test": {
"addr": "Rx065c56"
},
"push_char": {
"addr": "Rx065d15"
}
},
"breakpoints": {
"bmpfont_fix_parameters": {
"addr": "Rx065d10"
}
}
}
Binary file added ex_tasofro/th155/data/font/talk_font.bmp
Binary file not shown.

0 comments on commit 081cb03

Please sign in to comment.