mirror of https://github.com/pret/pokeemerald.git
Updated Disabling Union Room check when entering Pokémon Centers (markdown)
parent
632f75534d
commit
9ff93cabca
|
@ -29,6 +29,8 @@ This is essentially a more elegant Method 1, but has more involved changes. With
|
||||||
|
|
||||||
As this is a little more work than method one, I will provide a commit from which the required changes can be copied. [This CrystalDust commit](https://github.com/Deokishisu/CrystalDust/commit/7388c921a41962e042dda63f13d76372df22bc7f) shows what needs to be done to accomplish this. Completely ignore the changes that happen in the `data/maps` folder of that commit, as they are CrystalDust-specific and unnecessary.
|
As this is a little more work than method one, I will provide a commit from which the required changes can be copied. [This CrystalDust commit](https://github.com/Deokishisu/CrystalDust/commit/7388c921a41962e042dda63f13d76372df22bc7f) shows what needs to be done to accomplish this. Completely ignore the changes that happen in the `data/maps` folder of that commit, as they are CrystalDust-specific and unnecessary.
|
||||||
|
|
||||||
|
###### For a potential alternate implementation, if you don't want to create a new flag (`FLAG_SYS_ON_RESUME`), you can change it to a temp flag in the nurse's script and maintain a `MAP_SCRIPT_ON_RESUME` in every Pokémon Center that clears that temp flag. This maintains the original functionality and doesn't use a new flag at the cost of still needing a `MAP_SCRIPT_ON_RESUME` in every Pokemon Center.
|
||||||
|
|
||||||
# Method 3: Completely omit this check and remove the related scripts from the Pokémon Center nurse
|
# Method 3: Completely omit this check and remove the related scripts from the Pokémon Center nurse
|
||||||
|
|
||||||
First, go to [data/scripts/cable_club.inc](../../blob/master/data/scripts/cable_club.inc) and comment out the following line:
|
First, go to [data/scripts/cable_club.inc](../../blob/master/data/scripts/cable_club.inc) and comment out the following line:
|
||||||
|
|
Loading…
Reference in New Issue