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

20 lines
419 B
NASM

_SafariZoneRestHouse2Text1:: ; 85a2f (21:5a2f)
text "Tossing ROCKs at"
line "#MON might"
cont "make them run,"
cont "but they'll be"
cont "easier to catch."
done
_SafariZoneRestHouse2Text2:: ; 85a7a (21:5a7a)
text "Using BAIT will"
line "make #MON"
cont "easier to catch."
done
_SafariZoneRestHouse2Text3:: ; 85aa6 (21:5aa6)
text "I hiked a lot, but"
line "I didn't see any"
cont "#MON I wanted."
done