mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e3e0bcd653
Name a lot of text labels according to our conventions
105 lines
1.6 KiB
NASM
105 lines
1.6 KiB
NASM
TullyMonHasGrownText:
|
|
text "My @"
|
|
text_ram wStringBuffer4
|
|
text " has"
|
|
line "grown again."
|
|
|
|
para "It was only about"
|
|
line "so big when I"
|
|
|
|
para "caught it, but now"
|
|
line "it's way bigger."
|
|
done
|
|
|
|
TullyDefeatedMonText:
|
|
text "Oh yeah, I KO'd a"
|
|
line "wild @"
|
|
text_ram wStringBuffer4
|
|
text "."
|
|
|
|
para "It was huge, like"
|
|
line "this big even."
|
|
|
|
para "Heh, I guess you"
|
|
line "can't tell over"
|
|
cont "the phone…"
|
|
done
|
|
|
|
TullyLostAMonText:
|
|
text "Oh yeah, I lost a"
|
|
line "wild @"
|
|
text_ram wStringBuffer4
|
|
text "."
|
|
|
|
para "It was huge, like"
|
|
line "this big even."
|
|
|
|
para "Heh, I guess you"
|
|
line "can't tell over"
|
|
cont "the phone…"
|
|
done
|
|
|
|
TullyBattleRematchText:
|
|
text "We should get a"
|
|
line "battle going!"
|
|
|
|
para "I'll be fishing on"
|
|
line "@"
|
|
text_ram wStringBuffer5
|
|
text "."
|
|
|
|
para "Swing by if you"
|
|
line "have the time."
|
|
done
|
|
|
|
TullyHangUpText:
|
|
text "Well, I'll be"
|
|
line "seeing you."
|
|
done
|
|
|
|
TullyFoundItemText:
|
|
text "I picked up a good"
|
|
line "little thing at"
|
|
cont "the water's edge."
|
|
|
|
para "Like I promised,"
|
|
line "it's yours."
|
|
|
|
para "I'll be waiting on"
|
|
line "@"
|
|
text_ram wStringBuffer5
|
|
text "."
|
|
done
|
|
|
|
TullyNoItemText:
|
|
text "Have I found"
|
|
line "anything good?"
|
|
|
|
para "Nope, not yet."
|
|
|
|
para "It's like fishing,"
|
|
line "you need patience."
|
|
done
|
|
|
|
TullyForwardText:
|
|
text "Yup, TULLY here…"
|
|
|
|
para "<PLAY_G>? What?"
|
|
line "You're lost?"
|
|
|
|
para "Our battle will be"
|
|
line "on @"
|
|
text_ram wStringBuffer5
|
|
text "."
|
|
done
|
|
|
|
TullyHurryText:
|
|
text "I've got something"
|
|
line "good for you."
|
|
|
|
para "Hustle over to"
|
|
line "@"
|
|
text_ram wStringBuffer5
|
|
text "."
|
|
done
|