Controller and Boss Glitch: Difference between revisions

m
→‎Cause: from pieguy on the topic in the CCBBC Discord https://discordapp.com/channels/343036755999457281/350042613254062091/599384136653864977
m (Text replacement - "CCLP2" to "CCLP2")
m (→‎Cause: from pieguy on the topic in the CCBBC Discord https://discordapp.com/channels/343036755999457281/350042613254062091/599384136653864977)
Line 2: Line 2:


== Cause ==
== Cause ==
The root cause of the glitch is uninitialized variables in the game{{fact}}. That is, some part of the program attempts to read some place in memory without ever writing to it first (or the programmer forgets to write to it first), causing the read data to be something unrelated that was coincidentally written in that place earlier by a different, unrelated part of the program.
The root cause of the glitch is uninitialized variables in the game. That is, some part of the program attempts to read some place in memory without ever writing to it first (or the programmer forgets to write to it first), causing the read data to be something unrelated that was coincidentally written in that place earlier by a different, unrelated part of the program.


== Traps ==
== Traps ==
trusted-editors
539

edits