How was collision detection handled in The Legend of Zelda: A Link to the Past?

Posted by Restart on Game Development See other posts from Game Development or by Restart
Published on 2011-02-09T15:20:09Z Indexed on 2011/02/09 23:35 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I would like to know how the collision detection was done in The Legend of Zelda: A Link To The Past.

The game is 16x16 tile based, so how did they do the tiles where only a quarter or half of the tile is occupied? Did they use a smaller grid for collision detection like 8x8 tiles, so four of them make one 16x16 tile of the texture grid?

But then, they also have true half tiles which are diagonally cut and the corners of the tiles seem to be round or something. If Link walks into tiles corner he can keep on walking and automatically moves around it's corner. How is that done?

I hope someone can help me out here.

enter image description here

© Game Development or respective owner

Related posts about 2d

Related posts about c#