Skip to content

Commit

Permalink
th13: Unpatch the second instance of gensokyo.org's layout parsing code.
Browse files Browse the repository at this point in the history
Bringing the total number of compatibility hacks to... 7.
  • Loading branch information
nmlgc committed Jun 3, 2014
1 parent 8b139fc commit bb5d376
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions base_tsa/files.js
Expand Up @@ -74,10 +74,10 @@
"th128_custom/stringlocs.v1.00a.js": 1816458638,
"th12_custom/dialog_103.js": 3392438967,
"th12_custom/stringlocs.v1.00a.js": 1384530316,
"th13.js": 3084267212,
"th13.js": 3153524553,
"th13.v1.00a.js": 1406641797,
"th13.v1.00b.js": 162387636,
"th13.v1.00c.js": 3351134773,
"th13.v1.00c.js": 3499732166,
"th13/dialog_203.js": 3882608547,
"th13/stringlocs.v1.00c.js": 2569871798,
"th13/text.anm": 1172640763,
Expand Down
4 changes: 0 additions & 4 deletions base_tsa/th13.js
Expand Up @@ -20,10 +20,6 @@
"code": "ff15f8214a00",
"title": "Remove English patch replacement for the resolution dialog"
},
"unpatch_layout": {
"code": "75778b4d185156ff1518204a008b450c5303c0578945e46a0483c00250",
"title": "Remove English patch text formatting tag parsing"
},
"unpatch_strings_result_known_spell": {
"code": "684cc84a00",
"title": "Remove English patch hardcoded string replacements (Result Known Spell)"
Expand Down
11 changes: 9 additions & 2 deletions base_tsa/th13.v1.00c.js
Expand Up @@ -38,8 +38,15 @@
"unpatch_dialog": {
"addr": "0x45c3a1"
},
"unpatch_layout": {
"addr": "0x45afbe"
"unpatch_layout_1": {
"title": "Remove English patch text formatting tag parsing (1)",
"addr": "Rx5afbe",
"code": "75778b4d185156ff1518204a008b450c5303c0578945e46a0483c00250"
},
"unpatch_layout_2": {
"title": "Remove English patch text formatting tag parsing (2)",
"addr": "Rx5b2b0",
"code": "751f8b55145256ff1518204a008b450c53576a028d0c00"
},
"unpatch_strings_result_known_spell": {
"addr": "Rx53ced"
Expand Down

0 comments on commit bb5d376

Please sign in to comment.