• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed Prof. Elm Lab Healing Machine bug.

Status
Not open for further replies.

Ziero

Trainer
Ok, first of all, let me state that I am new here and so far am immensely enjoying this game. Kudos to the devs and creators. I apologize in advance if this has already been reported, but I just noticed this bug and decided to share the fact. When you first start off, even before you get your first Pokemon, there is a bug with the Pokemon healing machine in Prof. Elm's lab. You are able to use the machine as though you do have a Pokemon. I think this is a bit odd and doesn't quite make sense. It should tell you that you have no Pokemon to heal, or something like that. Thanks and have a great day.
 

Splint

Champion
U might want to change your title to suit the issue more there is currently a issue with some people where the game crashes when a starter pokémon is chosen and at first glance i thought u were talking about this judging by the title.

Maybe put it as Prof. Elm Lab Healing Machine bug
 

DracoHouston

Kolben Developer
Contributor
easy fix
heal_machine.dat needs to change to
Code:
:if:register(pokemongot)
:then
@Text:Do you want to~heal your POKEMON?
@Options:Yes,No
:when:Yes
@Heal
@Sound:healing
@Wait:200
@Text:Your POKEMON are~fully restored.
:endwhen
:endif
:if:not register(pokemongot)
:then
@Text:This is a~machine for healing~injured pokemon*You don't have~any pokemon to~heal yet...
:endif
:end
nilllzz
 
Status
Not open for further replies.
Top