diff --git a/SV6-Ride-Structure.md b/SV6-Ride-Structure.md index 54bc3be..9385833 100644 --- a/SV6-Ride-Structure.md +++ b/SV6-Ride-Structure.md @@ -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`