mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Solving Mew's identity crisis
This commit is contained in:
parent
fe651a7668
commit
0da7a93ca6
|
@ -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
|
||||||
|
|
|
@ -5,3 +5,7 @@ _MewtwoBattleText::
|
||||||
|
|
||||||
para "...Mew!!!@"
|
para "...Mew!!!@"
|
||||||
text_end
|
text_end
|
||||||
|
|
||||||
|
_MewBattleText::
|
||||||
|
text "Myuu...@"
|
||||||
|
text_end
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue