mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 10:59:18 -05:00
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:
@@ -16,7 +16,6 @@
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"local_id": "LOCALID_RUBY",
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_PUSHABLE_BOULDER",
|
||||
"x": 10,
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"local_id": "LOCALID_RUBY",
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_RUBY",
|
||||
"x": 7,
|
||||
|
||||
Reference in New Issue
Block a user