• 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.

Recent content by STADIUM_TOKEN

  1. S

    [Script] Poke Fire Red Intro editing

    I would like to make a gamemode based Romhack of Fire Red. One "Game" consists of 4 Arenas and unique ways to play the game different every time. One "game" shouldnt be longer than 1.5 hours Its meant to be played and showcased on a tournament style setting. Where every player who survived has...
  2. S

    [Script] Events based on first pokemon in party

    Yes indeed there is a way to do that. I don't know how good your scripting understanding is but here is what I know about variables. Variables are different from normal Flags They can have different Values, and it's Value can be changed by scripts If you pick a Starter the value of the...
  3. S

    [ASM & Hex] Remove save option and add Game Over Screen

    Im working on a Concept for a Pokemon Battle Royale mode in Pokemon Emerald. I would like to remove the save Option from my Emerald Rom. And at the same time I would like to remove the reset to a Pokemon Center if beaten and add a Game Over Screen Instead. I cant Code in ASM yet, if someone...
  4. S

    Romhack Discussion, Pokémon Royale

    I would like to make a new Romhack in form of a battle royale mode and want to discuss its Concept. Rules of the Game: You cant SAVE! if youre beaten then its GAME OVER DIFFICULTY HARDCORE This Romhack would have a large map wich has a lot of Segments to start in. Depending on wich Segment...
  5. S

    [Script] Pokemon Fire Red - Move Reminder Script need help

    Im trying to debug and reassemble the move reminders (aka PokeManiac) Script that lets you choose an attack your Pokemon once knew. What I want is that it doesnt take Mushrooms of any sort to work properly. And I also want the textboxes of this script to be short. I want to use this script in a...
  6. S

    [Script] getting script tiles to work

    that was indeed the Problem, thanks for your help.
  7. S

    [Script] getting script tiles to work

    Im using a variable to determine how a script tile should behave. With this I control the behavior of the Tile #dynamic 0x800000 #org @start applymovement 0xFF 0x03 waitmovement 0x0 lock compare 0x4014 0x0 if 0x1 call 0x8037CD' This is the Offset for the according script I want to debug...
  8. S

    Who where when how why to start what??

    Okay one does not simply, make a rom hack to do it you should learn how to do it first. first of all a List of useful tools to edit your ROM Pokemon Game Editor (PGE), lets you edit Pokemon moves and almost everything else Pokemon Gen 3 Hacking suite, same purpose, more compatibility...
  9. S

    Planning a New Hack and Seeking Advice

    First of all, I'd like to know if you have proper scripting understanding. About contests: Do you mean the kind of contests where you win the colored ribbons like in Rse, or do you mean the ones like in Emerald Only where you can choose your Set of Pokemon? Currently I'm writing my own...
  10. S

    [ASM & Hex] Shadow Pokemon in Pokemon FireRed

    This alone sounds Pretty easy to do, do you know how this command: trainerbattle Needs Parameters? it Needs: Type of Battle reserved (blank pointer) (0x0) challenge message pointer defeat message pointer and it has one optional Parameter if the type of battle is 0x1 or 0x2 (if it is one of...
  11. S

    [ASM & Hex] Shadow Pokemon in Pokemon FireRed

    Yo for Shadow Pokemon I got an Idea You could have shadow Pokemon as a Special Form in your Hack, To implement this I recommend you "Pokemon Game Editor" or "Generation 3 Hacking Suite" First you should try to expand the Pokemon Table so you can Add new Pokemon. Otherwise you could divide the...
  12. S

    [Script] Trainerbattle command

    Hello folks im trying to use the trainerbattle command in a specific way, I will spare you the Details its just 3 consecutive Battles out of a pool of 5 possible Trainers. Im thinking that LASTRESULT should behave like a variable, because it is. Is it possible to store the Value of a...
  13. S

    [Script] Change Pokemon Level with a script

    Im wondering if this is even possible. It should be in Emerald but im hacking FR so i dont really know. I want to change the Level of my party to a certain fixed Level like in Battle frontier. Is there a way to do this via XSE? I believe by reading certain vars and changing them it should be...
  14. S

    [Tool] Problems using mixed Tools

    Hey guys, I'm having some problems around the tools I use. I'm using Advance Map, Generation3 Hacking Suite, PGE, Complete Item Editor I already know that I have to use almost every Rom editor like Pge or g3hs BEFORE I use Advance map because otherwise the Rom gets corrupt. I workaround this...
  15. S

    [Script] Want a debug mode in Emerald?

    When I start creating a new hack or even try to test out some features I usually start with a debug room first. I change the starting map on map bank 4 map 2 (Fr) to a room to test my scripts. If you want a debug mode just do it like that. Fill the room with scripts and features you want to...
Back
Top