shithub: pokecrystal

ref: 85aa236c34e50da698d4eeacd5c76a05463c83b2
dir: /tilesets/roofs.asm/

View raw version
LoadMapGroupRoof:: ; 1c000
	ld a, [MapGroup]
	ld e, a
	ld d, 0
	ld hl, MapGroupRoofs
	add hl, de
	ld a, [hl]
	cp $ff
	ret z
	ld hl, Roofs
	ld bc, $90
	call AddNTimes
	ld de, VTiles2 tile $0a
	ld bc, $90
	call CopyBytes
	ret
; 1c021


INCLUDE "data/maps/mapgroup_roofs.asm"