mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -05:00
22 lines
334 B
NASM
22 lines
334 B
NASM
_Route9Youngster2BattleText::
|
|
text "Go, my super bug"
|
|
line "#MON!"
|
|
done
|
|
|
|
_Route9Youngster2EndBattleText::
|
|
text "My"
|
|
line "bugs..."
|
|
prompt
|
|
|
|
_Route9Youngster2AfterBattleText::
|
|
text "If you don't like"
|
|
line "bug #MON, you"
|
|
cont "bug me!"
|
|
done
|
|
|
|
_Route9SignText::
|
|
text "ROUTE 9"
|
|
line "CERULEAN CITY-"
|
|
cont "ROCK TUNNEL"
|
|
done
|