aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/hidden_objects/museum_fossils.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/hidden_objects/museum_fossils.asm')
-rw-r--r--engine/events/hidden_objects/museum_fossils.asm23
1 files changed, 0 insertions, 23 deletions
diff --git a/engine/events/hidden_objects/museum_fossils.asm b/engine/events/hidden_objects/museum_fossils.asm
deleted file mode 100644
index 9e02aeba..00000000
--- a/engine/events/hidden_objects/museum_fossils.asm
+++ /dev/null
@@ -1,23 +0,0 @@
-AerodactylFossil:
- ld a, FOSSIL_AERODACTYL
- ld [wCurPartySpecies], a
- call DisplayMonFrontSpriteInBox
- call EnableAutoTextBoxDrawing
- tx_pre AerodactylFossilText
- ret
-
-AerodactylFossilText::
- text_far _AerodactylFossilText
- text_end
-
-KabutopsFossil:
- ld a, FOSSIL_KABUTOPS
- ld [wCurPartySpecies], a
- call DisplayMonFrontSpriteInBox
- call EnableAutoTextBoxDrawing
- tx_pre KabutopsFossilText
- ret
-
-KabutopsFossilText::
- text_far _KabutopsFossilText
- text_end