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

29 lines
541 B
NASM

_Route11EndBattleText9:: ; 90000 (24:4000)
text "Whoa!"
line "You spark plug!"
prompt
_Route11AfterBattleText9:: ; 90017 (24:4017)
text "Well, better get"
line "back to work."
done
_Route11BattleText10:: ; 90037 (24:4037)
text "My #MON should"
line "be ready by now!"
done
_Route11EndBattleText10:: ; 90058 (24:4058)
text "Too"
line "much, too young!"
prompt
_Route11AfterBattleText10:: ; 9006e (24:406e)
text "I better go find"
line "stronger ones!"
done
_Route11Text11:: ; 9008f (24:408f)
text "DIGLETT's CAVE"
done