mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 01:56:42 +13:00
11 lines
200 B
NASM
11 lines
200 B
NASM
DisplayOakLabEmailText:
|
|
ld a, [wSpriteStateData1 + 9]
|
|
cp SPRITE_FACING_UP
|
|
ret nz
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump OakLabEmailText
|
|
|
|
OakLabEmailText::
|
|
text_far _OakLabEmailText
|
|
text_end
|