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

21 lines
408 B
NASM

_RockTunnel2AfterBattleText8:: ; 88000 (22:4000)
text "I'll raise my"
line "#MON to beat"
cont "yours, kid!"
done
_RockTunnel2BattleText9:: ; 88027 (22:4027)
text "I draw #MON"
line "when I'm home."
done
_RockTunnel2EndBattleText9:: ; 88042 (22:4042)
text "Whew!"
line "I'm exhausted!"
prompt
_RockTunnel2AfterBattleText9:: ; 88057 (22:4057)
text "I'm an artist,"
line "not a fighter."
done