Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Oct 28, 2023
1 parent 7531184 commit c5fb909
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion src/scripts/challenge_hall_entrance.asm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Script_Clerk9:
jump_if_event_equal EVENT_CHALLENGE_CUP_1_STATE, CHALLENGE_CUP_WON, .ows_f072
jump_if_event_equal EVENT_CHALLENGE_CUP_1_STATE, CHALLENGE_CUP_READY_TO_START, .ows_f06c
.ows_f066
print_text_quit_fully Clerk9DefualtText
print_text_quit_fully Clerk9DefaultText

.ows_f069
print_text_quit_fully Clerk9ChallengeCupOverText
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/challenge_hall_lobby.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Preload_ChallengeHallNPCs2: ; Challenge Cup Iniactive
Preload_ChallengeHallNPCs2: ; Challenge Cup Inactive
call Preload_ChallengeHallNPCs1
ccf
ret
Expand Down
2 changes: 1 addition & 1 deletion src/text/text5.asm
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ MysteriousVoiceDoorName:
text "Mysterious Voice"
done

Clerk9DefualtText:
Clerk9DefaultText:
text "Greetings! Welcome to the "
line "Challenge Hall! The Challenge Cup "
line "will begin soon. If you win the "
Expand Down
Loading

0 comments on commit c5fb909

Please sign in to comment.