summaryrefslogtreecommitdiff
path: root/maps/RuinsOfAlphResearchCenter.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-25 20:12:31 -0500
committerGitHub <noreply@github.com>2018-02-25 20:12:31 -0500
commitf404af8a4326e4cc632a3810ff77a013c1d3e24f (patch)
treec28045b675937d380eb3d51c48bb990ceed33c0a /maps/RuinsOfAlphResearchCenter.asm
parent4046b41c3aaaf0d930f0268e52112aa7ea01e0a4 (diff)
parentc959f7a2ea7dbe044489eb2ba6dc963a40717535 (diff)
Merge pull request #486 from surskitty/master
Another batch of label names
Diffstat (limited to 'maps/RuinsOfAlphResearchCenter.asm')
-rw-r--r--maps/RuinsOfAlphResearchCenter.asm40
1 files changed, 20 insertions, 20 deletions
diff --git a/maps/RuinsOfAlphResearchCenter.asm b/maps/RuinsOfAlphResearchCenter.asm
index 1595ce59a..2ba2abe24 100644
--- a/maps/RuinsOfAlphResearchCenter.asm
+++ b/maps/RuinsOfAlphResearchCenter.asm
@@ -63,13 +63,13 @@ ScientistScript_0x591d1:
faceplayer
opentext
checkcode VAR_UNOWNCOUNT
- if_equal NUM_UNOWN, UnknownScript_0x591df
+ if_equal NUM_UNOWN, .PrinterAvailable
writetext UnknownText_0x59311
waitbutton
closetext
end
-UnknownScript_0x591df:
+.PrinterAvailable:
writetext UnknownText_0x5935f
waitbutton
closetext
@@ -79,29 +79,29 @@ ScientistScript_0x591e5:
faceplayer
opentext
checkcode VAR_UNOWNCOUNT
- if_equal NUM_UNOWN, UnknownScript_0x5920b
+ if_equal NUM_UNOWN, .GotAllUnown
checkflag ENGINE_UNOWN_DEX
- iftrue UnknownScript_0x59205
+ iftrue .GotUnownDex
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
- iftrue UnknownScript_0x591ff
+ iftrue .UnownAppeared
writetext UnknownText_0x593ed
waitbutton
closetext
end
-UnknownScript_0x591ff:
+.UnownAppeared:
writetext UnknownText_0x59478
waitbutton
closetext
end
-UnknownScript_0x59205:
+.GotUnownDex:
writetext UnknownText_0x59445
waitbutton
closetext
end
-UnknownScript_0x5920b:
+.GotAllUnown:
writetext UnknownText_0x594cb
waitbutton
closetext
@@ -112,21 +112,21 @@ ScientistScript_0x59214:
faceplayer
opentext
checkcode VAR_UNOWNCOUNT
- if_equal NUM_UNOWN, UnknownScript_0x5922e
+ if_equal NUM_UNOWN, .GotAllUnown
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
- iftrue UnknownScript_0x59228
+ iftrue .UnownAppeared
writetext UnknownText_0x5954f
waitbutton
closetext
end
-UnknownScript_0x59228:
+.UnownAppeared:
writetext UnknownText_0x595cb
waitbutton
closetext
end
-UnknownScript_0x5922e:
+.GotAllUnown:
writetext UnknownText_0x59769
waitbutton
closetext
@@ -135,16 +135,16 @@ UnknownScript_0x5922e:
MapRuinsOfAlphResearchCenterSignpost1Script:
opentext
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
- iftrue UnknownScript_0x59241
+ iftrue .SkipChecking
checkcode VAR_UNOWNCOUNT
- if_equal NUM_UNOWN, UnknownScript_0x59247
-UnknownScript_0x59241:
+ if_equal NUM_UNOWN, .GotAllUnown
+.SkipChecking:
writetext UnknownText_0x597b6
waitbutton
closetext
end
-UnknownScript_0x59247:
+.GotAllUnown:
writetext UnknownText_0x597d9
waitbutton
closetext
@@ -153,16 +153,16 @@ UnknownScript_0x59247:
MapRuinsOfAlphResearchCenterSignpost2Script:
opentext
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
- iftrue UnknownScript_0x5925a
+ iftrue .SkipChecking
checkcode VAR_UNOWNCOUNT
- if_equal NUM_UNOWN, UnknownScript_0x59260
-UnknownScript_0x5925a:
+ if_equal NUM_UNOWN, .PrinterAvailable
+.SkipChecking:
writetext UnknownText_0x5980e
waitbutton
closetext
end
-UnknownScript_0x59260:
+.PrinterAvailable:
writetext UnknownText_0x5982d
waitbutton
special Special_UnownPrinter