aboutsummaryrefslogtreecommitdiff
path: root/src/ubox/ubox_set_tiles.z80
blob: fbb2ff98dfc35ec9c07b87983e8bb9700cd186ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.globl _ubox_set_tiles

LDIRVM = 0x005c

_ubox_set_tiles::
	ld de, #0
	ld bc, #256 * 8
	push hl
	call LDIRVM
	pop hl

	ld de, #256 * 8
	ld bc, #256 * 8
	push hl
	call LDIRVM
	pop hl

	ld de, #256 * 8 * 2
	ld bc, #256 * 8
	jp LDIRVM