From c641ff0a66f9ea61faf5fef178a348e43925deef Mon Sep 17 00:00:00 2001 From: Thiercy <49959904+Thiercy@users.noreply.github.com> Date: Thu, 25 Apr 2019 02:07:48 +0200 Subject: [PATCH] Update custom_events.md --- docs/events/custom_events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/events/custom_events.md b/docs/events/custom_events.md index b0bcda9..19a88d5 100644 --- a/docs/events/custom_events.md +++ b/docs/events/custom_events.md @@ -221,12 +221,12 @@ These are events defined by GemaYue specifically for the map editor. These event - **565 EV_CUSTOMTEXT** - Displays custom text LINE N at this tile where N is value of modifier. Modifier is 5000 + N and has to be set in the X+1 tile.Custom text is stored in story_text.rbrb (a rbrb file start at line0, not 1). + Displays custom text LINE N at this tile where N is value of modifier. Modifier is 5000 + N and has to be set in the X+1 tile. Custom text is stored in story_text.rbrb (a rbrb file start at line0, not 1). e.g. To display dialogue line 10 from story_text.rbrb you need event 565 and modifier 5009 next to it. - **573 EV_EGGBLOCK** - This event has to be attached to a collision tile. The block breaks if egg collected >= N, Where N is value of modifier (For example , 5005 mean need 5 egg to break). + This event has to be attached to a collision tile. The block breaks if egg collected >= N, Where N is value of modifier (For example, 5005 mean need 5 egg to break). - **574 EV_EVENTBLOCK**