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

74 lines
1.4 KiB
NASM

_RocketHideout1EndBattleText6:: ; 81f2a (20:5f2a)
text "Why...?@@"
_RocketHideout1BattleText2:: ; 81f34 (20:5f34)
text "Who are you? How"
line "did you get here?"
done
_RocketHideout1EndBattleText2:: ; 81f58 (20:5f58)
text "Oww!"
line "Beaten!"
prompt
_RocketHideout1AfterBattleTxt2:: ; 81f66 (20:5f66)
text "Are you dissing"
line "TEAM ROCKET?"
done
_RocketHideout1BattleText3:: ; 81f84 (20:5f84)
text "You broke into"
line "our operation?"
done
_RocketHideout1EndBattleText3:: ; 81fa3 (20:5fa3)
text "Burnt!"
prompt
_RocketHideout1AfterBattleTxt3:: ; 81fab (20:5fab)
text "You're not going"
line "to get away with"
cont "this, brat!"
done
_RocketHideout1BattleText4:: ; 81fd9 (20:5fd9)
text "Intruder alert!"
done
_RocketHideout1EndBattleText4:: ; 81fea (20:5fea)
text "I"
line "can't do it!"
prompt
_RocketHideout1AfterBattleTxt4:: ; 81ff9 (20:5ff9)
text "SILPH SCOPE?"
line "I don't know"
cont "where it is!"
done
_RocketHideout1BattleText5:: ; 82020 (20:6020)
text "Why did you come"
line "here?"
done
_RocketHideout1EndBattleText5:: ; 82038 (20:6038)
text "This"
line "won't do!"
prompt
_RocketHideout1AfterBattleTxt5:: ; 82047 (20:6047)
text "OK, I'll talk!"
line "Take the elevator"
cont "to see my BOSS!"
done
_RocketHideout1BattleText6:: ; 82078 (20:6078)
text "Are you lost, you"
line "little rat?"
done
_RocketHideout1AfterBattleTxt6:: ; 82097 (20:6097)
text "Uh-oh, that fight"
line "opened the door!"
done