Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ld a, $10
- ld [wMonDataLocation], a
- ld a, 190
- .loop
- push af
- ld [wcf91], a
- call AddPartyMon
- ld a, $1 ; alternative: xor a | inc a
- ld [wPartyCount], a
- ld a, $ff ; alternative: dec a | dec a or xor a | dec a
- ld [wPartySpecies + 1], a
- pop af
- dec a
- jr nz, .loop
- jp EnterMap ; assumes hall of fame is in mapID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement