Cilerba
the hearts of lonely people
- 1,162
- Posts
- 15
- Years
- Age 28
- Massachusetts
- Seen Sep 9, 2024
I attach in this post. Include Red and Blue.I'm looking for the FireRed and LeafGreen trainer in-battle sprites of the Kanto gym leaders, Team Rocket and elite four, ready to be used in RMXP (right size and transparent background).
I'm also looking for the Blue and Red in-battle sprites from HGSS.
I resized for you.I'm looking for the complete set of FRLG battle sprites not including gym leaders, Rival and the Elite Four. Examples include, Lass, Youngster, Hiker, Super Nerd, Scientist. Just general Pokemon trainers you encounter for battling. Thanks in advance!
Thank you, I forget about spriter resorce...Here you go:
Spoiler:![]()
So i am trying to do a wild pokemon battle and i am using this script:
pbWildBattle (PBSpecies::SHAYMIN,20,10)
I keep getting said error:
Spoiler:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Script error within event 23, map 46 (Gracidea Forest):
Exception: SyntaxError
Message: (eval):2:in `pbExecuteScript'compile error
(eval):2: syntax error
(PBSpecies::SHAYMIN,20,10)
^
***Line '(PBSpecies::SHAYMIN,20,10)' shouldn't begin with '(', try putting '(' at
the end of the last line
***Full script:
pbWildBattle
(PBSpecies::SHAYMIN,20,10)
Interpreter:274:in `pbExecuteScript'
Interpreter:1583:in `command_355'
Interpreter:492:in `execute_command'
Interpreter:191:in `update'
Interpreter:104:in `loop'
Interpreter:196:in `update'
Scene_Map:96:in `update'
Scene_Map:94:in `loop'
Scene_Map:107:in `update'
Scene_Map:63:in `main'
This exception was logged in
C:\Users\Ty\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------