You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strangely, going in a full screen UI and reloading the whole OW displays the correct shiny OW. One thing I know to be broken as well but is not shown in the gif is the shiny OW in a map connection instead of a warp.
Description
This looks like a shiny Unown-K to me.
Strangely, going in a full screen UI and reloading the whole OW displays the correct shiny OW. One thing I know to be broken as well but is not shown in the gif is the shiny OW in a map connection instead of a warp.
Steps to reproduce: add the following OBJ_EVENTS to InsideOfTruck's map.json:
{
"graphics_id": "OBJ_EVENT_GFX_SPECIES(MAGIKARP)",
"x": 1,
"y": 1,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_WALK_IN_PLACE_DOWN",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "NULL",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_SPECIES_SHINY(MAGIKARP)",
"x": 2,
"y": 1,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_WALK_IN_PLACE_DOWN",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "NULL",
"flag": "0"
}
While trying to fix it, I found a few things that seem strange to me:
Version
upcoming (Edge)
Upcoming/master Version
No response
Discord contact info
Nopinou#8678
The text was updated successfully, but these errors were encountered: