kep-hack/engine/events/hidden_objects/indigo_plateau_hq.asm

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