summaryrefslogtreecommitdiff
path: root/scripts/celadonmansion5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/celadonmansion5.asm')
-rwxr-xr-xscripts/celadonmansion5.asm21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/celadonmansion5.asm b/scripts/celadonmansion5.asm
deleted file mode 100755
index 197a0f54..00000000
--- a/scripts/celadonmansion5.asm
+++ /dev/null
@@ -1,21 +0,0 @@
-CeladonMansion5Script:
- jp EnableAutoTextBoxDrawing
-
-CeladonMansion5TextPointers:
- dw CeladonMansion5Text1
- dw CeladonMansion5Text2
-
-CeladonMansion5Text1:
- TX_FAR _CeladonMansion5Text1
- db "@"
-
-CeladonMansion5Text2:
- TX_ASM
- lb bc, EEVEE, 25
- call GivePokemon
- jr nc, .asm_24365
- ld a, HS_CELADON_MANSION_5_GIFT
- ld [wMissableObjectIndex], a
- predef HideObject
-.asm_24365
- jp TextScriptEnd