• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

Recent content by Lancekoijerwillborough

  1. L

    [Script] Misaligned Multi-choice box

    Hello guys! Does anyone know a way how to make the words aligned in a multi-choice box like this one I always get this:
  2. L

    [Tool] Tile Animation Editor

    Hello everyone! I'm kind of in trouble right now and I think I suck at making my tiles animated. There's a tool for tile animation that can be found here in PC and, too bad, that's the only tool I have found. That's Tileset animation Editor by LU-HO. But, whenever I try to load my rom there, it...
  3. L

    [ASM & Hex] [EMERALD] Is it possible to make it so you can't catch any pokemon?

    I modified a routine and posted it in ASM Resource Thread.. I think this might help you.
  4. L

    [Other] Is there a script for exchanging a pokémon for an item?

    You can use CHeckitem command and removeitem command to do what you are trying to do. example: ... checkitem 0xD 0x1 compare LASTRESULT 0x1 if 0x1 goto @1 ... #org @1 givepokemon 0x1 0x1 0x0 0x0 0x0 0x0 @I don't remember how many fillers does this command have removeitem 0xD 0x1 ... That...
  5. L

    Code: ASM Resource Thread

    Insert the following in free-space location in your ROM: AAAAAA: CE DC D9 00 BC BB C6 C6 00 DD E7 00 D6 E0 E3 D7 DF D9 D8 AB FF BBBBBB: CE DC DD E7 00 CA E3 DF D9 E1 E3 E2 00 D7 D5 E2 E2 E3 E8 00 D6 D9 00 D7 D5 E9 DB DC E8 AB FF In 0x5CC64C, insert the reverse pointer of AAAAAA (do not...
  6. L

    Code: ASM Resource Thread

    TOGGLING CAPTURABILITY OF POKEMON: EM Basically, it is a port of FBI's Toggling Capturability Routine available only on Fire Red to Emerald. This port makes a certain Pokemon uncapturable by just setting var 8000 to 0x1. This only works on Emerald . How to insert: First compile the following...
  7. L

    FireRed hack: Pokémon Sea Temple v1.0B

    That issue exists in V-Boy 1.8 as far as I know. I suggest using My Boy or Visual Boy's version below 1.8 Fixed UPDATE!!! Pokemon sea Temple v1.0B Download Link: Click Here Bug Fixes: Fixes the Stat Bags Issues Fixes the Bubble Animation Issue Fixes the Landalure Gym Issue Added Poison...
  8. L

    FireRed hack: Pokémon Sea Temple v1.0B

    UPDATE!!! Pokemon sea Temple v1.0A Download Link: Click Here Bug Fixes: Fixes the bug when some moves, when used, crash the game. Fixes the issue when challenging Verma Fixes the unavailability of Z-Moves. (NOTE: If you have saved the game already before the Totem Event in Aster Forest...
  9. L

    [Other] My Boy vs Visual Boy

    I don't know how to make a perfect title for this kind of issue I was facing and am still facing at My Boy and Visual Boy. There are animations (Battle Animations) that when I play in Visual Boy, it runs smoothly but when played in My Boy, the game restarts. Also, if you have played my hack...
  10. L

    [Graphics] Replacing Old Particles with New Particles glitches the animation

    Hello guys! I've been editing move animations lately. I was able to expand the Particles Image and Pallete but when I use the particle index at the move, the animation glitched. What I did was use the Rain Dance Particle and added it as 45 28 index. I then copied its Move Animation and replaced...
  11. L

    FireRed hack: Pokémon Sea Temple v1.0B

    Hello everyone! Beta 1.0 is now available! Pokemon Sea Temple Beta 1.0: Beta includes: * 3 Gyms and 2 Kahunas * 2 available, working Z-Crystals * Totem Battles NOTE: The beta is not yet tested guys... if you found bugs, kindly report it here! Download Here EDIT: The patch file should be...
  12. L

    Code: ASM Resource Thread

    Hello everyone, I edited this routine to support the byte manipulation using vars so we don't have to shift bits just for us to use icon above 0xFF. For Variable 0x8000: set it to 3 if you want Pokemon icons to be used set it to anything if you want other formats (do not use bytes above 0x04...
  13. L

    FireRed hack: Pokémon Sea Temple v1.0B

    Yes. By the way, I have made all the Normal Type non-damaging moves usable for Z-Move Breakneck Blitz. The only problem I can't solve for now is that it doesn't copy the category of the move being used. However, I have made some checks from the original game like when Protect is activated...
  14. L

    FireRed hack: Pokémon Sea Temple v1.0B

    HACK NAME: Pokemon Sea Temple ROM BASE: Pokemon Fire Red HACK BASE: MrDS's and JPAN's patch HACKERS' NAME: LKPST and Sakib66 . This hack was planned and started years ago but due to the conflicting schedules, the hack was abandoned. I had many attempts on continuing the hack but I failed. One...
  15. L

    Quick Research & Development Thread

    It's so inconvenient to put "here's the technical offset and the offset you should put into a hex editor" note to every research that will be posted here. This is Quick Research Thread actually so if you still have questions, because it has been explained already, you may want to make a thread...
Back
Top