LogFAQs > #904803716

LurkerFAQs, Active DB, DB1, DB2, Database 3 ( 02.21.2018-07.23.2018 ), DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicSo when you glitch outside the map in a game
Foppe
07/10/18 2:19:24 AM
#13:


OhhhJa posted...
Lokarin posted...
Ya, it depends ENTIRELY on the game.

Some games will stop you when you reach a far enough distance - like if your position can no longer be represented by a 32bit integer.

Sonic 3 converts your position to a smaller bit, which means if you go beyond or behind the borders of the map the geometry starts to loop... this is known as the Loopback Area in Sonic 3 speedrunning circles.

Some games, particularly on the Gameboy, will just pull map data out of the next available RAM address and fill your screen with garbage (Mario Land 2 does this)

Ahhh ok it's starting to make sense to me now. I've just always been interested in stupid stuff like this because my knowledge of programming is shit

Think of it like this.
An Integer is a container where you store a value.
32bits shows how big value you can store. In this case, it can store a maximum number of 4,294,967,295. Or if you use a positive and negative value, from 2,147,483,648 to 2,147,483,647.
16bits can store a number of 65,535, or between 32,768 and 32,767 if we use a positive and negative value.
8bit can store a number of 255, or between -128 to 127 if we use a positive and negative value.
---
GameFAQs isn't going to be merged in with GameSpot or any other site. We're not going to strip out the soul of the site. -CJayC
... Copied to Clipboard!
Topic List
Page List: 1