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

32 lines
612 B
NASM

_PokemonTower1Text1:: ; 9947f (26:547f)
text "#MON TOWER was"
line "erected in the"
cont "memory of #MON"
cont "that had died."
done
_PokemonTower1Text2:: ; 994bc (26:54bc)
text "Did you come to"
line "pay respects?"
cont "Bless you!"
done
_PokemonTower1Text3:: ; 994e6 (26:54e6)
text "I came to pray"
line "for my CLEFAIRY."
para "Sniff! I can't"
line "stop crying..."
done
_PokemonTower1Text4:: ; 99524 (26:5524)
text "My GROWLITHE..."
line "Why did you die?"
done
_PokemonTower1Text5:: ; 99546 (26:5546)
text "I am a CHANNELER!"
line "There are spirits"
cont "up to mischief!"
done