pokered/engine/load_pokedex_tiles.asm

12 lines
429 B
NASM
Raw Normal View History

2014-05-22 22:13:20 +00:00
; Loads tile patterns for tiles used in the pokedex.
2016-06-12 00:24:04 +00:00
LoadPokedexTilePatterns:
2014-05-22 22:13:20 +00:00
call LoadHpBarAndStatusTilePatterns
ld de, PokedexTileGraphics
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
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