diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-06 20:33:16 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-07 12:49:36 -0400 |
| commit | 4a7f3117e7293faa9135b40c8b52d87df225e122 (patch) | |
| tree | 02e03595ed775ea2a6e30c129cf9adfa344e64ea /data/text | |
| parent | 9f0a89760236529776b607e25e67aaae2321b99e (diff) | |
Sync elite_four.inc, check_furniture.inc
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/check_furniture.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/text/check_furniture.inc b/data/text/check_furniture.inc new file mode 100644 index 000000000..a8e008e7c --- /dev/null +++ b/data/text/check_furniture.inc @@ -0,0 +1,27 @@ +Text_PictureBookshelf: @ 81C6A69 + .string "There's a set of POKéMON picture books.$" + +Text_Bookshelf: @ 81C6A91 + .string "It's filled with all sorts of books.$" + +Text_PokemonCenterBookshelf: @ 81C6AB6 + .string "POKéMON magazines!\n" + .string "POKéMON PAL...\p" + .string "POKéMON HANDBOOK...\n" + .string "ADORABLE POKéMON...$" + +Text_Vase: @ 81C6B00 + .string "This vase looks expensive...\n" + .string "Peered inside...\p" + .string "But, it was empty.$" + +Text_EmptyTrashCan: @ 81C6B41 + .string "It's empty.$" + +Text_ShopShelf: @ 81C6B4D + .string "The shelves brim with all sorts of\n" + .string "POKéMON merchandise.$" + +Text_Blueprint: @ 81C6B85 + .string "A blueprint of some sort?\n" + .string "It's too complicated!$" |
