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/mt_moon_b2f.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/mt_moon_b2f.asm')
| -rw-r--r-- | text/maps/mt_moon_b2f.asm | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/text/maps/mt_moon_b2f.asm b/text/maps/mt_moon_b2f.asm index c8b2920c..6af39872 100644 --- a/text/maps/mt_moon_b2f.asm +++ b/text/maps/mt_moon_b2f.asm @@ -1,24 +1,24 @@ -_UnnamedText_49f24: ; 8095e (20:495e) +_UnnamedText_49f24:: ; 8095e (20:495e) text "You want the" line "DOME FOSSIL?" done -_UnnamedText_49f64: ; 80979 (20:4979) +_UnnamedText_49f64:: ; 80979 (20:4979) text "You want the" line "HELIX FOSSIL?" done -_UnnamedText_49f6f: ; 80995 (20:4995) +_UnnamedText_49f6f:: ; 80995 (20:4995) text $52, " got the" line "@" TX_RAM $cf4b text "!@@" -_UnnamedText_49f7f: ; 809a8 (20:49a8) +_UnnamedText_49f7f:: ; 809a8 (20:49a8) text "Look, you've got" line "no room for this.@@" -_UnnamedText_49f85: ; 809cc (20:49cc) +_UnnamedText_49f85:: ; 809cc (20:49cc) text "Hey, stop!" para "I found these" @@ -26,18 +26,18 @@ _UnnamedText_49f85: ; 809cc (20:49cc) cont "both mine!" done -_UnnamedText_49f8a: ; 80a01 (20:4a01) +_UnnamedText_49f8a:: ; 80a01 (20:4a01) text "OK!" line "I'll share!" prompt -_UnnamedText_49f8f: ; 80a11 (20:4a11) +_UnnamedText_49f8f:: ; 80a11 (20:4a11) text "We'll each take" line "one!" cont "No being greedy!" done -_UnnamedText_49f94: ; 80a37 (20:4a37) +_UnnamedText_49f94:: ; 80a37 (20:4a37) text "Far away, on" line "CINNABAR ISLAND," cont "there's a #MON" @@ -48,74 +48,74 @@ _UnnamedText_49f94: ; 80a37 (20:4a37) cont "fossils." done -_UnnamedText_49f99: ; 80a93 (20:4a93) +_UnnamedText_49f99:: ; 80a93 (20:4a93) text "All right. Then" line "this is mine!@@" -_MtMoon3BattleText2: ; 80ab3 (20:4ab3) +_MtMoon3BattleText2:: ; 80ab3 (20:4ab3) text "TEAM ROCKET will" line "find the fossils," cont "revive and sell" cont "them for cash!" done -_MtMoon3EndBattleText2: ; 80af6 (20:4af6) +_MtMoon3EndBattleText2:: ; 80af6 (20:4af6) text "Urgh!" line "Now I'm mad!" prompt -_MtMoon3AfterBattleText2: ; 80b09 (20:4b09) +_MtMoon3AfterBattleText2:: ; 80b09 (20:4b09) text "You made me mad!" line "TEAM ROCKET will" cont "blacklist you!" done -_MtMoon3BattleText3: ; 80b3b (20:4b3b) +_MtMoon3BattleText3:: ; 80b3b (20:4b3b) text "We, TEAM ROCKET," line "are #MON" cont "gangsters!" done -_MtMoon3EndBattleText3: ; 80b61 (20:4b61) +_MtMoon3EndBattleText3:: ; 80b61 (20:4b61) text "I blew" line "it!" prompt -_MtMoon3AfterBattleText3: ; 80b6d (20:4b6d) +_MtMoon3AfterBattleText3:: ; 80b6d (20:4b6d) text "Darn it all! My" line "associates won't" cont "stand for this!" done -_MtMoon3BattleText4: ; 80b9e (20:4b9e) +_MtMoon3BattleText4:: ; 80b9e (20:4b9e) text "We're pulling a" line "big job here!" cont "Get lost, kid!" done -_MtMoon3EndBattleText4: ; 80bcb (20:4bcb) +_MtMoon3EndBattleText4:: ; 80bcb (20:4bcb) text "So, you" line "are good." prompt -_MtMoon3AfterBattleText4: ; 80bde (20:4bde) +_MtMoon3AfterBattleText4:: ; 80bde (20:4bde) text "If you find a" line "fossil, give it" cont "to me and scram!" done -_MtMoon3BattleText5: ; 80c0e (20:4c0e) +_MtMoon3BattleText5:: ; 80c0e (20:4c0e) text "Little kids" line "should leave" cont "grown-ups alone!" done -_MtMoon3EndBattleText5: ; 80c39 (20:4c39) +_MtMoon3EndBattleText5:: ; 80c39 (20:4c39) text "I'm" line "steamed!" prompt -_MtMoon3AfterBattleText5: ; 80c46 (20:4c46) +_MtMoon3AfterBattleText5:: ; 80c46 (20:4c46) text "#MON lived" line "here long before" cont "people came." |
