diff options
| author | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
| commit | f33bd1d89e03b7eec679048ffdf704551b22fde0 (patch) | |
| tree | 935b541241a385d9ebfed8fc79ce3e60d2a0489e /text/maps/lance.asm | |
| parent | fix repository links (diff) | |
| download | pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.gz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.xz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.zip | |
Improve diffability with pokeyellow; remove address comments and ifs.
Diffstat (limited to 'text/maps/lance.asm')
| -rw-r--r-- | text/maps/lance.asm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/text/maps/lance.asm b/text/maps/lance.asm index 35ef3546..f6890896 100644 --- a/text/maps/lance.asm +++ b/text/maps/lance.asm @@ -1,10 +1,6 @@ -_LanceBeforeBattleText:: ; 85d3c (21:5d3c) +_LanceBeforeBattleText:: text "Ah! I heard about" -IF DEF(_YELLOW) - line "you, ", $52, "!" -ELSE line "you ", $52, "!" -ENDC para "I lead the ELITE" line "FOUR! You can" @@ -31,7 +27,7 @@ ENDC cont "with me, ", $52, "!" done -_LanceEndBattleText:: ; 85e64 (21:5e64) +_LanceEndBattleText:: text "That's it!" para "I hate to admit" @@ -39,7 +35,7 @@ _LanceEndBattleText:: ; 85e64 (21:5e64) cont "#MON master!" prompt -_LanceAfterBattleText:: ; 85e9e (21:5e9e) +_LanceAfterBattleText:: text "I still can't" line "believe my" cont "dragons lost to" |
