summaryrefslogtreecommitdiff
path: root/mobile/news/news.asm
blob: 868556bdd1667c93d68bf46ac2fa06b16dacda14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
; http://forums.glitchcity.info/index.php?topic=7509.msg206449#msg206449

	db $cc, $6b, $1e ; unused

Unreferenced_Function1f4003:
	ld a, $6
	call GetSRAMBank
	ld hl, .news_data
	ld de, $a000
	ld bc, $1000
	call CopyBytes
	call CloseSRAM
	ret

.news_data
INCBIN "mobile/news/news_1.bin"

Unreferenced_Function1f4dbe:
	ld a, $6
	call GetSRAMBank
	ld hl, .news_data
	ld de, $a000
	ld bc, $1000
	call CopyBytes
	call CloseSRAM
	ret

.news_data
INCBIN "mobile/news/news_2.bin"

Function1f5d9f:
	ld a, $6
	call GetSRAMBank
	ld hl, .news_data
	ld de, $a000
	ld bc, $1000
	call CopyBytes
	call CloseSRAM
	ret

.news_data
INCBIN "mobile/news/news_3.bin"