Skip to content

Commit

Permalink
th06 v1.02h: Render the two boss title lines in the opposite order.
Browse files Browse the repository at this point in the history
Our upcoming optional support for custom text images will replace these
two line sprites with two 384×64 images rendered onto the same position,
and we want the top line (with the title) to be always placed above any
shadow effect of the name part.

Funded by Splashman.
  • Loading branch information
nmlgc committed Aug 28, 2018
1 parent 402c974 commit 211497c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base_tsa/th06.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@
"remove_score_cap": {
"title": "Don't cap the score at 999,999,990",
"code": "ffffff7f"
},
"bosstitle_line_order#1": {
"title": "Render the two boss title lines in the opposite order, #1: Name",
"code": "a02a0000"
},
"bosstitle_line_order#2": {
"title": "Render the two boss title lines in the opposite order, #2: Title",
"code": "90290000"
}
},
"title": "東方紅魔郷 ~ the Embodiment of Scarlet Devil",
Expand Down
6 changes: 6 additions & 0 deletions base_tsa/th06.v1.02h.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
},
"remove_score_cap": {
"addr": ["0x41b8b0", "0x41b8bc"]
},
"bosstitle_line_order#1": {
"addr": "Rx19545"
},
"bosstitle_line_order#2": {
"addr": "Rx1955c"
}
},
"breakpoints": {
Expand Down

0 comments on commit 211497c

Please sign in to comment.