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

40 lines
746 B
NASM

_Mansion4BattleText1:: ; 854df (21:54df)
text "Uh-oh. Where am"
line "I now?"
done
_Mansion4EndBattleText1:: ; 854f7 (21:54f7)
text "Awooh!"
prompt
_Mansion4AfterBattleText1:: ; 854ff (21:54ff)
text "You can find stuff"
line "lying around."
done
_Mansion4BattleText2:: ; 85521 (21:5521)
text "This place is"
line "ideal for a lab."
done
_Mansion4EndBattleText2:: ; 85541 (21:5541)
text "What"
line "was that for?"
prompt
_Mansion4AfterBattleText2:: ; 85555 (21:5555)
text "I like it here!"
line "It's conducive to"
cont "my studies!"
done
_Mansion4Text7:: ; 85583 (21:5583)
text "Diary; Sept. 1"
line "MEWTWO is far too"
cont "powerful."
para "We have failed to"
line "curb its vicious"
cont "tendencies..."
done