From 20c7da69d790c4410b7475761760fce7ca2b8dce Mon Sep 17 00:00:00 2001 From: wcko87 Date: Tue, 9 Jan 2018 16:02:35 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README.md b/docs/README.md index cd4fce5..2b4b06c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,3 +34,11 @@ To modify these, make the roombg/roomtype/roomcolor layers visible and change th * [room_background_ids_original.txt](./room_background_ids_original.txt) Note: you may need to restart the game for changes in room backgrounds/types/colors to take effect properly. + +## Cutscene Basics: + +To modify cutscenes, create two new text files, story_emot.rbrb and story_text.rbrb, and put them in the same folder as your map files. + +story_emot.rbrb is for character portraits and emotions, story_text.rbrb is for cutscene text/dialogue. +* [story_emot.rbrb Information](./cutscenes/story_emot.md) +* [story_text.rbrb Information](./cutscenes/story_text.md)