shithub: pokecrystal

ref: 2edf131b056c6d2b1ec9eb48b97fba31b0f953c7
dir: /engine/mapgroup_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 -1
	ret z
	ld hl, Roofs
	ld bc, 9 tiles
	call AddNTimes
	ld de, vTiles2 tile $0a
	ld bc, 9 tiles
	call CopyBytes
	ret
; 1c021


INCLUDE "data/maps/roofs.asm"