Solving Mew's identity crisis

This commit is contained in:
Martha Schilling 2024-01-02 15:19:56 +00:00
parent fe651a7668
commit 0da7a93ca6
3 changed files with 5 additions and 3 deletions

View file

@ -28,7 +28,7 @@ FarawayIslandInsideText2:
jp TextScriptEnd jp TextScriptEnd
MewBattleText: MewBattleText:
text_far _MewtwoBattleText ; Mew! text_far _MewBattleText
text_asm text_asm
ld a, MEW ld a, MEW
call PlayCry call PlayCry

View file

@ -5,3 +5,7 @@ _MewtwoBattleText::
para "...Mew!!!@" para "...Mew!!!@"
text_end text_end
_MewBattleText::
text "Myuu...@"
text_end

View file

@ -149,8 +149,6 @@ _ChiefAltAfterBattleText::
para "I still have much" para "I still have much"
line "yet to learn..." line "yet to learn..."
para "Go."
done done