Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
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.
Is there any way to disable the animation on the overworld for learning TMs?
Also what do you mean by "Also the sequence for the new TMs is not right."?
Idk how to disable it, but good new is emerald doesnt have the animation.
The New TM is located between HM08 and TM01 in bag. There must be some routine that will auto arrange it.
[S-HIGHLIGHT]Notes: BUG found, so use this at your own risk.[/S-HIGHLIGHT]
Also this is for Fire Red
1.First you need to create new TM, but once you create one, you need to follow it with another one until all are added.
If you don't want to overlap the previous item, item extension should be consider.
To remove the limiter for item extension
Spoiler:
0809a8ae = 00 00 00 00
08098998 = your total item number index
Then repoint the item data(3DB028) and image & palette pointer(3D4294) like what you did in pokemon expansion.
2.After that repoint the TM/HM table at 45A80C, it should be 0x74 bytes long.
Then add whatever move you want to have for new TM.
43C40: 00 48 00 47 FF FF FF 08, FF FF FF 08 = third asm location+1
table refer to your pokemon TM/HM compatibility table
Format:
It works exactly the same as vanilla fire red, but two more line added, so it supports up to 128 TM/HM.
Now each entry cost you 16 bytes, so the old compatibility table is dead.
Then convert each line into hex,
Hex:[04 00 04 00] [00 00 00 00] [00 00 04 00] [00 00 02 00]
Every works fine but the animation when you forget move to learn new TM(thought it is pointless) will kill the game.
Also the sequence for the new TMs is not right.
Nice work! I was actually working on TM expansion as well, but gave up due to lack of motivation and graphics bugs, so I'm glad someone decided to step up to the plate! I'll see what I can do about porting this to EM, but it'll probably take a while, since I have school and other fun stuff.
Put 00 00 at 0x11CE6E will stop the animation to learn TM directly in fire red, instead of pushing b button.
Then put 00 F0 0E FA at 0x11CA2C to skip the whole set of animation directly.^^
Put 00 00 at 0x11CE6E will stop the animation to learn TM directly in fire red, instead of pushing b button.
Then put 00 F0 0E FA at 0x11CA2C to skip the whole set of animation directly.^^
I probably miss something out , this animation come out very randomly, fortunately not an issue:).
"image removed"
Also when you use the old TM without overwrite a move, it will show something like this if you apply what I said in previous post.
"image removed"
It ends very quickly, not a big issue, but I will take some time to fix it.
Edit: Put 00 00 00 00 00 00 00 00 00 00 00 00 44 E0 at 0x11CD9E to fix this.
I probably miss something out , this animation come out very randomly, fortunately not an issue:).
"image removed"
Also when you use the old TM without overwrite a move, it will show something like this if you apply what I said in previous post.
"image removed"
It ends very quickly, not a big issue, but I will take some time to fix it.
Edit: Put 00 00 00 00 00 00 00 00 00 00 00 00 44 E0 at 0x11CD9E to fix this.
I have another problem, which I do not get solved.
I have expanded the items on 512. And my TMs have the same so made that direct the 128 piece all in consecutive order. But the problem is that the ASM hack is controlled so that it "skips" some areas. There are therefore only HMs from 60-117 displayed or so. In addition, no three-digit numbers are displayed.
I would be glad if you would help me or at least would document the ASM hack because there looks frankly no one through.
I have another problem, which I do not get solved.
I have expanded the items on 512. And my TMs have the same so made that direct the 128 piece all in consecutive order. But the problem is that the ASM hack is controlled so that it "skips" some areas. There are therefore only HMs from 60-117 displayed or so. In addition, no three-digit numbers are displayed.
I would be glad if you would help me or at least would document the ASM hack because there looks frankly no one through.