pokered/engine/load_pokedex_tiles.asm

12 lines
423 B
NASM
Raw Normal View History

2014-05-22 22:13:20 +00:00
; Loads tile patterns for tiles used in the pokedex.
LoadPokedexTilePatterns: ; 17840 (5:7840)
call LoadHpBarAndStatusTilePatterns
ld de,PokedexTileGraphics ; $6488
2014-05-29 08:31:46 +00:00
ld hl,vChars2 + $600
2014-05-22 22:13:20 +00:00
ld bc,(BANK(PokedexTileGraphics) << 8) + $12
call CopyVideoData
ld de,PokeballTileGraphics ; $697e
2014-05-29 08:31:46 +00:00
ld hl,vChars2 + $720
2014-05-22 22:13:20 +00:00
ld bc,(BANK(PokeballTileGraphics) << 8) + $01
jp CopyVideoData ; load pokeball tile for marking caught mons