pokered/engine/load_pokedex_tiles.asm

12 lines
442 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
2014-05-29 08:31:46 +00:00
ld hl,vChars2 + $600
2015-08-10 04:56:20 +00:00
lb bc, BANK(PokedexTileGraphics), (PokedexTileGraphicsEnd - PokedexTileGraphics) / $10
2014-05-22 22:13:20 +00:00
call CopyVideoData
ld de,PokeballTileGraphics
2014-05-29 08:31:46 +00:00
ld hl,vChars2 + $720
2015-08-05 21:20:29 +00:00
lb bc, BANK(PokeballTileGraphics), $01
2014-05-22 22:13:20 +00:00
jp CopyVideoData ; load pokeball tile for marking caught mons