You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -213,15 +213,15 @@ CheckStringForErrors: ; 17d073
|
||||
cp $49
|
||||
jr c, .NextChar
|
||||
|
||||
.Fail
|
||||
.Fail:
|
||||
scf
|
||||
ret
|
||||
|
||||
.NextChar
|
||||
.NextChar:
|
||||
dec c
|
||||
jr nz, .loop
|
||||
|
||||
.Done
|
||||
.Done:
|
||||
and a
|
||||
ret
|
||||
; 17d0b3
|
||||
@@ -448,12 +448,12 @@ Special_Menu_ChallengeExplanationCancel: ; 17d224
|
||||
ld hl, MenuDataHeader_17d26a ; Japanese Menu, where you can choose 'News' as an option
|
||||
jr .Load_Interpret
|
||||
|
||||
.English
|
||||
.English:
|
||||
ld a, $4
|
||||
ld [ScriptVar], a
|
||||
ld hl, MenuDataHeader_ChallengeExplanationCancel ; English Menu
|
||||
|
||||
.Load_Interpret
|
||||
.Load_Interpret:
|
||||
call LoadMenuDataHeader
|
||||
call Function17d246
|
||||
call CloseWindow
|
||||
@@ -473,14 +473,14 @@ Function17d246: ; 17d246
|
||||
dec a
|
||||
jr .LoadToScriptVar
|
||||
|
||||
.UsewMenuCursorY
|
||||
.UsewMenuCursorY:
|
||||
ld a, [wMenuCursorY]
|
||||
|
||||
.LoadToScriptVar
|
||||
.LoadToScriptVar:
|
||||
ld [ScriptVar], a
|
||||
ret
|
||||
|
||||
.Exit
|
||||
.Exit:
|
||||
ld a, $4
|
||||
ld [ScriptVar], a
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user