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

    Hello Lunos, I wanted to get back into hacking and tried to re-enter the RHH discord (I had left...

    Hello Lunos, I wanted to get back into hacking and tried to re-enter the RHH discord (I had left about half a year ago) but it turned out that the invite in the Github repo is expired. Could you inform them of that? Sorry to disturb you, but I don't know where else to ask. Thanks in advance!
  4. 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...
  5. 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...
  6. 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...
  7. Subzero Eclipse

    Want a taken username? Check here

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

    Dex flags in pokeemerald

    Turned out to be exactly that line POKEMON_SLOTS_NUMBER. Thanks for the answer =)
  9. 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...
  10. 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
  11. 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
  12. Subzero Eclipse

    I see, thanks for the reply

    I see, thanks for the reply
  13. Subzero Eclipse

    I installed the devkitPro Updater v3.0.3 found here...

    I installed the devkitPro Updater v3.0.3 found here https://github.com/devkitPro/installer/releases and during the installation I unchecked everything but GBA development. Is there something else that I need to install other than that? I followed the instructions on the devkitPro wiki but they...
  14. Subzero Eclipse

    Hello, I'm having issues building some of your repos, I did install Python and devkitARM and...

    Hello, I'm having issues building some of your repos, I did install Python and devkitARM and downloaded armips, and I checked environment variables too. Everytime I try to build it keeps saying libwinpthread-1.dll not found (it is present in the devkitARM folder though). Am I doing something...
Back
Top