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

26 lines
449 B
NASM

_TM29PreReceiveText:: ; a24fe (28:64fe)
text "...Wait! Don't"
line "say a word!"
para "You wanted this!"
prompt
_ReceivedTM29Text:: ; a252a (28:652a)
text $52, " received"
line "@"
TX_RAM $cf4b
text "!@@"
_TM29ExplanationText:: ; a253e (28:653e)
text "TM29 is PSYCHIC!"
para "It can lower the"
line "target's SPECIAL"
cont "abilities."
done
_TM29NoRoomText:: ; a257c (28:657c)
text "Where do you plan"
line "to put this?"
done