mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12: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
|