1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

oops

Margen67
2021-04-21 14:58:45 -10:00
parent d0656d1369
commit dc8cf7544c

@@ -38,20 +38,20 @@ It is 608 bytes long. Addresses listed here are hex addresses. Leave a gap in be
* 1D0-1D2: flags pertaining to the ride
- bit 0 = train(s) on track
- bit 1 = tested;
- bit 2 = test in progress;
- bit 3 = don't show raw stats;
- bit 4 = pass through station without stopping;
- bit 5 = On-Ride photo;
- bit 6 = ?;
- bit 7 = broken down;
- bit 10 = crashed;
- bit 12 = ever been opened;
- bit 13 = play music;
- bit 14 = construction/demolition prohibited (indestructible ride);
- bit 15 = demolition prohibited (used when there are indestructible track pieces)
- bit 17 = cable lift
* bit 0 = train(s) on track
* bit 1 = tested;
* bit 2 = test in progress;
* bit 3 = don't show raw stats;
* bit 4 = pass through station without stopping;
* bit 5 = On-Ride photo;
* bit 6 = ?;
* bit 7 = broken down;
* bit 10 = crashed;
* bit 12 = ever been opened;
* bit 13 = play music;
* bit 14 = construction/demolition prohibited (indestructible ride);
* bit 15 = demolition prohibited (used when there are indestructible track pieces)
* bit 17 = cable lift
* 1F8, 1FA, 1FC: coordinates of cable lift hill's start position, 1FC is the elevation. see the copy at `0x6C5716`