Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/engine/events/hidden_objects/oaks_lab_email.asm
1271 views
1
DisplayOakLabEmailText:
2
ld a, [wSpritePlayerStateData1FacingDirection]
3
cp SPRITE_FACING_UP
4
ret nz
5
call EnableAutoTextBoxDrawing
6
tx_pre_jump OakLabEmailText
7
8
OakLabEmailText::
9
text_far _OakLabEmailText
10
text_end
11
12