redriders180
Mastermind of Pokemon Glazed
- 314
- Posts
- 14
- Years
- Path of Victory, Tunod
- Seen Dec 17, 2016
hey, I was wondering if there is a way in a script to take pokemon away from the PC.
Also, is there a way to make an event where you can't continue unless you have certain pokemon caught in the wild?
If you're using Firered, there's a Pokemon checker special. The code would work like this:
Code:
...
setvar 0x8004 POKEMON_TO_SEARCH_FOR'S_HEX_NUMBER
special2 LASTRESULT 0x17C
compare LASTRESULT 0x1
if 0x1 goto @event
...
Is there a way to change the gym badges to the right color?
I've got my new gym badges in the right shapes but their colors are messed up even though I said to export the pallet.
As far as I can tell, you're limited to just five colors: White, Light gray, medium gray, dark gray, and black. After some sleuthing, I found the pallate at 0x3CD2C2, which you can edit with Advance Pallate Editor (found on the same page as Overworld Editor Rebirth Edition from my earlier answer). Of course, make sure you MAKE A BACKUP BEFOREHAND.
Edit: The pallate could be at either 0x3CD2C2 or 0x3CD2E2. They're identical, so if one doesnt work, try the other.
Last edited: