summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2018-01-15 21:14:48 -0500
committersurskitty <surskitty@gmail.com>2018-01-15 21:14:48 -0500
commit1aae9eb52808b5d897376dac3dd15c93212bf13b (patch)
tree1c088001b6073d149686c8ff80949dcf8a0d6603
parentf27f79488a460f0a89670f3611e1e9e175baf5d6 (diff)
Labelling simple local jumps.
-rw-r--r--maps/SlowpokeWellB2F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/SlowpokeWellB2F.asm b/maps/SlowpokeWellB2F.asm
index c30261b25..67e8303a8 100644
--- a/maps/SlowpokeWellB2F.asm
+++ b/maps/SlowpokeWellB2F.asm
@@ -13,17 +13,17 @@ GymGuyScript_0x5ad0b:
faceplayer
opentext
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
- iftrue UnknownScript_0x5ad22
+ iftrue .GotKingsRock
writetext UnknownText_0x5ad2a
buttonsound
verbosegiveitem KINGS_ROCK
- iffalse UnknownScript_0x5ad20
+ iffalse .NoRoom
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
-UnknownScript_0x5ad20:
+.NoRoom:
closetext
end
-UnknownScript_0x5ad22:
+.GotKingsRock:
writetext UnknownText_0x5adf2
waitbutton
closetext