Search results

  1. Maruno

    Edit Metadata and more broken.

    He's solved this problem. It turns out he'd accidentally deleted (at least) one script section which contained the various debug features he was trying to use. It's only polite to provide your solution if you've asked your question.
  2. Maruno

    Trainer's Pokemon with specific stats

    Or look at the Events.onTrainerPartyLoad proc.
  3. Maruno

    DAYCARE Error / De-Evolution - Stack Level

    There's also pbGetPreviousForm(pokemon.species). Given a species, it'll return either the same species (if it can't devolve) or the immediately previous evolution (if it can devolve). No need to hardcode a bunch of originals => results in a hash.
  4. Maruno

    Bridges over water

    Did you read the wiki? Namely, the last paragraph in this section: http://pokemonessentials.wikia.com/wiki/Bridges#Bridge_tiles You really shouldn't be messing with any of the code.
  5. Maruno

    Resource JohtoBlaziken's Bootleg Pokémon FireRed

    Nowadays things are capitalised properly, but this is a recreation of FRLG which put important words and names in ALL CAPS. (Nowadays, not "now in days".)
  6. Maruno

    Having a Forme breed to another

    There is a list of species which will, when generated by breeding in the Day Care, inherit their mother's form. These species are Burmy, Shellos, Basculin, Pumpkaboo and a few others. If your species isn't in this list (which I'm guessing it isn't), breeding your form 1 starter will result in a...
  7. Maruno

    Is there a way to display the opponent's moveset (permanently)?

    It's also cheating, surely.
  8. Maruno

    NPC That Says EVs and/or IVs

    There are two NPCs in the Daisy's house example map who look at a Pokémon's EVs and IVs and say things depending on them. What they say is intentionally imprecise, because blurting out exact numbers just detracts from the idea that Pokémon are creatures rather than a set of numbers to be...
  9. Maruno

    Resource HM Items

    That's easily remedied by the definition of the item in items.txt.
  10. Maruno

    Increasing the amount of tiles a player can see

    I don't know how else you could display more of the map at once, other than by increasing the screen size. Mucking about with zoom factors will end very badly. If you want to display more stuff, you'll need a bigger screen, and you'll have to deal with the default GUI not fitting a different...
  11. Maruno

    Resource Better Region Map

    How does this work with the Area screen in the Pokédex?
  12. Maruno

    can't catch pokemon

    To make things even easier, that tutorial can be found as a link at the top of the Downloads page on the wiki, which is where you'd be going to download a newer version. It's very easy to find.
  13. Maruno

    can't catch pokemon

    Use the latest version of Essentials.
  14. Maruno

    Pokémon varients

    I'm fairly sick of alternate forms (i.e. "properly" different with altered stats and whatnot), because I think it's a cheap way of adding something new mechanically. Fusions, Mega Evolutions, Primal Reversions, Alolan forms... These are all less creative than simply making new Pokémon, and it's...
  15. Maruno

    Any thoughts on working with placeholder graphics?

    I guess the best approach is to have a test map or two, in which you try to create everything you can possibly think of. This lets you figure out which tiles you'll need. Don't worry about a disorganised tileset at the moment; you'll rearrange it later. You're not going to get things perfect...
  16. Maruno

    That's what it's there for.

    That's what it's there for.
  17. Maruno

    Fan Game Prompts

    You want to be an explorer. You've finally become old enough to get your own Pokémon, and there's an expedition ready to depart for unexplored lands, and you're keen to be a part of it. You start off in your home region, gather a few Pokémon and make your way to the departure point, where after...
  18. Maruno

    SHOULD GAMES ALLOW LEGENDARIES TO BE CAUGHT

    To me, Pokémon is all about the "catching 'em all". Making a species not catchable is just not on. I'll add some context to that statement: I'm not a fan of certain Pokémon (i.e. legendaries) being given massively inflated cosmic powers by the game's story or spin-off materials (e.g. the...
  19. Maruno

    Forced Mounting bike via event

    There should be a "Kernel." in front of those commands. I've updated the wiki accordingly.
  20. Maruno

    Time Sensitive Content

    I don't like missing out on things. Mystery Gifts are always time-limited (if not location-limited as well). I don't like Mystery Gifts. There are much better ways of implementing the gifts in-game than simply throwing them at you out of nowhere, especially for fangames which can be updated...
Top