Some script clean up, document secret base secrets show
This commit is contained in:
+3
-2
@@ -1349,7 +1349,7 @@ bool8 sub_800AA60(void)
|
||||
{
|
||||
if (gLinkPlayers[i].trainerId == gSavedLinkPlayers[i].trainerId)
|
||||
{
|
||||
if (gLinkType == LINKTYPE_0x2288)
|
||||
if (gLinkType == LINKTYPE_BATTLE_TOWER)
|
||||
{
|
||||
if (gLinkType == gLinkPlayers[i].linkType)
|
||||
{
|
||||
@@ -1902,7 +1902,8 @@ bool32 sub_800B504(void)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
u8 sub_800B518(void)
|
||||
// Unused
|
||||
u8 GetWirelessCommType(void)
|
||||
{
|
||||
return gWirelessCommType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user