blob: e8fd022041d24da9d686899427b526ccb81b2cdf (
plain)
1
2
3
4
5
6
7
8
9
10
|
PrintIndigoPlateauHQText:
ld a, [wSpritePlayerStateData1FacingDirection]
cp SPRITE_FACING_UP
ret nz
call EnableAutoTextBoxDrawing
tx_pre_jump IndigoPlateauHQText
IndigoPlateauHQText::
text_far _IndigoPlateauHQText
text_end
|