Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBJ_EVENT_GFX_SPECIES_SHINY does not entirely work #5683

Closed
Nopinou opened this issue Nov 18, 2024 · 1 comment · Fixed by #6129
Closed

OBJ_EVENT_GFX_SPECIES_SHINY does not entirely work #5683

Nopinou opened this issue Nov 18, 2024 · 1 comment · Fixed by #6129
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet

Comments

@Nopinou
Copy link

Nopinou commented Nov 18, 2024

Description

broken_shiny_OW
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

@Nopinou Nopinou added bug Bug status: unconfirmed This bug has not been reproduced yet labels Nov 18, 2024
@iriv24
Copy link

iriv24 commented Dec 29, 2024

ive narrowed this issue down to the lines removed here:
image
however, adding those lines back re-introduces an issue from #5470 that was fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet
Projects
None yet
2 participants