Recent content by ElleMingo

  1. E

    [Script] Firered Elite Four Animations

    I struggled to interpret this information so this is for anyone else who is struggling Here's the pointers from Pokefirered's src/battle_transition.c on Github 083fa660 l MugshotPal_Lorelei 083fa680 l MugshotPal_Bruno 083fa6a0 l MugshotPal_Agatha 083fa6c0 lMugshotPal_Lance 083fa6e0 l...
  2. E

    HMs Script Bufferpokemon issue?

    Ah, alright thank you!
  3. E

    HMs Script Bufferpokemon issue?

    Do you mean like this? If so it softlocks the rom. *Rest of my code are just checks @ask bufferpokemon 0x0 0x122 //---Joltik in my case setvar 0x4001 0x122 setanimation 0x0 0x4001 msgbox 0x81BDF94 MSG_YESNO '"This tree looks like it can be Cut..." compare LASTRESULT 0x0 if 0x1 goto...
  4. E

    HMs Script Bufferpokemon issue?

    For the animation it's showing the ? Sprite I feel like I'm forgetting something. Any help appreciated. bufferpokemon 0x0 0x122 setanimation 0x0 LASTRESULT bufferattack 0x1 0xF msgbox 0x81BDF94 MSG_YESNO '"This tree looks like it can be Cut..." compare LASTRESULT 0x0 if 0x1 goto 0x81BDF91...
  5. E

    [Map] Broken Map Issue

    I have experience on other hacks and I have never seen this before The connections don't work as they should ---- (Ususally like the attached image) I have tried repointing the map, events, bank, and removing events. I have also tried adding a gate and when warping to the map it locks on the...
  6. E

    [Script] Is it not possible to use getplayerpos variables for setmaptile?

    I did have it in the original code so I guess not I guess I'll have to manually add every tile set instead of streamlining it Thanks anyway though! <3
  7. E

    [Script] Is it not possible to use getplayerpos variables for setmaptile?

    Can you not use variables for anything like this? (Got the error Define) #org @example getplayerpos 0x4000 0x4001 setmaptile 0x4000 0x4001 0x27A 0x0 sound 0x7C special 0x8E end
  8. E

    Adding headers on Advance-Map? (FR)

    Just insert a map new map in A-Map
  9. E

    [Map] Importing map in unzl causes evolution to break

    I have no Idea why It's happening and It's the only thing that is keeping me from finishing my rom hack other than that it's done. This is my second rom hack so I'm honestly confused on what is different this time This may be important In unzl the image that looks like the map is at 129 in...
  10. E

    [Script] Adding a scond PC system or another for of pokemon storage (Pokemon RUBY)

    So In my rom's post game I wanted to give the player more areas to explore in the other half of the region but in order to promote experimenting with different Pokémon limiting you up to three to bring with you. Once you arrive in the new region I disable fly till you reach one of the new gyms...
  11. E

    CAN I TRUST FSF IN ADVANCE-MAPS?

    Can I trust it to work without causing sound corruption or any other unforeseen issues in pokemon RUBY? I'm importing maps bc I'll go insane if I have to start over basically every large map again. If not I'm probably going to use the method mentioned IN THIS THEREAD --...
Back
Top