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

  1. Martinii93

    [Pokeemerald] Tutorial : How to implement X/Y Sky Battles

    Hello Phlayne, I've been trying to use this tutorial but I'm running into two errors. I'm using one of the most recent rh-hideout pokeemerald builds . I get these errors: Battle_script_commands: in "Cmd_attackcanceler" function Load_save.c: added lines: So how would I make this...
  2. Martinii93

    [Other] [HELP] Make an Item that Uses Fly

    Hey, when implementing: static u8 sub_80B8C60(u32 a0, u32 a1, u32 a2) { u16 v0; u8 monSprite; struct Sprite *sprite; v0 = (a0 & 0x80000000) >> 16; a0 &= 0x7fffffff; monSprite = AddItemIconSprite(2110,2110,a0); gSprites[monSprite].pos1.y = 0x50...
  3. Martinii93

    PoryMap | Map Editor for the Disassembly and Decompilation Projects

    Hey, regarding the map layout editor from the region map editor: I can't seem to "click" on the grayed out zones , even when clearing the whole region map to mapsec_none, what can I do to fix this? I can only click on the parts that were already there, even when clearing the map layout.
  4. Martinii93

    [Pokeemerald] About the basics of Git and starting a project with the Pokeemerald-expansion

    It just accidentally deleted one "}" when editing an ability so it seems but didn't find it immediately , very frustrating! But now I managed to fix it :p ! But thanks anyway, and thank you for your hard work and help, Dizzy! (and Lunos.. and everyone else involved with the disassembly...
  5. Martinii93

    [Pokeemerald] About the basics of Git and starting a project with the Pokeemerald-expansion

    Hey I've been working with Dizzy's works for a bit now and it all went fluently until now, I just added a couple of moves in LEVEL_UP_LEARNSETS and edited a few types and abilities in BASE_STATS; but now i get these errors; What did I do wrong? What can I do to fix this?
  6. Martinii93

    [Pokeemerald] Inserting Custom Sprites

    Thanks swalot ! Edited those and it works as a charm!
  7. Martinii93

    [Pokeemerald] Inserting Custom Sprites

    Hey, Don't know where else to really ask this, but where in the pokeemerald depository could one edit the palettes of the "walking, surfing..." from the overworld sprite of character? Pokemon an trainer battle sprites I get , but I don't know where the palettes of those sprites are stored and...
  8. Martinii93

    Pokemon Expansion

    Hi , Just a question about the hidden abilities of the pokemon. I'm not an expert at hacking like this yet, only done a bit of binary hacking several years ago. Is there an easy way to treat the hidden abilities of the pokemon like a third "standard" ability, i.e. pokemon in the wild can just...
Back
Top