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/route_2.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/route_2.asm')
| -rw-r--r-- | text/maps/route_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/route_2.asm b/text/maps/route_2.asm index 51c19737..2419abbe 100644 --- a/text/maps/route_2.asm +++ b/text/maps/route_2.asm @@ -1,10 +1,10 @@ -_Route2Text3:: ; 8d745 (23:5745) +_Route2Text3:: text "ROUTE 2" line "VIRIDIAN CITY -" cont "PEWTER CITY" done -_Route2Text4:: ; 8d76a (23:576a) +_Route2Text4:: text "DIGLETT's CAVE" done |
