pokered/text/maps/pallet_town.asm
yenatch 1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
2014-01-27 16:24:13 -05:00

56 lines
831 B
NASM

_OakAppearsText::
text "OAK: Hey! Wait!"
line "Don't go out!@@"
_OakWalksUpText::
text "OAK: It's unsafe!"
line "Wild #MON live"
cont "in tall grass!"
para "You need your own"
line "#MON for your"
cont "protection."
cont "I know!"
para "Here, come with"
line "me!"
done
_PalletTownText2::
text "I'm raising"
line "#MON too!"
para "When they get"
line "strong, they can"
cont "protect me!"
done
_PalletTownText3::
text "Technology is"
line "incredible!"
para "You can now store"
line "and recall items"
cont "and #MON as"
cont "data via PC!"
done
_PalletTownText4::
text "OAK #MON"
line "RESEARCH LAB"
done
_PalletTownText5::
text "PALLET TOWN"
line "Shades of your"
cont "journey await!"
done
_PalletTownText6::
text $52,"'s house "
done
_PalletTownText7::
text $53,"'s house "
done