diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 14:36:59 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 14:36:59 -0500 |
| commit | f5ba69f5e504a7601246243f4dbc287d700af2c5 (patch) | |
| tree | 4ed97d90e2055a8c41f9586f22bdc4f087175256 /engine/events | |
| parent | 3332305bb4bce2534a0bd3de0e4c419a98738fc8 (diff) | |
Sync documentation with code
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/bug_contest/contest_2.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/events/bug_contest/contest_2.asm b/engine/events/bug_contest/contest_2.asm index 56afefb72..fdc8e7586 100755 --- a/engine/events/bug_contest/contest_2.asm +++ b/engine/events/bug_contest/contest_2.asm @@ -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 |
