mirror of
https://github.com/pret/pokered.git
synced 2026-04-13 00:28:09 -05:00
11 lines
217 B
NASM
11 lines
217 B
NASM
DisplayOakLabEmailText:
|
|
ld a, [wSpritePlayerStateData1FacingDirection]
|
|
cp SPRITE_FACING_UP
|
|
ret nz
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump OakLabEmailText
|
|
|
|
OakLabEmailText::
|
|
text_far _OakLabEmailText
|
|
text_end
|