Map Name: Moonwake Island
Trial: celebrations
Map: https://i.imgur.com/NSp6shs.png
Critique Requested: sure
Credits: UltimoSpriter
Notes: celebrating the downfall of the evil boys
cresselia is back in her home on moonwake island. kickin' it
I made a script that allows wild Pokémon to drop their hold items when fainted.
Copy and paste wherever.
class PokeBattle_Battler
def pbFaint(showMessage=true)
unless fainted?
PBDebug.log("!!!***Can't faint with HP greater than 0")
return true
end
if @fainted
#...
Hey don't use v1 it's bad use v2 by M3rein he made it real good
Support for custom moves and Alolan forms woo
#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=
#
# Showdown Exporter v2 for Pokémon Essentials by Cilerba, rewritten by M3rein
#...
Cilerba submitted a new resource:
Showdown Exporter - Turn your Pokémon Essentials team into a Pokémon Showdown-ready text file.
Read more about this resource...
A small script to turn your team into a Showdown text file.
Get the script here:
Showdown Exporter
To use it just throw it in and call pbShowdown and it will create a "showdown.txt" file in your game's directory.
The main thing that I would like to critique is the fact that there really isn't much to critique.
The first screenshot you included in your post is a dark screenshot in what looks to be a graveyard. This looks really intriguing and makes me start to wonder about where it is, what is its tie...