module SomeThing def self.tile_through(id, value) start = 2000 + id * 48 for i in 0..47 $game_map.passages[start + i] = value end end end