mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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 "@"
|