diff options
author | yenatch <yenatch@gmail.com> | 2018-02-25 20:12:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 20:12:31 -0500 |
commit | f404af8a4326e4cc632a3810ff77a013c1d3e24f (patch) | |
tree | c28045b675937d380eb3d51c48bb990ceed33c0a /maps/Route36NationalParkGate.asm | |
parent | 4046b41c3aaaf0d930f0268e52112aa7ea01e0a4 (diff) | |
parent | c959f7a2ea7dbe044489eb2ba6dc963a40717535 (diff) |
Merge pull request #486 from surskitty/master
Another batch of label names
Diffstat (limited to 'maps/Route36NationalParkGate.asm')
-rw-r--r-- | maps/Route36NationalParkGate.asm | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/maps/Route36NationalParkGate.asm b/maps/Route36NationalParkGate.asm index 5251fa470..a3863dfb0 100644 --- a/maps/Route36NationalParkGate.asm +++ b/maps/Route36NationalParkGate.asm @@ -309,13 +309,13 @@ YoungsterScript_0x6ad06: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad14 + iffalse .StillCompeting writetext UnknownText_0x6b399 waitbutton closetext end -UnknownScript_0x6ad14: +.StillCompeting: writetext UnknownText_0x6b3c4 waitbutton closetext @@ -325,13 +325,13 @@ YoungsterScript_0x6ad1a: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad28 + iffalse .StillCompeting writetext UnknownText_0x6b40f waitbutton closetext end -UnknownScript_0x6ad28: +.StillCompeting: writetext UnknownText_0x6b440 waitbutton closetext @@ -341,13 +341,13 @@ RockerScript_0x6ad2e: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad3c + iffalse .StillCompeting writetext UnknownText_0x6b462 waitbutton closetext end -UnknownScript_0x6ad3c: +.StillCompeting: writetext UnknownText_0x6b496 waitbutton closetext @@ -357,13 +357,13 @@ PokefanMScript_0x6ad42: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad50 + iffalse .StillCompeting writetext UnknownText_0x6b4da waitbutton closetext end -UnknownScript_0x6ad50: +.StillCompeting: writetext UnknownText_0x6b50a waitbutton closetext @@ -373,13 +373,13 @@ YoungsterScript_0x6ad56: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad64 + iffalse .StillCompeting writetext UnknownText_0x6b54e waitbutton closetext end -UnknownScript_0x6ad64: +.StillCompeting: writetext UnknownText_0x6b57c waitbutton closetext @@ -389,13 +389,13 @@ YoungsterScript_0x6ad6a: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad78 + iffalse .StillCompeting writetext UnknownText_0x6b5b0 waitbutton closetext end -UnknownScript_0x6ad78: +.StillCompeting: writetext UnknownText_0x6b5dd waitbutton closetext @@ -405,13 +405,13 @@ LassScript_0x6ad7e: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ad8c + iffalse .StillCompeting writetext UnknownText_0x6b64b waitbutton closetext end -UnknownScript_0x6ad8c: +.StillCompeting: writetext UnknownText_0x6b698 waitbutton closetext @@ -421,13 +421,13 @@ YoungsterScript_0x6ad92: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6ada0 + iffalse .StillCompeting writetext UnknownText_0x6b6b8 waitbutton closetext end -UnknownScript_0x6ada0: +.StillCompeting: writetext UnknownText_0x6b6e9 waitbutton closetext @@ -437,13 +437,13 @@ YoungsterScript_0x6ada6: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6adb4 + iffalse .StillCompeting writetext UnknownText_0x6b71b waitbutton closetext end -UnknownScript_0x6adb4: +.StillCompeting: writetext UnknownText_0x6b740 waitbutton closetext @@ -453,13 +453,13 @@ YoungsterScript_0x6adba: faceplayer opentext checkevent EVENT_GAVE_KURT_APRICORNS - iffalse UnknownScript_0x6adc8 + iffalse .StillCompeting writetext UnknownText_0x6b76f waitbutton closetext end -UnknownScript_0x6adc8: +.StillCompeting: writetext UnknownText_0x6b7af waitbutton closetext |