Skip to content

Commit

Permalink
tr2/data: fix missing death tiles in Temple of Xian
Browse files Browse the repository at this point in the history
This injects the death sector property into six sectors that are
missing it in Temple of Xian room 91.

Resolves #1920.
  • Loading branch information
lahm86 committed Nov 18, 2024
1 parent f73938d commit 4a7ec6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/tr2/ship/cfg/TR2X_gameflow.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
},

// 15. Temple of Xian
{},
{
"injections": [
"data/injections/xian_fd.bin",
],
},

// 16. Floating Islands
{},
Expand Down
Binary file added data/tr2/ship/data/injections/xian_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 death tiles in Temple of Xian room 91 (#1920)

## [0.6](https://github.com/LostArtefacts/TRX/compare/tr2-0.5...tr2-0.6) - 2024-11-06
- added a fly cheat key (#1642)
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)
- **Temple of Xian**: fixed missing death tiles in room 91

#### Cheats
- added a fly cheat
Expand Down

0 comments on commit 4a7ec6d

Please sign in to comment.