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

OakLabEmailText::
	text_far _OakLabEmailText
	text_end