top of page

Party Ball Randomizer

5.22

The selected Pokemon will randomly get be in one of the 26 different Poke Balls!

HMA Discord Link 2.png

Credits:

YeahPotato


How To

Assign this script to an object event on your map

  lock
  faceplayer
  msgbox.default <auto>
{
Choose a Pokemon to get a new Poke Ball.
}
  special ChoosePartyMon
  waitstate
  if.compare.goto varResult >=6 <decline>
  setvar 0x8003 0
  random 27
  copyvar 0x8003 0
  special 0x14
  special2 var5 GetSelectedMonSpeciesAndNickname
  bufferPokemon buffer1 0x8005
  msgbox.fanfare mus_level_up <auto>
}
[buffer1] got a new Poke Ball!
}

decline:
  release
  end

Happy Hacking!

 


bottom of page