shithub: pokered

ref: 21c266b950e5f4379bb7c3f605689b9070c8f48d
dir: /engine/events/hidden_objects/oaks_lab_email.asm/

View raw version
DisplayOakLabEmailText:
	ld a, [wSpritePlayerStateData1FacingDirection]
	cp SPRITE_FACING_UP
	ret nz
	call EnableAutoTextBoxDrawing
	tx_pre_jump OakLabEmailText

OakLabEmailText::
	text_far _OakLabEmailText
	text_end