Skip to content

Commit

Permalink
tr2/data: fix triggers and ladder in Catacombs
Browse files Browse the repository at this point in the history
This adds missing triggers and a ladder entry in Catacombs room 116.

Resolves #1960.
  • Loading branch information
lahm86 committed Nov 26, 2024
1 parent 5a4f33d commit 56c73be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/tr2/ship/cfg/TR2X_gameflow.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@

// 13. Catacombs of the Talion
{
"injections": [
"data/injections/catacombs_fd.bin",
],
"object_strings": {
"O_TIGER": "Snow Leopard",
},
Expand Down
Binary file added data/tr2/ship/data/injections/catacombs_fd.bin
Binary file not shown.
1 change: 1 addition & 0 deletions docs/tr2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/tr2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56c73be

Please sign in to comment.