Recent content by Cherubi420

  1. Cherubi420

    [Script] enemy trainer using a team identical to the player's

    i want to make a trainer who has a team identical to the player's but I have no idea where to start or what functions to use. is it even possible to do this in a rom hack?
  2. Cherubi420

    [Script] Script help

    I need help modifying this script so that it doesn't save over any other pokemarts #dynamic 0x740000 #org 0x16BB10 jump @start ' This redirects the script to your dynamic-offset version. Remove this line if you don't want this. #org @start '----------------------------------- special...
  3. Cherubi420

    [Script] Untitled

    I will watch the videos as soon as I get new headphones. Hopefully that will be soon I downloaded XSE and it doesnt have a script generator so theres no point in me using it because i know nothing about making scripts I think i need to make the sample scripts. Ill try to find some
  4. Cherubi420

    Hi

    I made this account a year ago and I am only now starting to use it I am working on a rom hack. I also edit the memory of games from time to time
  5. Cherubi420

    [Script] Untitled

    i am trying to make a script that makes an npc trainer's team change depending on the starter on pokemon fire red. heres the script im trying to modify. #dyn 0x740000 #org @begin trainerbattle 0x0 0x001 0x0 @intro @defeat msgbox @afterwards callstd msg_normal end #org @intro = I will crush...
Back
Top