You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Labelling simple local jumps.
This commit is contained in:
@@ -13,17 +13,17 @@ GymGuyScript_0x5ad0b:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
||||||
iftrue UnknownScript_0x5ad22
|
iftrue .GotKingsRock
|
||||||
writetext UnknownText_0x5ad2a
|
writetext UnknownText_0x5ad2a
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem KINGS_ROCK
|
verbosegiveitem KINGS_ROCK
|
||||||
iffalse UnknownScript_0x5ad20
|
iffalse .NoRoom
|
||||||
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
||||||
UnknownScript_0x5ad20:
|
.NoRoom:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5ad22:
|
.GotKingsRock:
|
||||||
writetext UnknownText_0x5adf2
|
writetext UnknownText_0x5adf2
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
|
Reference in New Issue
Block a user