pokered/text/MtMoonB2F.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

125 lines
2.1 KiB
NASM

_MtMoonB2FDomeFossilYouWantText::
text "You want the"
line "DOME FOSSIL?"
done
_MtMoonB2FHelixFossilYouWantText::
text "You want the"
line "HELIX FOSSIL?"
done
_MtMoonB2FReceivedFossilText::
text "<PLAYER> got the"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_MtMoonB2FYouHaveNoRoomText::
text "Look, you've got"
line "no room for this.@"
text_end
_MtMoonB2FSuperNerdTheyreBothMineText::
text "Hey, stop!"
para "I found these"
line "fossils! They're"
cont "both mine!"
done
_MtMoonB2FSuperNerdOkIllShareText::
text "OK!"
line "I'll share!"
prompt
_MtMoonB2fSuperNerdEachTakeOneText::
text "We'll each take"
line "one!"
cont "No being greedy!"
done
_MtMoonB2FSuperNerdTheresAPokemonLabText::
text "Far away, on"
line "CINNABAR ISLAND,"
cont "there's a #MON"
cont "LAB."
para "They do research"
line "on regenerating"
cont "fossils."
done
_MtMoonB2FSuperNerdThenThisIsMineText::
text "All right. Then"
line "this is mine!@"
text_end
_MtMoonB2FRocket1BattleText::
text "TEAM ROCKET will"
line "find the fossils,"
cont "revive and sell"
cont "them for cash!"
done
_MtMoonB2FRocket1EndBattleText::
text "Urgh!"
line "Now I'm mad!"
prompt
_MtMoonB2FRocket1AfterBattleText::
text "You made me mad!"
line "TEAM ROCKET will"
cont "blacklist you!"
done
_MtMoonB2FRocket2BattleText::
text "We, TEAM ROCKET,"
line "are #MON"
cont "gangsters!"
done
_MtMoonB2FRocket2EndBattleText::
text "I blew"
line "it!"
prompt
_MtMoonB2FRocket2AfterBattleText::
text "Darn it all! My"
line "associates won't"
cont "stand for this!"
done
_MtMoonB2FRocket3BattleText::
text "We're pulling a"
line "big job here!"
cont "Get lost, kid!"
done
_MtMoonB2FRocket3EndBattleText::
text "So, you"
line "are good."
prompt
_MtMoonB2FRocket3AfterBattleText::
text "If you find a"
line "fossil, give it"
cont "to me and scram!"
done
_MtMoonB2FRocket4BattleText::
text "Little kids"
line "should leave"
cont "grown-ups alone!"
done
_MtMoonB2FRocket4EndBattleText::
text "I'm"
line "steamed!"
prompt
_MtMoonB2FRocket4AfterBattleText::
text "#MON lived"
line "here long before"
cont "people came."
done