summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-27 21:01:35 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-27 21:01:35 +0200
commite85051712361063b04aa7a35ff5c25aed068cab9 (patch)
tree528452e2b1225ccf109210289e1de60fa7c42597 /src/tv.c
parent269d7c251022ccbd68f1e4b93cf4d8f4c3424c6e (diff)
more battle frontier 2
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tv.c b/src/tv.c
index 897f9950b..faa2767b0 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -2500,7 +2500,7 @@ bool8 sub_80EE818(void)
return TRUE;
}
-void sub_80EE8C8(u16 winStreak, u8 facility)
+void sub_80EE8C8(u16 winStreak, u8 facilityAndMode)
{
TVShow *show;
@@ -2512,8 +2512,8 @@ void sub_80EE8C8(u16 winStreak, u8 facility)
show->frontier.active = FALSE;
StringCopy(show->frontier.playerName, gSaveBlock2Ptr->playerName);
show->frontier.winStreak = winStreak;
- show->frontier.facility = facility;
- switch (facility)
+ show->frontier.facility = facilityAndMode;
+ switch (facilityAndMode)
{
case 1:
case 5: