• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Development: Forms and Formes

BluRose

blu rass
811
Posts
9
Years
So.. I'm pretty much a noob when it comes to ASM. Which parts I can remove if I only want Giratin's Origin form? (Yeah, I'm sorry, I just never liked Arceus type change thing, I never became interested on it </3 ..)
just remove all of the .equ's (that deal with plates) at the top and the entries in the table at the bottom (that deal with plates)
 

Lunos

Random Uruguayan User
3,112
Posts
15
Years
just remove all of the .equ's (that deal with plates) at the top and the entries in the table at the bottom (that deal with plates)

Kinda like this?
Spoiler:

Thanks, gonna give it a try, I seriously didn't thought it would be that easy, I feel like it never is with ASM xD ..

EDIT: Nope, didn't worked.
VwPoh9v.png
 
Last edited:

BluRose

blu rass
811
Posts
9
Years
Kinda like this?
Spoiler:

Thanks, gonna give it a try, I seriously didn't thought it would be that easy, I feel like it never is with ASM xD ..

EDIT: Nope, didn't worked.
VwPoh9v.png
Spoiler:

lol sorry i failed so hard
you can actually just define every single different form as the same index (normal arceus, in your case), but it would probably be better to change every reference to a different form back to "ArceusNormal" and then delete the rest of the .equ's (that aren't arceus normal)
this is a really bad way of doing it, but it should work
 

~Ωmega

The Legendary Reploid
1
Posts
8
Years
I try to eliminate everything that was Arceus, but I do not know if it worked:
Spoiler:
 

Lunos

Random Uruguayan User
3,112
Posts
15
Years
I try to eliminate everything that was Arceus, but I do not know if it worked:
Spoiler:

It didn't, but you got a different error than I.
yo4dbqz.png
 

Froosty

The_Learner
535
Posts
9
Years
Alright, I have been asked to share the routines I made for form(e) changing in Platinum Red & Blue multiple times, and I finally found the time to do so. This thread will be updated as I clean up old routines and create new ones. Enjoy.

Spoiler:
About the burmy form change,
I think mothim also changes its form accordingly,
but in the routine above you have asked to insert the dex number of burmy,
then how can i do the form change for mothim ???
 
6,355
Posts
18
Years
  • Seen Apr 16, 2020
About the burmy form change,
I think mothim also changes its form accordingly,
but in the routine above you have asked to insert the dex number of burmy,
then how can i do the form change for mothim ???

Mothim has no alternate forms.
 
50
Posts
9
Years
  • Age 30
  • Seen Jan 18, 2017
Sorry there is a way to do the ability of aegislash in FR, what happens is that I can not find it in Abilities resource thread and I already search on all the pages.
 

AtecainCorp.

Rejishan awake...
1,377
Posts
15
Years
ABOUT GIRATINA AND ARCEUS.

You forget add into the code MIND PLATE and ARCEUS PSYCHIC.... Too good that this list can be expanded... For All fellow Pokemon Ruby Hackers... Take this pointers from me for instering arceus and Giratina <And even Silvally> System...

Things you need change from Emerald Port is...

pokemon_calc_checksum: .word 0x0803b120
pokemon_encrypt: .word 0x0809d540
pokemon_calculate_stats: .word 0x0803b1b0
Back: .word 0x0803D8E2+1
Back2: .word 0x0803d8f6+1

For repoing " 00 49 08 47 xx+1 xx xx 08 " part.... It was in pointer 0x3d598

I tested it on my current Pokemon Ruby Rombase and works ideal.
 
Last edited:
81
Posts
7
Years
  • Age 30
  • Seen today
How can I make silvally change shape?


I have modified the arceus but I think it does not work.

Spoiler:


Spoiler:
 
Back
Top