summaryrefslogtreecommitdiff
path: root/scripts/ceruleanhousetrashed.asm
blob: da848b7cc6c5e6d783e7c7a3d645a6afa746c22d (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
CeruleanHouseTrashedScript:
	call EnableAutoTextBoxDrawing
	ret

CeruleanHouseTrashedTextPointers:
	dw CeruleanHouseTrashedText1
	dw CeruleanHouseTrashedText2
	dw CeruleanHouseTrashedText3

CeruleanHouseTrashedText1:
	TX_ASM
	ld b, $e4
	predef GetQuantityOfItemInBag
	and b
	jr z, .asm_f8734
	ld hl, CeruleanHouseTrashedText_1d6b0
	call PrintText
	jr .asm_8dfe9
.asm_f8734
	ld hl, CeruleanHouseTrashedText_1d6ab
	call PrintText
.asm_8dfe9
	jp TextScriptEnd

CeruleanHouseTrashedText_1d6ab:
	TX_FAR _CeruleanTrashedText_1d6ab
	db "@"

CeruleanHouseTrashedText_1d6b0:
	TX_FAR _CeruleanTrashedText_1d6b0
	db "@"

CeruleanHouseTrashedText2:
	TX_FAR _CeruleanHouseTrashedText2
	db "@"

CeruleanHouseTrashedText3:
	TX_FAR _CeruleanHouseTrashedText3
	db "@"