mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 15:30:59 +13:00
11 lines
196 B
NASM
11 lines
196 B
NASM
DisplayOakLabEmailText:
|
|
ld a, [wSpriteStateData1 + 9]
|
|
cp SPRITE_FACING_UP
|
|
ret nz
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump OakLabEmailText
|
|
|
|
OakLabEmailText::
|
|
TX_FAR _OakLabEmailText
|
|
db "@"
|