pokered/engine/gfx/load_pokedex_tiles.asm

12 lines
431 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
2020-07-07 19:09:54 +00:00
ld hl, vChars2 tile $60
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
2020-07-07 19:09:54 +00:00
ld hl, vChars2 tile $72
lb bc, BANK(PokeballTileGraphics), 1
2014-05-22 22:13:20 +00:00
jp CopyVideoData ; load pokeball tile for marking caught mons