diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:51:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 17:51:03 -0700 |
| commit | 54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch) | |
| tree | 9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /text/maps | |
| parent | Merge pull request #14 from PikalaxALT/master (diff) | |
| parent | remove address comments (diff) | |
| download | pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip | |
Merge pull request #13 from YamaArashi/master
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 |
