Renamed DoPicboxCancel to UseBlankMessageToCancelPokemonPic
This commit is contained in:
parent
b43e0e07f7
commit
8445d44fb6
4 changed files with 4 additions and 4 deletions
|
@ -694,7 +694,7 @@ EventScript_BackupMrBrineyLocation::
|
|||
.include "data/scripts/set_gym_trainers.inc"
|
||||
|
||||
EventScript_CancelMessageBox::
|
||||
special DoPicboxCancel
|
||||
special UseBlankMessageToCancelPokemonPic
|
||||
release
|
||||
end
|
||||
|
||||
|
|
|
@ -554,4 +554,4 @@ gSpecials::
|
|||
def_special Script_GetChosenMonDefensiveEVs
|
||||
def_special Script_GetChosenMonOffensiveIVs
|
||||
def_special Script_GetChosenMonDefensiveIVs
|
||||
def_special DoPicboxCancel
|
||||
def_special UseBlankMessageToCancelPokemonPic
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
// Movement config
|
||||
#define OW_RUNNING_INDOORS GEN_LATEST // In Gen4+, players are allowed to run indoors.
|
||||
#define OW_AUTO_SIGNPOST FALSE // When the tile that the player is facing has MB_SIGNPOST, the player will automatically read the signpoost.
|
||||
#define OW_AUTO_SIGNPOST FALSE // When enabled, if the tile that the player is facing has MB_SIGNPOST, the player will automatically read the signpost.
|
||||
|
||||
// Other settings
|
||||
#define OW_POISON_DAMAGE GEN_LATEST // In Gen4, Pokémon no longer faint from Poison in the overworld. In Gen5+, they no longer take damage at all.
|
||||
|
|
|
@ -4267,7 +4267,7 @@ void PreparePartyForSkyBattle(void)
|
|||
CompactPartySlots();
|
||||
}
|
||||
|
||||
void DoPicboxCancel(void)
|
||||
void UseBlankMessageToCancelPokemonPic(void)
|
||||
{
|
||||
u8 t = EOS;
|
||||
AddTextPrinterParameterized(0, FONT_NORMAL, &t, 0, 1, 0, NULL);
|
||||
|
|
Loading…
Reference in a new issue