@@ -538,7 +538,7 @@ ContestRegistration_ReceptionistLinkContest_End:
538538 End
539539
540540ContestRegistration_StartContest:
541- ContestNew VAR_0x8004, VAR_0x8005, VAR_0x8007, VAR_MAP_LOCAL_2
541+ NewContest VAR_0x8004, VAR_0x8005, VAR_0x8007, VAR_MAP_LOCAL_2
542542 CallIfEq VAR_MAP_LOCAL_3, CONTEST_MODE_LINK, ContestRegistration_SetupLinkContest
543543 GoToIfEq VAR_MAP_LOCAL_3, CONTEST_MODE_PRACTICE, ContestRegistration_RegisteredForPractice
544544 GetContestRegistrationEntryNum VAR_RESULT
@@ -683,10 +683,10 @@ Contest_DoContest:
683683 Warp MAP_HEADER_CONTEST_HALL_STAGE_ONGOING_CONTEST, 0 , 29 , 7 , 0
684684 LockAutoScrollForLinkContests
685685 GetContestMode VAR_MAP_LOCAL_3
686- HBlankSystem_Stop
686+ StopHBlank
687687 FadeScreenIn
688688 WaitFadeScreen
689- HBlankSystem_Start
689+ StartHBlank
690690 StartContestCommSync 3
691691 WaitForCommSyncState 3
692692 PlayFanfare SEQ_SE_DP_CON_F007
@@ -744,10 +744,10 @@ Contest_DoContest:
744744 WaitForCommSyncState 4
745745 PlayFanfare SEQ_SE_DP_CON_F007
746746 WaitTime 30 , VAR_RESULT
747- HBlankSystem_Stop
747+ StopHBlank
748748 FadeScreen FADE_SCREEN_CMD_STEPS, FADE_SCREEN_SPEED_FAST, FADE_TYPE_UNK_20, COLOR_BLACK
749749 WaitFadeScreen
750- HBlankSystem_Start
750+ StartHBlank
751751 DestroyNetworkIcon
752752 RunContestApplication
753753 LockAutoScrollForLinkContests
@@ -763,7 +763,7 @@ Contest_DoContest:
763763 Call OngoingContest_PlayApplause
764764 WaitForContestCameraFlashTask
765765 MessageSynchronized ContestRegistration_Text_Congratulations2
766- ScrCmd_GetShouldSkipAwardCeremony VAR_RESULT
766+ GetShouldSkipAwardCeremony VAR_RESULT
767767 GoToIfEq VAR_RESULT, TRUE, OngoingContest_EndContest
768768 BufferWinningContestantTrainerName 0
769769 BufferWinningContestantMonName 1
@@ -800,10 +800,10 @@ OngoingContest_EndContest:
800800 ScrCmd_2BB
801801 WaitTime 10 , VAR_RESULT
802802 DestroyNetworkIcon
803- HBlankSystem_Stop
803+ StopHBlank
804804 FadeScreen FADE_SCREEN_CMD_STEPS, FADE_SCREEN_SPEED_FAST, FADE_TYPE_UNK_20, COLOR_BLACK
805805 WaitFadeScreen
806- HBlankSystem_Start
806+ StartHBlank
807807 GetContestInfo VAR_0x8004, VAR_0x8005, VAR_0x8007, VAR_MAP_LOCAL_2
808808 GetFirstTimeVictoryAccessory VAR_0x8004
809809 LockTextSpeed
0 commit comments