Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/engine/events/hidden_objects/route_15_binoculars.asm
1271 views
1
Route15GateLeftBinoculars:
2
ld a, [wSpritePlayerStateData1FacingDirection]
3
cp SPRITE_FACING_UP
4
ret nz
5
call EnableAutoTextBoxDrawing
6
tx_pre Route15UpstairsBinocularsText
7
ld a, ARTICUNO
8
ld [wCurPartySpecies], a
9
call PlayCry
10
jp DisplayMonFrontSpriteInBox
11
12
Route15UpstairsBinocularsText::
13
text_far _Route15UpstairsBinocularsText
14
text_end
15
16