From 2fe7d4cf528cf48154d59fb29f9da1b3facdf923 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Wed, 6 Sep 2017 19:20:57 +0800 Subject: [PATCH] Update custom_events.md --- docs/events/custom_events.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/events/custom_events.md b/docs/events/custom_events.md index 65cfd46..7db4e86 100644 --- a/docs/events/custom_events.md +++ b/docs/events/custom_events.md @@ -88,3 +88,31 @@ These are events defined by GemaYue specifically for the map editor. These event - **545 EV_NOBOSSMODE** If Erina passes this event, disable boss mode and remove screen scroll lock. + +- **546 EV_NOBOSSMODE2** + + If Erina passed this event, remove screen scroll lock. + + +- **547 EV_DISABLEEVENT0** + + Disable effect of EV_DISABLEEVENT1 548 + +- **548 EV_DISABLEEVENT1** + + If Erina passed this event, disable any event start (to prevent event that unrelated to event tile + from starting, for example Cicini's dialog after Erina pick up Air Jump) + +- **549 EV_NOENDBOSSEVENT0** + + disable the effect of EV_NOENDBOSSEVENT1 550 + +- **550 EV_NOENDBOSSEVENT1** + + If Erina passed this event, any town member boss will just teleport and leave after defeated by Erina. + Instead of using the end boss cutscene. + +- **551 EV_SETMUSICSPEED** + + IF Erina passed these events, change music speed to k%. + - k is the value of the X+1 tile (i.e. ID 5000 + k).