diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:38:27 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 09:38:27 -0400 |
commit | 4878c118567df8a97e2a796c1c755f2311d955a7 (patch) | |
tree | 9ba526dc9150d6aad2f0fcf6cefb277963b870af /text | |
parent | 40f0dba6c17116c61ce4935663bf1a79485edee9 (diff) |
Route 25 scripts
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/route_24.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/text/maps/route_24.asm b/text/maps/route_24.asm index 26cb4044..475a2602 100644 --- a/text/maps/route_24.asm +++ b/text/maps/route_24.asm @@ -4,13 +4,13 @@ _Route24Text_51510:: cont "contest trainers!@@" _Route24Text_51515:: - db $0 + text "" para "You just earned a" line "fabulous prize!" prompt _Route24Text_5151a:: - text $52, " received" + text "<PLAYER> received" line "a @" TX_RAM wcf4b text "!@@" @@ -181,4 +181,3 @@ _Route24DamianText4:: text "How's CHARMANDER" line "doing?" done - |