Merge pull request #1727 from AsparagusEduardo/pret_clean

Cleanup from https://github.com/pret/pokefirered/pull/532
This commit is contained in:
GriffinR
2022-08-19 21:27:55 -04:00
committed by GitHub
11 changed files with 196 additions and 195 deletions

View File

@@ -316,6 +316,11 @@
#define FLEE_ITEM 1
#define FLEE_ABILITY 2
// Return value for IsRunningFromBattleImpossible.
#define BATTLE_RUN_SUCCESS 0
#define BATTLE_RUN_FORBIDDEN 1
#define BATTLE_RUN_FAILURE 2
#define B_WIN_TYPE_NORMAL 0
#define B_WIN_TYPE_ARENA 1