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

POKEMON CENTER COST MONEY TO HEAL YOUR TEAM Script

17
Posts
15
Years
    • Seen Apr 29, 2024
    You can overwrite default Pokemon Center Nurse's Script with this:
    Just be sure to not delete the original Offset of the nurse that calls 0x78c2d0

    This script will charge 500$ everytime you go to the POKEMON CENTER, even if you lose and get teleported to the center, you cant heal your team if dont have the money.


    #org 0x78C2D0
    msgbox 0x878C300 MSG_YESNO '"Heal Pokemon?.\l500 Money"
    compare LASTRESULT 0x1
    if 0x1 call 0x878C2F0
    releaseall
    release
    end

    '---------------
    #org 0x78C2F0
    closeonkeypress
    call 0x81A6C26
    end

    '---------------
    #org 0x1A6C26
    checkmoney 0x1F4 0x0
    compare LASTRESULT 0x1
    if 0x0 goto 0x872F06C
    fadescreen 0x1
    fanfare 0x100
    waitfanfare
    paymoney 0x1F4 0x0
    special 0x0
    fadescreen 0x0
    return

    '---------------
    #org 0x72F06C
    releaseall
    release
    end


    '---------
    ' Strings
    '---------
    #org 0x78C300
    = Heal Pokemon?.\l500 Money
     

    Sotireon

    Strong pokemon. Weak Pokemon.
    14
    Posts
    10
    Years
    • NY
    • Seen Jan 18, 2024
    What happens if u black out and get teleported to the center and can't pay! With all your pokemon in the fainted condition?!?! what happens then is my concern
     
    10
    Posts
    10
    Years
    • Seen Jun 8, 2023
    When you whiteout, you enter a completely different script and offset, so I suppose you could have it where if you wipeout they will do it for free as a good gesture but any other time you want to heal you are charged for it?
     
    Back
    Top