diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
| commit | fbda25d3d8a8191b9397c29d7ff475f2264c978e (patch) | |
| tree | eaed4a978a69b33ad22f7c52eda0b8b85ccc447c /text/maps/pokemon_league_gate.asm | |
| parent | Split out route text (diff) | |
| download | pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.gz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.xz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.zip | |
Split out the rest of map text
Diffstat (limited to 'text/maps/pokemon_league_gate.asm')
| -rw-r--r-- | text/maps/pokemon_league_gate.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/text/maps/pokemon_league_gate.asm b/text/maps/pokemon_league_gate.asm new file mode 100644 index 00000000..b9427f00 --- /dev/null +++ b/text/maps/pokemon_league_gate.asm @@ -0,0 +1,20 @@ +_UnnamedText_1e704: ; 8cfbb (23:4fbb) + text "Only truly skilled" + line "trainers are" + cont "allowed through." + + para "You don't have the" + line "BOULDERBADGE yet!@@" + +_UnnamedText_1e715: ; 8d012 (23:5012) + db $0 + para "The rules are" + line "rules. I can't" + cont "let you pass." + done + +_UnnamedText_1e71a: ; 8d03e (23:503e) + text "Oh! That is the" + line "BOULDERBADGE!" + cont "Go right ahead!@@" + |
