From c115386f38d51661ec211fb3b8b44e59750b910b Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 19 Mar 2024 19:55:41 +0100 Subject: [PATCH] Add example videos to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 948241b6d..49a6f78f3 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,6 @@ pokecrystal-board requires RGBDS 0.7.0 to build. It has two build targets: *crys To suggest a feature or to report a bug, feel free to open an issue (using the "Feature suggestion" or "Bug report" labels) If you have specific questions about the usage of pokecrystal-board or how to contribute to it, feel free to reach me on Discord in the pret channel. But please, do not do this for questions that are rather in the domain of pokecrystal. -If you are interested on developing on top of pokecrystal-board, [docs/usage/index.md](docs/usage/index.md) details the different features. For generic changes made in pokecrystal-board (adaptations, cleaning up, etc.) refer to issues #1, #2, #7, #8. You can also navigate issues tagged with a "Feature" label to see commits pertaining specific features. Additionally, a rough list of new RAM addresses can be found in [docs/develop/ram_addresses.md](docs/develop/ram_addresses.md). \ No newline at end of file +If you are interested on developing on top of pokecrystal-board, [docs/usage/index.md](docs/usage/index.md) details the different features. For generic changes made in pokecrystal-board (adaptations, cleaning up, etc.) refer to issues #1, #2, #7, #8. You can also navigate issues tagged with a "Feature" label to see commits pertaining specific features. Additionally, a rough list of new RAM addresses can be found in [docs/develop/ram_addresses.md](docs/develop/ram_addresses.md). + +To get a quick feeling of the pokecrystal-board features, you can [watch these short videos](https://drive.google.com/drive/folders/1WW8HA_IAtl8MQlafNGip_66j1TEwL5qD?usp=drive_link). Alternatively, you can just build the debug ROM and check for yourself, but keep in mind that the configured data (maps, etc.) is purely dummy and merely added for testing purposes during development! \ No newline at end of file