aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/hidden_objects/route_15_binoculars.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/hidden_objects/route_15_binoculars.asm')
-rw-r--r--engine/events/hidden_objects/route_15_binoculars.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/engine/events/hidden_objects/route_15_binoculars.asm b/engine/events/hidden_objects/route_15_binoculars.asm
deleted file mode 100644
index 733ab73e..00000000
--- a/engine/events/hidden_objects/route_15_binoculars.asm
+++ /dev/null
@@ -1,14 +0,0 @@
-Route15GateLeftBinoculars:
- ld a, [wSpritePlayerStateData1FacingDirection]
- cp SPRITE_FACING_UP
- ret nz
- call EnableAutoTextBoxDrawing
- tx_pre Route15UpstairsBinocularsText
- ld a, ARTICUNO
- ld [wCurPartySpecies], a
- call PlayCry
- jp DisplayMonFrontSpriteInBox
-
-Route15UpstairsBinocularsText::
- text_far _Route15UpstairsBinocularsText
- text_end