summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-07-27 12:06:46 -0400
committerGitHub <noreply@github.com>2018-07-27 12:06:46 -0400
commit7641ce9babf2604fdca74bd75360d53ea5b31266 (patch)
treef282f0da6683891eed5073d2312a6218069861b5 /engine/events
parent748d4249805c19399b3c72c0f60d0f1a6ffe43ad (diff)
parent0aac0f9cfc5bc95b378d0c33cb047f136cd361b7 (diff)
Merge pull request #545 from mid-kid/master
bugs_and_glitches fixes
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/bug_contest/contest_2.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/events/bug_contest/contest_2.asm b/engine/events/bug_contest/contest_2.asm
index 9cf70a03e..ddfad8644 100644
--- a/engine/events/bug_contest/contest_2.asm
+++ b/engine/events/bug_contest/contest_2.asm
@@ -58,9 +58,6 @@ SelectRandomBugContestContestants:
CheckBugContestContestantFlag:
; Checks the flag of the Bug Catching Contestant whose index is loaded in a.
-; Bug: If a >= NUM_BUG_CONTESTANTS when this is called,
-; it will read beyond the table.
-
ld hl, BugCatchingContestantEventFlagTable
ld e, a
ld d, 0