summaryrefslogtreecommitdiff
path: root/engine/events/hidden_objects/indigo_plateau_hq.asm
blob: 840c114d9163db574a9a2ad2f3f0b33ea0bd8dac (plain)
1
2
3
4
5
6
7
8
9
10
PrintIndigoPlateauHQText:
	ld a, [wSpriteStateData1 + 9]
	cp SPRITE_FACING_UP
	ret nz
	call EnableAutoTextBoxDrawing
	tx_pre_jump IndigoPlateauHQText

IndigoPlateauHQText::
	text_far _IndigoPlateauHQText
	text_end