mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-11 21:29:31 -05:00
Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
20 lines
301 B
NASM
20 lines
301 B
NASM
_SchoolText1::
|
|
text "Whew! I'm trying"
|
|
line "to memorize all"
|
|
cont "my notes."
|
|
done
|
|
|
|
_SchoolText3::
|
|
text "Sis says #MON"
|
|
line "will become tame"
|
|
cont "if you treat them"
|
|
cont "nicely."
|
|
done
|
|
|
|
_SchoolText2::
|
|
text "Okay!"
|
|
|
|
para "Be sure to read"
|
|
line "the blackboard"
|
|
cont "carefully!"
|
|
done |