summaryrefslogtreecommitdiff
path: root/engine/events/hidden_objects/oaks_lab_email.asm
blob: b66babe0d4902f54f3ce559ac18b757f132832d2 (plain)
1
2
3
4
5
6
7
8
9
10
DisplayOakLabEmailText:
	ld a, [wSpritePlayerStateData1FacingDirection]
	cp SPRITE_FACING_UP
	ret nz
	call EnableAutoTextBoxDrawing
	tx_pre_jump OakLabEmailText

OakLabEmailText::
	text_far _OakLabEmailText
	text_end