diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-27 16:22:41 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-27 16:24:13 -0500 |
| commit | 1b9ee46af9f8baac0d266a54130115a719788377 (patch) | |
| tree | 8ac61c0752dc74da0677cb26fe4db6362db5b2b7 /text/maps/route_25.asm | |
| parent | added a couple of new moves constants (diff) | |
| download | pokeyellow-1b9ee46af9f8baac0d266a54130115a719788377.tar.gz pokeyellow-1b9ee46af9f8baac0d266a54130115a719788377.tar.xz pokeyellow-1b9ee46af9f8baac0d266a54130115a719788377.zip | |
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.
Diffstat (limited to 'text/maps/route_25.asm')
| -rw-r--r-- | text/maps/route_25.asm | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/text/maps/route_25.asm b/text/maps/route_25.asm index 2f44dbea..fb65cad8 100644 --- a/text/maps/route_25.asm +++ b/text/maps/route_25.asm @@ -1,156 +1,156 @@ -_Route25BattleText1: ; 9421e (25:421e) +_Route25BattleText1:: ; 9421e (25:421e) text "Local trainers" line "come here to" cont "practice!" done -_Route25EndBattleText1: ; 94245 (25:4245) +_Route25EndBattleText1:: ; 94245 (25:4245) text "You're" line "decent." prompt -_Route25AfterBattleText1: ; 94254 (25:4254) +_Route25AfterBattleText1:: ; 94254 (25:4254) text "All #MON have" line "weaknesses. It's" cont "best to raise" cont "different kinds." done -_Route25BattleText2: ; 94292 (25:4292) +_Route25BattleText2:: ; 94292 (25:4292) text "Dad took me to a" line "great party on" cont "S.S.ANNE at" cont "VERMILION CITY!" done -_Route25EndBattleText2: ; 942cf (25:42cf) +_Route25EndBattleText2:: ; 942cf (25:42cf) text "I'm" line "not mad!" prompt -_Route25AfterBattleText2: ; 942dc (25:42dc) +_Route25AfterBattleText2:: ; 942dc (25:42dc) text "On S.S.ANNE, I" line "saw trainers from" cont "around the world." done -_Route25BattleText3: ; 94310 (25:4310) +_Route25BattleText3:: ; 94310 (25:4310) text "I'm a cool guy." line "I've got a girl" cont "friend!" done -_Route25EndBattleText3: ; 94337 (25:4337) +_Route25EndBattleText3:: ; 94337 (25:4337) text "Aww," line "darn..." prompt -_Route25AfterBattleText3: ; 94345 (25:4345) +_Route25AfterBattleText3:: ; 94345 (25:4345) text "Oh well. My girl" line "will cheer me up." done -_Route25BattleText4: ; 94369 (25:4369) +_Route25BattleText4:: ; 94369 (25:4369) text "Hi! My boy" line "friend is cool!" done -_Route25EndBattleText4: ; 94385 (25:4385) +_Route25EndBattleText4:: ; 94385 (25:4385) text "I was in" line "bad condition!" prompt -_Route25AfterBattleText4: ; 9439e (25:439e) +_Route25AfterBattleText4:: ; 9439e (25:439e) text "I wish my guy was" line "as good as you!" done -_Route25BattleText5: ; 943c1 (25:43c1) +_Route25BattleText5:: ; 943c1 (25:43c1) text "I knew I had to" line "fight you!" done -_Route25EndBattleText5: ; 943dd (25:43dd) +_Route25EndBattleText5:: ; 943dd (25:43dd) text "I knew" line "I'd lose too!" prompt -_Route25AfterBattleText5: ; 943f2 (25:43f2) +_Route25AfterBattleText5:: ; 943f2 (25:43f2) text "If your #MON" line "gets confused or" cont "falls asleep," cont "switch it!" done -_Route25BattleText6: ; 9442a (25:442a) +_Route25BattleText6:: ; 9442a (25:442a) text "My friend has a" line "cute #MON." cont "I'm so jealous!" done -_Route25EndBattleText6: ; 94455 (25:4455) +_Route25EndBattleText6:: ; 94455 (25:4455) text "I'm" line "not so jealous!" prompt -_Route25AfterBattleText6: ; 94469 (25:4469) +_Route25AfterBattleText6:: ; 94469 (25:4469) text "You came from MT." line "MOON? May I have" cont "a CLEFAIRY?" done -_Route25BattleText7: ; 94499 (25:4499) +_Route25BattleText7:: ; 94499 (25:4499) text "I just got down" line "from MT.MOON," cont "but I'm ready!" done -_Route25EndBattleText7: ; 944c6 (25:44c6) +_Route25EndBattleText7:: ; 944c6 (25:44c6) text "You" line "worked hard!" prompt -_Route25AfterBattleText7: ; 944d8 (25:44d8) +_Route25AfterBattleText7:: ; 944d8 (25:44d8) text "Drat!" line "A ZUBAT bit me" cont "back in there." done -_Route25BattleText8: ; 944fd (25:44fd) +_Route25BattleText8:: ; 944fd (25:44fd) text "I'm off to see a" line "#MON collector" cont "at the cape!" done -_Route25EndBattleText8: ; 9452a (25:452a) +_Route25EndBattleText8:: ; 9452a (25:452a) text "You" line "got me." prompt -_Route25AfterBattleText8: ; 94537 (25:4537) +_Route25AfterBattleText8:: ; 94537 (25:4537) text "The collector has" line "many rare kinds" cont "of #MON." done -_Route25BattleText9: ; 94563 (25:4563) +_Route25BattleText9:: ; 94563 (25:4563) text "You're going to" line "see BILL? First," cont "let's fight!" done -_Route25EndBattleText9: ; 94590 (25:4590) +_Route25EndBattleText9:: ; 94590 (25:4590) text "You're" line "something." prompt -_Route25AfterBattleText9: ; 945a2 (25:45a2) +_Route25AfterBattleText9:: ; 945a2 (25:45a2) text "The trail below" line "is a shortcut to" cont "CERULEAN CITY." done -_Route25Text11: ; 945d3 (25:45d3) +_Route25Text11:: ; 945d3 (25:45d3) text "SEA COTTAGE" line "BILL lives here!" done |
