Guides:Goldenrod Glitch Pokédex Mode ACE setup: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 834: Line 834:
2E FC ld l, $FC ; hl targets wNumBalls
2E FC ld l, $FC ; hl targets wNumBalls
36 01 ld (hl), $01 ; Set current amount of balls in ball pocket to 1
36 01 ld (hl), $01 ; Set current amount of balls in ball pocket to 1
21 03 DC ld hl, $DC03 ; Address containing $00's caught flag
CB BE res 7, (hl) ; Remove $00's caught flag
2E 23 ld l, $23 ; hl targets address containing $00's seen flag
CB BE res 7, (hl) ; Remove $00's seen flag
21 22 DA ld hl, wPartyCount
21 22 DA ld hl, wPartyCount
4E ld a, (hl)
4E ld a, (hl)