diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:48:24 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-11 17:50:20 -0700 |
| commit | 7e112672b436afee27f1a5a0d6e7a5964e7829b2 (patch) | |
| tree | 9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /text/maps | |
| parent | Merge branch 'master' of github.com:pret/pokeyellow (diff) | |
| download | pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.gz pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.xz pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.zip | |
remove address comments
Diffstat (limited to 'text/maps')
| -rw-r--r-- | text/maps/daycare.asm | 2 | ||||
| -rw-r--r-- | text/maps/fuchsia_gym.asm | 2 | ||||
| -rw-r--r-- | text/maps/lorelei.asm | 2 | ||||
| -rw-r--r-- | text/maps/school.asm | 2 | ||||
| -rw-r--r-- | text/maps/underground_path_route_7_entrance_unused.asm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/text/maps/daycare.asm b/text/maps/daycare.asm index dbca93d6..8375ead0 100644 --- a/text/maps/daycare.asm +++ b/text/maps/daycare.asm @@ -89,4 +89,4 @@ _DayCareHeresYourMonText:: _DayCareNotEnoughMoneyText:: text "Hey, you don't" line "have enough ¥!" - done
\ No newline at end of file + done diff --git a/text/maps/fuchsia_gym.asm b/text/maps/fuchsia_gym.asm index f2bb8c9c..6beebc69 100644 --- a/text/maps/fuchsia_gym.asm +++ b/text/maps/fuchsia_gym.asm @@ -211,4 +211,4 @@ _FuchsiaGymText_75653:: text "It's amazing how" line "ninja can terrify" cont "even now!" - done
\ No newline at end of file + done diff --git a/text/maps/lorelei.asm b/text/maps/lorelei.asm index db032c78..666aa47f 100644 --- a/text/maps/lorelei.asm +++ b/text/maps/lorelei.asm @@ -38,4 +38,4 @@ _LoreleiAfterBattleText:: _LoreleiDontRunAwayText:: text "Someone's voice:" line "Don't run away!" - done
\ No newline at end of file + done diff --git a/text/maps/school.asm b/text/maps/school.asm index 2bd526f9..3c5f6379 100644 --- a/text/maps/school.asm +++ b/text/maps/school.asm @@ -17,4 +17,4 @@ _SchoolText2:: para "Be sure to read" line "the blackboard" cont "carefully!" - done
\ No newline at end of file + done diff --git a/text/maps/underground_path_route_7_entrance_unused.asm b/text/maps/underground_path_route_7_entrance_unused.asm index 1a66e8b1..02c95a5c 100644 --- a/text/maps/underground_path_route_7_entrance_unused.asm +++ b/text/maps/underground_path_route_7_entrance_unused.asm @@ -29,4 +29,4 @@ _UGPathRoute7EntranceUnusedText_5d782:: line "to CERULEAN, go" cont "to the building" cont "across the road." - done
\ No newline at end of file + done |
