1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Updated Maps (markdown)

Duncan
2015-08-06 12:40:46 +01:00
parent 65609c89a3
commit d45173b6e8

@@ -112,4 +112,11 @@ The track element structure has two different forms depending on if its a maze o
| 6 | Primary Colour | `0bBBBP_PPPP` where P is primary colour and B is middle 3 bits of banner index (if used).
| 7 | Secondary Colour | `0bBBBS_SSSS` where S is secondary colour and B is first 3 bits of banner index (if used).
## Banner Elements
## Banner Elements
| Byte | Offset Name | Notes
|-----|-------------|------
| 4 | Index | Banner Index. Used to index into the gBanners array to get more information about the banner. See [[Banner Object]] for more information.
| 5 | Position | Position on the path that the banner is used across.
| 6 | Flags | `0bXXXX_NNNN` Where N is an edge that is able to be entered when set and no entry when unset.
| 7 | Unused | Not used