• 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.
T
Reaction score
1

Profile posts Latest activity Postings About

  • Can u say any other trainer than volknear....b'coz ansirenter is taking volknear
    I've finished it and sent you a private message for the download link. Do make sure to check it out.
    See bro its like this .....I didn't like your snowy high road map so I remapped it
    Reasons for dislike
    1)no snow in it

    Sorry if u r hurt ;(
    No offense bro......but I don't like your map of the snowy high road.......teres no snow in it.....I tried but I tthink so u can gve a better toch up
    See
    yup in 12th yeh saal
    koi plan nhi h except padhai padhai and padhai aur koi choice bhi Toh nhi hai hmlog ke pas.....
    wbu? Tu kya le reha hai? Science or something else?
    i know it's pretty hot especially yeh saal >_< but the rainy season is just awesome <3 :D
    sup?
    this command was changed to allow a greater number of healing points, that is to say nearly infinite (or at least the full map range of 65536 maps). This code was altered to a point of near-redundancy.
    Originaly, this code was a direct correlation between the Flight table and a table of PokéCenters and XY coordinates where the player would appear on. Now, we can add flight points by re-pointing the table to a new location and create more Flight flags on the map. But you could only appear on the PokéCenter the original flight table told you to. In fact, SetHealingPlace only placed the pre-determined flight position in memory, close to the escape-rope data. If you tried to set the flying number higher than the original one, the game would cancel the setting.

    The new version uses three variables, 0x405a, 0x405b and 0x405c as the map, X-position and Y-position respectively. The map is placed in the format 0xmmBB, being BB the Bank number and mm the map number. In AdvanceMap, the map number and bank are presented in Decimal form, so you need to place them in Hexadecimal form.

    For instance, to use the PokéCenter in Indigo Plateau (13,0), you would use setvar 0x405a 0x000d. To place them in the right place for the nurse, you would also use setvar 0x405b 0x000d setvar 0x405c 0x000c

    In the end, this method replaces SetHealingPlace altogether, and the old way doesn't work anymore. Using Sethealingplace is only useful in one occasion, and that is because sethealingplace 0x1 is the only one that doesn't call the default nurse animation. So, you can use sethealingplace 0x0 for all pokecenters and sethealingplace 0x1 for the places where there isn't a healing machine (like a campsite in the florest)
  • Loading…
  • Loading…
  • Loading…
Back
Top