route25.asm 282 B

12345678
  1. Route25_h:
  2. db OVERWORLD ; tileset
  3. db ROUTE_25_HEIGHT, ROUTE_25_WIDTH ; dimensions (y, x)
  4. dw Route25Blocks, Route25TextPointers, Route25Script ; blocks, texts, scripts
  5. db WEST ; connections
  6. WEST_MAP_CONNECTION ROUTE_25, ROUTE_24, 0, 0, Route24Blocks
  7. dw Route25Object ; objects