diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-04-08 19:04:36 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-04-08 19:04:36 -0600 |
| commit | adc6a3aac7d883f9833c7da3f5896935715291e7 (patch) | |
| tree | c084374aad2aa31165f9831440f1b7f82f0d04b0 /text/maps/lavender_mart.asm | |
| parent | Clean up labels and trainer headers for overworld Pokémon. (diff) | |
| download | pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.tar.gz pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.tar.xz pokeyellow-adc6a3aac7d883f9833c7da3f5896935715291e7.zip | |
Clean up script labels in marts and Pokémon Centers.
Diffstat (limited to 'text/maps/lavender_mart.asm')
| -rw-r--r-- | text/maps/lavender_mart.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/text/maps/lavender_mart.asm b/text/maps/lavender_mart.asm index 69b8096f..222712c6 100644 --- a/text/maps/lavender_mart.asm +++ b/text/maps/lavender_mart.asm @@ -14,13 +14,13 @@ _LavenderMartText2:: line "I can get them?" done -_LavenderMart_5c953:: +_LavenderMartReviveText:: text "You know REVIVE?" line "It revives any" cont "fainted #MON!" done -_LavenderMart_5c958:: +_LavenderMartNuggetText:: text "I found a NUGGET" line "in the mountains." @@ -28,4 +28,3 @@ _LavenderMart_5c958:: line "useless, but it" cont "sold for ¥5000!" done - |
