From 537c71dfd36b83c9cdac8e4ed4a6721a6132d645 Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:09:24 +0100 Subject: [PATCH] Fix Erroneous LocalId in Mt. Ember A random pushable boulder in `MtEmber_RubyPath_B3F` was assigned `LOCALID_RUBY`, but the actual Ruby object did not have any localId assigned. This is now fixed. --- data/maps/MtEmber_RubyPath_B3F/map.json | 1 - data/maps/MtEmber_RubyPath_B5F/map.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/data/maps/MtEmber_RubyPath_B3F/map.json b/data/maps/MtEmber_RubyPath_B3F/map.json index ba1e1f222..87a812708 100644 --- a/data/maps/MtEmber_RubyPath_B3F/map.json +++ b/data/maps/MtEmber_RubyPath_B3F/map.json @@ -16,7 +16,6 @@ "connections": null, "object_events": [ { - "local_id": "LOCALID_RUBY", "type": "object", "graphics_id": "OBJ_EVENT_GFX_PUSHABLE_BOULDER", "x": 10, diff --git a/data/maps/MtEmber_RubyPath_B5F/map.json b/data/maps/MtEmber_RubyPath_B5F/map.json index fc7a056fa..c8878d71b 100644 --- a/data/maps/MtEmber_RubyPath_B5F/map.json +++ b/data/maps/MtEmber_RubyPath_B5F/map.json @@ -16,6 +16,7 @@ "connections": null, "object_events": [ { + "local_id": "LOCALID_RUBY", "type": "object", "graphics_id": "OBJ_EVENT_GFX_RUBY", "x": 7,