Prev: B4D0 Up: Map Next: B5CE
B53E: Walls
These are all of the walls/boundaries in the exterior map. The coordinates are in map space.
Field Description
minx Minimum x
maxx Maximum x
miny Minimum y
maxy Maximum y
minh Minimum height
maxh Maximum height
walls B53E DEFB $6A,$6E,$52,$62,$00,$0B 0: (106-110, 82-98, 0-11) Hut 0 (leftmost on main map)
B544 DEFB $5E,$62,$52,$62,$00,$0B 1: ( 94-98, 82-98, 0-11) Hut 1 (home hut)
B54A DEFB $52,$56,$52,$62,$00,$0B 2: ( 82-86, 82-98, 0-11) Hut 2 (rightmost on main map)
B550 DEFB $3E,$5A,$6A,$80,$00,$30 3: ( 62-90, 106-128, 0-48) Main building, top right
B556 DEFB $34,$80,$72,$80,$00,$30 4: ( 52-128, 114-128, 0-48) Main building, topmost/right
B55C DEFB $7E,$98,$5E,$80,$00,$30 5: (126-152, 94-128, 0-48) Main building, top left
B562 DEFB $82,$98,$5A,$80,$00,$30 6: (130-152, 90-128, 0-48) Main building, top left
B568 DEFB $86,$8C,$46,$80,$00,$0A 7: (134-140, 70-128, 0-10) Main building, left wall / west wall
B56E DEFB $82,$86,$46,$4A,$00,$12 8: (130-134, 70-74, 0-18) Corner, bottom left / west turret wall
B574 DEFB $6E,$82,$46,$47,$00,$0A 9: (110-130, 70-71, 0-10) Front wall / south wall
B57A DEFB $6D,$6F,$45,$49,$00,$12 10: (109-111, 69-73, 0-18) Gate post (left)
B580 DEFB $67,$69,$45,$49,$00,$12 11: (103-105, 69-73, 0-18) Gate post (right)
B586 DEFB $46,$46,$46,$6A,$00,$08 12: ( 70-70, 70-106, 0-8 ) Fence - right of main camp (vertical)
B58C DEFB $3E,$3E,$3E,$6A,$00,$08 13: ( 62-62, 62-106, 0-8 ) Fence - rightmost fence (vertical)
B592 DEFB $4E,$4E,$2E,$3E,$00,$08 14: ( 78-78, 46-62, 0-8 ) Fence - rightmost of yard (vertical)
B598 DEFB $68,$68,$2E,$45,$00,$08 15: (104-104, 46-69, 0-8 ) Fence - leftmost of yard (vertical)
B59E DEFB $3E,$68,$3E,$3E,$00,$08 16: ( 62-104, 62-62, 0-8 ) Fence - top of yard (horizontal)
B5A4 DEFB $4E,$68,$2E,$2E,$00,$08 17: ( 78-104, 46-46, 0-8 ) Fence - bottom of yard (horizontal)
B5AA DEFB $46,$67,$46,$46,$00,$08 18: ( 70-103, 70-70, 0-8 ) Fence - bottom of main camp (horizontal)
B5B0 DEFB $68,$6A,$38,$3A,$00,$08 19: (104-106, 56-58, 0-8 ) Fence - watchtower (left, outside of exercise yard)
B5B6 DEFB $4E,$50,$2E,$30,$00,$08 20: ( 78-80, 46-48, 0-8 ) Fence - watchtower (inside exercise yard)
B5BC DEFB $46,$48,$46,$48,$00,$08 21: ( 70-72, 70-72, 0-8 ) Fence - watchtower (corner of main camp)
B5C2 DEFB $46,$48,$5E,$60,$00,$08 22: ( 70-72, 94-96, 0-8 ) Fence - watchtower (top right of main camp)
B5C8 DEFB $69,$6D,$46,$49,$00,$08 23: (105-109, 70-73, 0-8 ) Fence - gate wall middle
Prev: B4D0 Up: Map Next: B5CE