diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 21:01:35 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 21:01:35 +0200 |
commit | e85051712361063b04aa7a35ff5c25aed068cab9 (patch) | |
tree | 528452e2b1225ccf109210289e1de60fa7c42597 /src/tv.c | |
parent | 269d7c251022ccbd68f1e4b93cf4d8f4c3424c6e (diff) |
more battle frontier 2
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |