1. Advance Map Basics

Movement Permissions

Pasted image 20240330213231.png

Pasted image 20240330213249.png

  • C general movement permission, standard passable ground
  • 1 Blocked space, can't go there
  • 0 Teleport block, used for changing maps, and also allows for elevation changes
  • 4 Water tile, used for water and using the HM03 Surf
  • D Used for signs and block that show texts

Elevations

There are 13 heights in the game allowing for 13 elevation levels

  • 5 impassable on a height of 0
  • 3C passable tile for bridges

Block behavior bytes

Every block has a behavior byte, which is a byte that determines what happens when you are on the block, here are some common behavior bytes

  • $60 Steps, cave, use for warping
    • Pasted image 20240331115043.png
  • $65 Arrow down, also used for wrapping, but wrapping occurs when you step out of the block, they also display an arrow down
    • Pasted image 20240331115222.png
  • $69 Use door, also used for warping but they change block image when interacted with
  • $68 Teleport warp, warp using a Lavaridge Gym animation style
    • Pasted image 20240331120709.png
  • $67 Teleport warp, warp using a Team aqua animation style
    • Pasted image 20240331121046.png

Map connections