diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-01-12 18:45:02 -0600 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-01-12 18:45:02 -0600 |
commit | 5914540ba780d7936fd6624d6fde2d67a9f7a773 (patch) | |
tree | a1ce27018f39d98f49d89468df426d0291e18560 /text/maps/route_11_2.asm | |
parent | ccf4fe54a8e444aaf966fac7b38bc9452c494222 (diff) | |
parent | 8a5a7d8e68538b727e0c166488265f395603366e (diff) |
Merge branch 'master' of https://github.com/pret/pokered into rgbgfxrgbgfx
Diffstat (limited to 'text/maps/route_11_2.asm')
-rw-r--r-- | text/maps/route_11_2.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/maps/route_11_2.asm b/text/maps/route_11_2.asm index 7edb3f06..537fea42 100644 --- a/text/maps/route_11_2.asm +++ b/text/maps/route_11_2.asm @@ -1,29 +1,29 @@ -_Route11EndBattleText9:: ; 90000 (24:4000) +_Route11EndBattleText9:: text "Whoa!" line "You spark plug!" prompt -_Route11AfterBattleText9:: ; 90017 (24:4017) +_Route11AfterBattleText9:: text "Well, better get" line "back to work." done -_Route11BattleText10:: ; 90037 (24:4037) +_Route11BattleText10:: text "My #MON should" line "be ready by now!" done -_Route11EndBattleText10:: ; 90058 (24:4058) +_Route11EndBattleText10:: text "Too" line "much, too young!" prompt -_Route11AfterBattleText10:: ; 9006e (24:406e) +_Route11AfterBattleText10:: text "I better go find" line "stronger ones!" done -_Route11Text11:: ; 9008f (24:408f) +_Route11Text11:: text "DIGLETT's CAVE" done |