pokecrystal-board/engine/events/bug_contest
mid-kid a91b59ab5d Remove a documented bug that's not really a bug
I mean, technically, being able to read beyond a data table's size is
bad practice, but there's so many cases of this that it's not worth
mentioning.

For most of these cases, at least, it's safe to assume the index won't
ever get high enough to surpass such a table's length, because it's
either hardcoded or decided by the game without the use of
uncontrollable data. As such, they don't expose any actual bugs.
2018-07-26 23:34:05 +02:00
..
caught_mon.asm Remove even more address comments 2018-06-25 02:10:37 +02:00
contest_2.asm Remove a documented bug that's not really a bug 2018-07-26 23:34:05 +02:00
contest.asm Remove even more address comments 2018-06-25 02:10:37 +02:00
display_stats.asm Remove even more address comments 2018-06-25 02:10:37 +02:00
judging.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00