Guest User

Untitled

a guest
Oct 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ```
  2. Hex Value 7 6 5 4 3 2 1 X Coordinate 0 Y Coordinate
  3. 8E6ADF6E 1 0 0 0 1 1 1 001101010110 1 111101101110
  4. ```
  5.  
  6. | Flag | `0` | `1` | Description |
  7. |--:|:-:|:-:|---|
  8. | `0` | -y | +y | Mirrors point across the x-axis |
  9. | `1` | `false` | `true` | Horizontal shift (`+4096`) |
  10. | `2` | -x | +x | Mirrors point across the y-axis |
  11. | `3` | `true` | `false` | Teleport start? |
  12. | `4` | `true` | `false` | Teleport end? |
  13. | `5` | `true` | `false` | Death |
  14. | `6` | `true` | `false` | Riding a horse? |
  15. | `7` | `true` | `false` | `true` = MainField , `false` = Dungeon or AocField |
Add Comment
Please, Sign In to add comment