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.
This commit is contained in:
Deokishisu
2026-08-04 04:09:24 +01:00
parent df4449a27c
commit 537c71dfd3
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,6 @@
"connections": null,
"object_events": [
{
"local_id": "LOCALID_RUBY",
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_PUSHABLE_BOULDER",
"x": 10,

View File

@@ -16,6 +16,7 @@
"connections": null,
"object_events": [
{
"local_id": "LOCALID_RUBY",
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_RUBY",
"x": 7,