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 lowercase letters are no longer decorated with a trailing colon
This commit is contained in:
@@ -31,7 +31,7 @@ MapMobileBattleRoomSignpost0Script:
|
||||
if_equal $2, .two_
|
||||
jump .false
|
||||
|
||||
.one_:
|
||||
.one_
|
||||
writetext MobileBattleRoom_HealText
|
||||
pause 20
|
||||
closetext
|
||||
@@ -42,18 +42,18 @@ MapMobileBattleRoomSignpost0Script:
|
||||
special FadeInPalettes
|
||||
special RestartMapMusic
|
||||
refreshscreen $0
|
||||
.two_:
|
||||
.two_
|
||||
special Mobile_HealParty
|
||||
special HealParty
|
||||
special Function10383c
|
||||
iftrue .false
|
||||
.one:
|
||||
.one
|
||||
special Function10387b
|
||||
writetext MobileBattleRoom_EstablishingCommsText
|
||||
waitbutton
|
||||
reloadmappart
|
||||
special Function101225
|
||||
.false:
|
||||
.false
|
||||
closetext
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user