From 0da7a93ca6381b7eca74e0fa4441f733dad427f7 Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Tue, 2 Jan 2024 15:19:56 +0000 Subject: [PATCH] Solving Mew's identity crisis --- scripts/FarawayIslandInside.asm | 2 +- text/CeruleanCaveB1F.asm | 4 ++++ text/SilphGauntlet7F.asm | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/FarawayIslandInside.asm b/scripts/FarawayIslandInside.asm index a1d2d2c7..5e375d59 100644 --- a/scripts/FarawayIslandInside.asm +++ b/scripts/FarawayIslandInside.asm @@ -28,7 +28,7 @@ FarawayIslandInsideText2: jp TextScriptEnd MewBattleText: - text_far _MewtwoBattleText ; Mew! + text_far _MewBattleText text_asm ld a, MEW call PlayCry diff --git a/text/CeruleanCaveB1F.asm b/text/CeruleanCaveB1F.asm index 9d048c26..063f2584 100644 --- a/text/CeruleanCaveB1F.asm +++ b/text/CeruleanCaveB1F.asm @@ -5,3 +5,7 @@ _MewtwoBattleText:: para "...Mew!!!@" text_end + +_MewBattleText:: + text "Myuu...@" + text_end \ No newline at end of file diff --git a/text/SilphGauntlet7F.asm b/text/SilphGauntlet7F.asm index 5967a8e2..29f74095 100644 --- a/text/SilphGauntlet7F.asm +++ b/text/SilphGauntlet7F.asm @@ -149,8 +149,6 @@ _ChiefAltAfterBattleText:: para "I still have much" line "yet to learn..." - - para "Go." done