ref: 1aae9eb52808b5d897376dac3dd15c93212bf13b
parent: f27f79488a460f0a89670f3611e1e9e175baf5d6
author: surskitty <surskitty@gmail.com>
date: Mon Jan 15 16:14:48 EST 2018
Labelling simple local jumps.
--- a/maps/SlowpokeWellB2F.asm
+++ b/maps/SlowpokeWellB2F.asm
@@ -13,17 +13,17 @@
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