Map collision data parser for GBA game development
Given a CSV file containing collision tile data (0 for passable, anything else for impassable), this program will generate a file containing that data as a 2D array in C for use with whatever collision detection method you use.