Pokemon Mods

This is probably not gonna happen, but I was thinking it would be nice if I could mod how my pokemon sprites look on the simulator. You know, like you could upload a sprite set for how you pokemon appears to you and other players.

Someone would upload something sexual.

You could probably use something like Stylish to make custom CSS sets that override specific images with other images.

what is Stylish?

So how can I make a custom image for greninja? Idk how to code

Learn some simple css.

for example:

img[src*="../Sprites/front/728.png"] {
    content:url("../Sprites/front/727.png");
}

would replace Delta Ivysaurs front sprite with Delta Bulbasaurs front sprite

I pasted it in there, but it didn’t work:

Activate it with the button on the top right and refresh the battle sim

what button on the top right do I press?

The big S for Stylish, then make sure the theme you created is activated

This is what I see. I don’t see where to save?

Did you press “Save” on the theme you were editing after you pasted my css in?

Ah! its working. But how do I replace the greninja sprite with my own sprite?

img[src*=“image url you want to replace”] { content:url(“image url you want to change it to”); }

Thanks Deuk :slight_smile:

EDIT: nvm, working :grimacing:

wait, I tried it, but it’s not working again: