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:
@@ -182,7 +182,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACKBELT",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
|
||||
"x": 39,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
@@ -196,7 +196,7 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"graphics_id": "OBJ_EVENT_GFX_BATTLE_GIRL",
|
||||
"graphics_id": "OBJ_EVENT_GFX_CRUSH_GIRL",
|
||||
"x": 40,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
|
||||
Reference in New Issue
Block a user