From f5ba69f5e504a7601246243f4dbc287d700af2c5 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 26 Jan 2018 14:36:59 -0500 Subject: Sync documentation with code --- engine/events/bug_contest/contest_2.asm | 3 ++- engine/party_menu.asm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'engine') 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 diff --git a/engine/party_menu.asm b/engine/party_menu.asm index a048eb5b7..a7b07debb 100644 --- a/engine/party_menu.asm +++ b/engine/party_menu.asm @@ -417,7 +417,7 @@ PlacePartyMonEvoStoneCompatibility: ; 5022f ld l, a ld de, StringBuffer1 ld a, BANK(EvosAttacks) - ld bc, $a + ld bc, 10 call FarCopyBytes ld hl, StringBuffer1 .loop2 -- cgit v1.2.3