mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-02 11:26:51 -05:00
11 lines
231 B
NASM
11 lines
231 B
NASM
PrintIndigoPlateauHQText:
|
|
ld a, [wSpritePlayerStateData1FacingDirection]
|
|
cp SPRITE_FACING_UP
|
|
ret nz
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump IndigoPlateauHQText
|
|
|
|
IndigoPlateauHQText::
|
|
text_far _IndigoPlateauHQText
|
|
text_end
|