Recent content by Subzero Eclipse

  1. Subzero Eclipse

    [Tutorial] How to build the Pokémon GBA decomps using WSL (Win10)

    Sorry to disturb you again, but I got another problem :( For installing WSL itself, I tried doing that but I couldn't find the distro, so I managed to install the 18.04 version though (the one you mentioned in the main post) and made it work. However, when I got to installing devkitPro it gives...
  2. Subzero Eclipse

    [Tutorial] How to build the Pokémon GBA decomps using WSL (Win10)

    Hello! I was trying to set up WSL on my new laptop and after installing the app from the store, I get a screen (not the command line) saying "Something went wrong. Please restart wsl with the following command and try again: wsl --shutdown wsl unregister DISTRO_NAME". What should I do here? I...
  3. Subzero Eclipse

    Simple Modifications Directory

    I found a strange issue here: using the give Pokemon (just the Lvl one, haven't tried the complex one) for 10/11-ish times freezes the game (the NPC still move around, though). Here's a boring gif of me giving myself a bunch of Bulbasaurs, at the end of the GIF I can no longer move the cursor or...
  4. Subzero Eclipse

    Simple Modifications Directory

    There is an issue if used with the battle_engine: in the file src/battle_tower.c there is a block(that controls the multi-battle partner feature, I suppose) inside the function FillPartnerParty that still uses the old structs like TrainerMonNoItemCustomMoves, etc. that in your branch have been...
  5. Subzero Eclipse

    Simple Modifications Directory

    This debug menu is awesome and I have been using it since you first posted; there's a little issue if used in tandem with the rhh expansions though, specifically the pokemon_expansion one. The reason is that they axed the special Deoxys handling that is checked by some functions of src/debug.c...
  6. Subzero Eclipse

    Want a taken username? Check here

    Old username: Funny Valentine New username: Subzero Eclipse Thanks in advance =)
  7. Subzero Eclipse

    Dex flags in pokeemerald

    Turned out to be exactly that line POKEMON_SLOTS_NUMBER. Thanks for the answer =)
  8. Subzero Eclipse

    Dex flags in pokeemerald

    Hello, I have managed to add new Pokemon in my project following the tutorial on pokeemerald wiki, but now I'm having trouble making them actually appear in the Pokedex: so I was wondering, where are the Dex flags located in pokeemerald? I tried looking at DizzyEgg's pokemon_expansion repo as a...
  9. Subzero Eclipse

    Simple Modifications Directory

    I'm having some troubles installing this one (which I see is on the pokeemerald wiki as well). Every time I use make, the compiler keeps giving me the error "request for member 'level' (and 'move') in something not a structure or union". What might be causing this? Thanks in advance
  10. Subzero Eclipse

    [Tutorial] How to build the Pokémon GBA decomps using WSL (Win10)

    Hello, I'm having a problem while trying to install the .deb package. When I try the sudo command it says that the packages libarchive13, pkg-config and make which devkitpro-pacman depends on are not installed. What can I do? Thanks in advance
  11. Subzero Eclipse

    Patch: Leon's DPE + CFRU Base and Ultimate Rom Base

    Question: I am going to use your base and for now I'm working with free space starting from A00000 as recommended. I am using some removal patches and I might use a few asm routines that use space before 720000, so I'm wondering: in case of a future update will the patch overwrite the edits...
  12. Subzero Eclipse

    How to insert ability routines?

    Hello everyone, I'd like to add a handful of ability routines (things like Technician, No Guard, etc.) to my hack. I'm not planning to add new ones though, I'd rather replace unused and clone abilities such as Shell Armor. So I took a look at the Ability Resource Thread, and I'm in a loss: I...
  13. Subzero Eclipse

    Code: ASM Resource Thread

    Hey man, I have inserted this routine in my ROM hack as well and everything is fine on my end. I would guess that this thing happens because you have put the routine before 71A240: in the past I have tried to insert other routines in free space before it and I have had the same issue as you, but...
  14. Subzero Eclipse

    Patch: Leon's DPE + CFRU Base and Ultimate Rom Base

    Yo! I tried to use the Remove Mega Evo patch, but the game gets frozen during the 1st rival battle.
Back
Top