#641 fixes and additions. (#646)

Name a lot of text labels according to our conventions
This commit is contained in:
mid-kid
2019-10-20 22:24:17 +00:00
committed by Rangi
parent 3fc2ba41f7
commit e3e0bcd653
203 changed files with 4077 additions and 4598 deletions

View File

@@ -411,7 +411,7 @@ StartMenu_Exit:
StartMenu_Quit:
; Retire from the bug catching contest.
ld hl, .EndTheContestText
ld hl, .StartMenuContestEndText
call StartMenuYesNo
jr c, .DontEndContest
ld a, BANK(BugCatchingContestReturnToGateScript)
@@ -424,8 +424,8 @@ StartMenu_Quit:
ld a, 0
ret
.EndTheContestText:
text_far UnknownText_0x1c1a6c
.StartMenuContestEndText:
text_far _StartMenuContestEndText
text_end
StartMenu_Save: