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/blues_house.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/blues_house.asm')
| -rw-r--r-- | text/maps/blues_house.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/text/maps/blues_house.asm b/text/maps/blues_house.asm index a5b155f2..147b23fb 100644 --- a/text/maps/blues_house.asm +++ b/text/maps/blues_house.asm @@ -29,19 +29,11 @@ _DaisyUseMapText:: done _BluesHouseText2:: -IF DEF(_YELLOW) - text "Spending time" - line "with your #MON" - cont "makes them more" - cont "friendly to you." - done -ELSE text "#MON are living" line "things! If they" cont "get tired, give" cont "them a rest!" done -ENDC _BluesHouseText3:: text "It's a big map!" |
