Miscellaneous fixes, including one for the Pokédex design flaw by ax6

This commit is contained in:
Rangi
2020-04-18 17:31:51 -04:00
parent ceb747c622
commit 576cbf5b3e
8 changed files with 182 additions and 27 deletions

View File

@@ -126,7 +126,7 @@ INCLUDE "data/events/bug_contest_winners.asm"
BugContest_GetPlayersResult:
ld hl, wBugContestThirdPlaceWinnerID
ld de, - BUG_CONTESTANT_SIZE
ld de, -BUG_CONTESTANT_SIZE
ld b, 3 ; 3rd, 2nd, or 1st
.loop
ld a, [hl]