diff --git a/Maps.md b/Maps.md index ff47279..7592ede 100644 --- a/Maps.md +++ b/Maps.md @@ -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 \ No newline at end of file +## 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 \ No newline at end of file