summaryrefslogtreecommitdiff
path: root/engine/load_pokedex_tiles.asm
blob: 5c1f1c9357f12050bc9dea26961fe6bdeb0b45b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
; Loads tile patterns for tiles used in the pokedex.
LoadPokedexTilePatterns: ; 17840 (5:7840)
	call LoadHpBarAndStatusTilePatterns
	ld de,PokedexTileGraphics
	ld hl,vChars2 + $600
	ld bc,(BANK(PokedexTileGraphics) << 8) + $12
	call CopyVideoData
	ld de,PokeballTileGraphics
	ld hl,vChars2 + $720
	ld bc,(BANK(PokeballTileGraphics) << 8) + $01
	jp CopyVideoData ; load pokeball tile for marking caught mons