pokered/text/maps/pewter_house_1.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

25 lines
469 B
NASM

_PewterHouse1Text1:: ; 984ce (26:44ce)
text "NIDORAN: Bowbow!@@"
_PewterHouse1Text2:: ; 984e1 (26:44e1)
text "NIDORAN sit!"
done
_PewterHouse1Text3:: ; 984ef (26:44ef)
text "Our #MON's an"
line "outsider, so it's"
cont "hard to handle."
para "An outsider is a"
line "#MON that you"
cont "get in a trade."
para "It grows fast, but"
line "it may ignore an"
cont "unskilled trainer"
cont "in battle!"
para "If only we had"
line "some BADGEs..."
done