Sync documentation with code

This commit is contained in:
Rangi
2018-01-26 14:36:59 -05:00
parent 3332305bb4
commit f5ba69f5e5
3 changed files with 23 additions and 22 deletions

View File

@@ -59,7 +59,8 @@ SelectRandomBugContestContestants: ; 139a8
CheckBugContestContestantFlag: ; 139ed
; 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.
; Bug: If a >= NUM_BUG_CONTESTANTS when this is called,
; it will read beyond the table.
ld hl, BugCatchingContestantEventFlagTable
ld e, a