Fix object event graphic names (#731)
* Fixed object event graphic names * Updated files and other variable names * Fix from finding and replacing without matching case * spritesheet updates * Update flag name --------- Co-authored-by: Marcus Huderle <huderlem@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BATTLE_GIRL",
|
||||
"graphics_id": "OBJ_EVENT_GFX_CRUSH_GIRL",
|
||||
"x": 9,
|
||||
"y": 53,
|
||||
"elevation": 3,
|
||||
@@ -107,7 +107,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BATTLE_GIRL",
|
||||
"graphics_id": "OBJ_EVENT_GFX_CRUSH_GIRL",
|
||||
"x": 18,
|
||||
"y": 105,
|
||||
"elevation": 4,
|
||||
@@ -121,7 +121,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACKBELT",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
|
||||
"x": 16,
|
||||
"y": 64,
|
||||
"elevation": 3,
|
||||
@@ -135,7 +135,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACKBELT",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
|
||||
"x": 11,
|
||||
"y": 64,
|
||||
"elevation": 3,
|
||||
@@ -177,7 +177,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACKBELT",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
|
||||
"x": 8,
|
||||
"y": 68,
|
||||
"elevation": 3,
|
||||
@@ -191,7 +191,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BATTLE_GIRL",
|
||||
"graphics_id": "OBJ_EVENT_GFX_CRUSH_GIRL",
|
||||
"x": 9,
|
||||
"y": 68,
|
||||
"elevation": 3,
|
||||
|
||||
Reference in New Issue
Block a user