-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute1.asm
50 lines (41 loc) · 869 Bytes
/
Route1.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
_Route1Youngster1MartSampleText::
text "Hi! I work at a"
line "#MON MART."
para "It's a convenient"
line "shop, so please"
cont "visit us in"
cont "VIRIDIAN CITY."
para "I know, I'll give"
line "you a sample!"
cont "Here you go!"
prompt
_Route1Youngster1GotPotionText::
text "<PLAYER> got"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_Route1Youngster1AlsoGotPokeballsText::
text "We also carry"
line "# BALLs for"
cont "catching #MON!"
done
_Route1Youngster1NoRoomText::
text "You have too much"
line "stuff with you!"
done
_Route1Youngster2Text::
text "See those ledges"
line "along the road?"
para "It's a bit scary,"
line "but you can jump"
cont "from them."
para "You can get back"
line "to PALLET TOWN"
cont "quicker that way."
done
_Route1SignText::
text "ROUTE 1"
line "PALLET TOWN -"
cont "VIRIDIAN CITY"
done