thru sub_8024398
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "battle_ai_script_commands.h"
|
||||
#include "battle_anim.h"
|
||||
#include "battle_interface.h"
|
||||
#include "constants/battle_anim.h"
|
||||
#include "constants/species.h"
|
||||
#include "constants/moves.h"
|
||||
#include "constants/songs.h"
|
||||
|
||||
+1194
-2
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -6465,9 +6465,9 @@ bool8 sub_80435E0(void)
|
||||
return retVal;
|
||||
}
|
||||
|
||||
bool8 GetLinkTrainerFlankId(u8 linkPlayerId)
|
||||
bool16 GetLinkTrainerFlankId(u8 linkPlayerId)
|
||||
{
|
||||
bool8 retVal = FALSE;
|
||||
bool16 retVal = FALSE;
|
||||
switch (gLinkPlayers[linkPlayerId].id)
|
||||
{
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user