YesNoOk
avatar

How to make a palette be able to use an hyper from another palette? (Read 696 times)

Started by Shadows_Scare_me, October 20, 2019, 03:06:24 pm
Share this topic:
How to make a palette be able to use an hyper from another palette?
#1  October 20, 2019, 03:06:24 pm
  • avatar
  • *
    • Argentina
I'm wanting to make the Statedef 16500 that only pal 11 and 12 can do, but i want to able pal 10 too. But i dont know how.
Re: How to make a palette be able to use an hyper from another palette?
#2  October 21, 2019, 12:55:01 pm
  • ****
    • crepa.neocities.org

  • Online
We need the code in the CMD that changes to statedef 16500.

It must be something like:
triggerall = palno >= 11
meaning that only pal 11 and above are able to perform the move, changing it to "palno >= 10" should solve it.

But again, this is just guessing as I don't know how the character is coded.
Re: How to make a palette be able to use an hyper from another palette?
#3  October 21, 2019, 01:55:44 pm
  • avatar
  • *
    • Argentina
Ok i'll try it, thanks!