Programming logic error: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
(Created page with "A '''programming logic error''' or '''bug''' (however, 'bug' may also be used to refer to a glitch in a wider context) in terms of video games is a programming blunder in the...")
 
>Torchickens
No edit summary
Line 4: Line 4:


Another example is the [[Focus Energy glitch]] in {{RBY}}, which effectively quarters the player's chances of getting a critical hit.
Another example is the [[Focus Energy glitch]] in {{RBY}}, which effectively quarters the player's chances of getting a critical hit.

==External links==
*[http://msdn.microsoft.com/en-us/library/s9ek7a19(v=vs.90).aspx Microsoft - three types of programming errors].
[[Category:Terminology]]
[[Category:Terminology]]

Revision as of 16:43, 15 August 2014

A programming logic error or bug (however, 'bug' may also be used to refer to a glitch in a wider context) in terms of video games is a programming blunder in the game code that prevents the game from doing what it was supposed to do.

An example is the Coin Case glitch in English versions of Pokémon Gold and Silver, where an improper terminator character causes the game program to jump to memory address E112 in echo RAM.

Another example is the Focus Energy glitch in Pokémon Red, Blue, and Yellow, which effectively quarters the player's chances of getting a critical hit.

External links