From f84afaa336bbc27ac0ee8f0aca9999173c601e8e Mon Sep 17 00:00:00 2001 From: wcko87 Date: Tue, 12 Sep 2017 15:25:27 +0800 Subject: [PATCH] Update custom_events.md --- docs/events/custom_events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/events/custom_events.md b/docs/events/custom_events.md index c73a070..5650261 100644 --- a/docs/events/custom_events.md +++ b/docs/events/custom_events.md @@ -151,3 +151,19 @@ These are events defined by GemaYue specifically for the map editor. These event - n is the value of the X+2 tile. (i.e. eventID: 5000 + n) - (If n is 0, remove the item) - This can be used to set the levels of bunny amulet(23), plus necklace(33), donuts(37), cakes(38), golden carrots(39), and cocoa bombs(40) above their normal values. + +- **559 EV_SETHAMMEREXP** + + IF Erina passed these events, set hammer exp to k. + - k is the value of the X+1 tile * 100 (i.e. eventID: 5000 + k/100) + +- **560 EV_SETFAIRYEXP** + + IF Erina passed these events, set Ribbon relationship exp to k. + - k is the value of the X+1 tile * 100 (i.e. eventID: 5000 + k/100) + +- **561 EV_SETBOMBEXP** + + IF Erina passed these events, set carrot bomb exp to k. + - k is the value of the X+1 tile * 100 (i.e. eventID: 5000 + k/100) +