summaryrefslogtreecommitdiff
path: root/scripts/ceruleancity2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ceruleancity2.asm')
-rwxr-xr-xscripts/ceruleancity2.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/ceruleancity2.asm b/scripts/ceruleancity2.asm
deleted file mode 100755
index 53ace5c8..00000000
--- a/scripts/ceruleancity2.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-CeruleanHideRocket:
-; code similar to this appears in a lot of banks; this particular
-; one is called after you beat the Rocket that gives you TM28 DIG.
-; the screen then fades out, he disappears, and fades back in
- call GBFadeOutToBlack
- ld a, HS_CERULEAN_GUARD_1
- ld [wMissableObjectIndex], a
- predef ShowObject
- ld a, HS_CERULEAN_GUARD_2
- ld [wMissableObjectIndex], a
- predef HideObject
- ld a, HS_CERULEAN_ROCKET
- ld [wMissableObjectIndex], a
- predef HideObject
- call GBFadeInFromBlack
- ret