mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
tr2/data: fix triggers and ladder in Catacombs
This adds missing triggers and a ladder entry in Catacombs room 116. Resolves #1960.
This commit is contained in:
parent
5a4f33d9cd
commit
fb5c6a01db
4 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
|
||||
// 13. Catacombs of the Talion
|
||||
{
|
||||
"injections": [
|
||||
"data/injections/catacombs_fd.bin",
|
||||
],
|
||||
"object_strings": {
|
||||
"O_TIGER": "Snow Leopard",
|
||||
},
|
||||
|
|
BIN
data/tr2/ship/data/injections/catacombs_fd.bin
Normal file
BIN
data/tr2/ship/data/injections/catacombs_fd.bin
Normal file
Binary file not shown.
|
@ -14,6 +14,7 @@
|
|||
- fixed wrongly calculated trapdoor size that could affect custom levels (#1904)
|
||||
- fixed one of the collapsible tiles in Opera House room 184 not triggering (#1902)
|
||||
- fixed being unable to use the drawbridge key in Tibetan Foothills after the flipmap (#1744)
|
||||
- fixed missing triggers and ladder in Catacombs of the Talion after the flipmap (#1960)
|
||||
- fixed missing death tiles in Temple of Xian room 91 (#1920)
|
||||
- fixed broken final stats screen in software rendering mode (#1915, regression from 0.6)
|
||||
- fixed screenshots not capturing level stats (#1925, regression from 0.6)
|
||||
|
|
|
@ -42,6 +42,7 @@ decompilation process. We recognize that there is much work to be done.
|
|||
- fixed the following floor data issues:
|
||||
- **Opera House**: fixed the trigger under item 203 to trigger it rather than item 204
|
||||
- **Tibetan Foothills**: added missing triggers for the drawbridge in room 96 (after the flipmap)
|
||||
- **Catacombs of the Talion**: added missing triggers and ladder in room 116 (after the flipmap)
|
||||
- **Temple of Xian**: fixed missing death tiles in room 91
|
||||
|
||||
#### Cheats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue