Recent content by Dragonite2963

  1. D

    [Scripting Question] Attack Effectiveness Ability

    Never mind, I figured it out. It was as simple as if opponent.hasWorkingAbility(:VAMPIRISM) && atype==getConst(PBTypes,:FIRE) mod1=4 if mod1==2 mod2=4 if mod2==2 mod3=4 if mod3==2 end
  2. D

    [Scripting Question] Attack Effectiveness Ability

    I've been trying to add a new ability that modifies the effectiveness of certain type attacks and boosts your STAB. The boosting STAB part was simple enough, but I can't for the life of me figure out how to make certain attack types supereffective against a Pokemon with this ability. I tried...
  3. D

    [Essentials] Pokemon Shatterpoint

    I can be a writer if you'd like
  4. D

    [Scripting Question] Sprites not showing up in the gender selection screen?

    Any have any clue why this could be happening?
  5. D

    Pokemon Region Generator

    I'm getting an error, and I'm guessing it's an incompatibility with EBS:
  6. D

    [Scripting Question] Sprites not showing up in the gender selection screen?

    When I get to the part in the intro where the player chooses their gender, the images for the player avatars (AvatarX.png) don't show up. The background images show up fine though. Here's the script I'm using by @bo4p5687: In my intro after Oak talks asks the player what gender they are, I...
  7. D

    [Other Question] Scale custom pokemon sprites?

    I'm using EBS. I made a fakemon that's 250x250px, but it shows up massive in game. Is there a way to scale how big it looks in game?
  8. D

    [Other Question] EBS Remove custom trainer backsprites?

    The backsprite works normally, I just wanted to change the trainer sprites and have them be the smaller size. I guess I'll just make new sprites for them then, thanks
  9. D

    [Other Question] EBS Remove custom trainer backsprites?

    Yeah, it definitely is. It's a different size, too. Is there a way to make it recognize the default essentials size instead?
  10. D

    Gender Selection Screen (Sun/Moon)

    This looks really cool, but for some reason the avatar sprites don't show up. Am I doing something wrong? Edit: It works flawlessly actually, but the sprites still never show up in the character selection screen. I'm using the default backgrounds provided. Could it be a layering issue? Edit2...
  11. D

    [Other Question] EBS Remove custom trainer backsprites?

    Is there any way to revert to the default essentials trainer backsprites, for when you throw out a pokeball? I tried removing the custom sprite, but it looks super wonky in-game.
  12. D

    [Graphics] Door Animation Palette Offsets?

    Gotcha, that makes sense. Never mind then, I've got it figured out.
  13. D

    [Graphics] Door Animation Palette Offsets?

    Does anyone know what the APE offsets are for the 12 door animation palettes as seen in Door Animation Editor?
  14. D

    [ASM & Hex] Compiling Fire Red Intro

    I'm a beginner to ROM hacking, and I'd like to insert Shinyquagsire's crystal intro seen here: https://github.com/shinyquagsire23/FR-CrystalIntro/ However, I'm completely lost on how to actually insert it. Can someone explain it to me step by step? I also have no idea how to change the...
  15. D

    [Other] Windows 10 Compatibility?

    I use Windows 10, and I would say most, if not all, tools work perfectly fine. If anything, I'd be worried about older systems or MacOS.
Back
Top