diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-07-10 19:16:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-07-10 19:16:17 -0400 |
| commit | 927b5a47009ea1ac6e69c1931ecc6b03d7c75497 (patch) | |
| tree | 9b2379a252ddf68500cce03b1175c3744d5a8c16 /text | |
| parent | wOAMBuffer -> wShadowOAM (#370) (diff) | |
| download | pokeyellow-927b5a47009ea1ac6e69c1931ecc6b03d7c75497.tar.gz pokeyellow-927b5a47009ea1ac6e69c1931ecc6b03d7c75497.tar.xz pokeyellow-927b5a47009ea1ac6e69c1931ecc6b03d7c75497.zip | |
Identify Pokédex rating text
Diffstat (limited to 'text')
| -rw-r--r-- | text/OaksLab.asm | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/text/OaksLab.asm b/text/OaksLab.asm index 18ecadb7..9c247832 100644 --- a/text/OaksLab.asm +++ b/text/OaksLab.asm @@ -378,41 +378,41 @@ _OaksLabText_441cc:: line "Rating:" prompt -_OaksLabText_44201:: +_PokedexRatingText01:: text "You still have" line "lots to do." cont "Look for #MON" cont "in grassy areas!" done -_OaksLabText_44206:: +_PokedexRatingText02:: text "You're on the" line "right track! " cont "Get a FLASH HM" cont "from my AIDE!" done -_OaksLabText_4420b:: +_PokedexRatingText03:: text "You still need" line "more #MON!" cont "Try to catch" cont "other species!" done -_OaksLabText_44210:: +_PokedexRatingText04:: text "Good, you're" line "trying hard!" cont "Get an ITEMFINDER" cont "from my AIDE!" done -_OaksLabText_44215:: +_PokedexRatingText05:: text "Looking good!" line "Go find my AIDE" cont "when you get 50!" done -_OaksLabText_4421a:: +_PokedexRatingText06:: text "You finally got at" line "least 50 species!" cont "Be sure to get" @@ -420,62 +420,62 @@ _OaksLabText_4421a:: cont "AIDE!" done -_OaksLabText_4421f:: +_PokedexRatingText07:: text "Ho! This is geting" line "even better!" done -_OaksLabText_44224:: +_PokedexRatingText08:: text "Very good!" line "Go fish for some" cont "marine #MON!" done -_OaksLabText_44229:: +_PokedexRatingText09:: text "Wonderful!" line "Do you like to" cont "collect things?" done -_OaksLabText_4422e:: +_PokedexRatingText10:: text "I'm impressed!" line "It must have been" cont "difficult to do!" done -_OaksLabText_44233:: +_PokedexRatingText11:: text "You finally got at" line "least 100 species!" cont "I can't believe" cont "how good you are!" done -_OaksLabText_44238:: +_PokedexRatingText12:: text "You even have the" line "evolved forms of" cont "#MON! Super!" done -_OaksLabText_4423d:: +_PokedexRatingText13:: text "Excellent! Trade" line "with friends to" cont "get some more!" done -_OaksLabText_44242:: +_PokedexRatingText14:: text "Outstanding!" line "You've become a" cont "real pro at this!" done -_OaksLabText_44247:: +_PokedexRatingText15:: text "I have nothing" line "left to say!" cont "You're the" cont "authority now!" done -_OaksLabText_4424c:: +_PokedexRatingText16:: text "Your #DEX is" line "entirely complete!" cont "Congratulations!" |
