diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 14:45:07 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:46:46 -0500 |
| commit | b52bcd65975a21d0d101091259058f758b6ad8a0 (patch) | |
| tree | 6822037e017898cc45b4541ffcd4570bb6fcaa6c /text/maps/viridian_house.asm | |
| parent | stamp out even more text macros in main (diff) | |
| download | pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.tar.gz pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.tar.xz pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.zip | |
split viridian and oaks lab text into text/maps/
Diffstat (limited to 'text/maps/viridian_house.asm')
| -rw-r--r-- | text/maps/viridian_house.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/text/maps/viridian_house.asm b/text/maps/viridian_house.asm new file mode 100644 index 00000000..55994c4d --- /dev/null +++ b/text/maps/viridian_house.asm @@ -0,0 +1,24 @@ +_ViridianHouseText1: ; 95d71 (25:5d71) + text "Coming up with" + line "nicknames is fun," + cont "but hard." + + para "Simple names are" + line "the easiest to" + cont "remember." + done + +_ViridianHouseText2: ; 95dc7 (25:5dc7) + text "My Daddy loves" + line "#MON too." + done + +_UnnamedText_1d5b1: ; 95de1 (25:5de1) + text "SPEARY: Tetweet!" + done + +_ViridianHouseText4: ; 95df3 (25:5df3) + text "SPEAROW" + line "Name: SPEARY" + done + |
