diff options
author | yenatch <yenatch@gmail.com> | 2018-01-30 21:27:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 21:27:02 -0500 |
commit | 7547ad839cf1c8141b931d08ef16a894e7db68c9 (patch) | |
tree | 1ab5ef3af83fa239376342c11ccd067178f9f34f /maps/Route44.asm | |
parent | c60f1331fef22b886adf3472d2b4f348832cfaf7 (diff) | |
parent | 8874ec72529765bb9072ce74beeae8eb62080d34 (diff) |
Merge pull request #475 from surskitty/master
A few map labels
Diffstat (limited to 'maps/Route44.asm')
-rw-r--r-- | maps/Route44.asm | 144 |
1 files changed, 72 insertions, 72 deletions
diff --git a/maps/Route44.asm b/maps/Route44.asm index 6ab469c04..df755ae0d 100644 --- a/maps/Route44.asm +++ b/maps/Route44.asm @@ -26,29 +26,29 @@ TrainerBirdKeeperVance1: end_if_just_battled opentext checkflag ENGINE_VANCE - iftrue UnknownScript_0x19d86a + iftrue .WantsBattle checkcellnum PHONE_BIRDKEEPER_VANCE - iftrue UnknownScript_0x19d8eb + iftrue Route44NumberAcceptedM checkevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER - iftrue UnknownScript_0x19d853 - writetext UnknownText_0x19dbf3 + iftrue .AskedAlready + writetext BirdKeeperVanceLegendaryBirdsText buttonsound setevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER - scall UnknownScript_0x19d8df - jump UnknownScript_0x19d856 + scall Route44AskNumber1M + jump .AskForNumber -UnknownScript_0x19d853: - scall UnknownScript_0x19d8e3 -UnknownScript_0x19d856: +.AskedAlready: + scall Route44AskNumber2M +.AskForNumber: askforphonenumber PHONE_BIRDKEEPER_VANCE - if_equal PHONE_CONTACTS_FULL, UnknownScript_0x19d8f3 - if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x19d8ef + if_equal PHONE_CONTACTS_FULL, Route44PhoneFullM + if_equal PHONE_CONTACT_REFUSED, Route44NumberDeclinedM trainertotext BIRD_KEEPER, VANCE1, MEM_BUFFER_0 - scall UnknownScript_0x19d8e7 - jump UnknownScript_0x19d8eb + scall Route44RegisteredNumberM + jump Route44NumberAcceptedM -UnknownScript_0x19d86a: - scall UnknownScript_0x19d8f7 +.WantsBattle: + scall Route44RematchM winlosstext BirdKeeperVance1BeatenText, 0 copybytetovar wVanceFightCount if_equal 2, .Fight2 @@ -82,70 +82,70 @@ UnknownScript_0x19d86a: reloadmapafterbattle clearflag ENGINE_VANCE checkevent EVENT_VANCE_CARBOS - iftrue UnknownScript_0x19d8cb + iftrue .Carbos checkevent EVENT_GOT_CARBOS_FROM_VANCE - iftrue UnknownScript_0x19d8ca - scall UnknownScript_0x19d90a + iftrue .ReceivedCarbosBefore + scall Route44RematchGiftM verbosegiveitem CARBOS - iffalse UnknownScript_0x19d903 + iffalse VancePackFull setevent EVENT_GOT_CARBOS_FROM_VANCE - jump UnknownScript_0x19d8eb + jump Route44NumberAcceptedM -UnknownScript_0x19d8ca: +.ReceivedCarbosBefore: end -UnknownScript_0x19d8cb: +.Carbos: opentext - writetext UnknownText_0x19dc67 + writetext BirdKeeperVance2BeatenText waitbutton verbosegiveitem CARBOS - iffalse UnknownScript_0x19d903 + iffalse VancePackFull clearevent EVENT_VANCE_CARBOS setevent EVENT_GOT_CARBOS_FROM_VANCE - jump UnknownScript_0x19d8eb + jump Route44NumberAcceptedM -UnknownScript_0x19d8df: +Route44AskNumber1M: jumpstd asknumber1m end -UnknownScript_0x19d8e3: +Route44AskNumber2M: jumpstd asknumber2m end -UnknownScript_0x19d8e7: +Route44RegisteredNumberM: jumpstd registerednumberm end -UnknownScript_0x19d8eb: +Route44NumberAcceptedM: jumpstd numberacceptedm end -UnknownScript_0x19d8ef: +Route44NumberDeclinedM: jumpstd numberdeclinedm end -UnknownScript_0x19d8f3: +Route44PhoneFullM: jumpstd phonefullm end -UnknownScript_0x19d8f7: +Route44RematchM: jumpstd rematchm end -UnknownScript_0x19d8fb: +Route44GiftM: jumpstd giftm end -UnknownScript_0x19d8ff: +Route44PackFullM: jumpstd packfullm end -UnknownScript_0x19d903: +VancePackFull: setevent EVENT_VANCE_CARBOS jumpstd packfullm end -UnknownScript_0x19d90a: +Route44RematchGiftM: jumpstd rematchgiftm end @@ -168,31 +168,31 @@ TrainerFisherWilton1: end_if_just_battled opentext checkflag ENGINE_WILTON - iftrue UnknownScript_0x19d96e + iftrue .WantsBattle checkflag ENGINE_WILTON_HAS_ITEM - iftrue UnknownScript_0x19d9b4 + iftrue .HasItem checkcellnum PHONE_FISHER_WILTON - iftrue UnknownScript_0x19d8eb + iftrue Route44NumberAcceptedM checkevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER - iftrue UnknownScript_0x19d957 - writetext UnknownText_0x19daa8 + iftrue .AskedAlready + writetext FisherWiltonHugePoliwagText buttonsound setevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER - scall UnknownScript_0x19d8df - jump UnknownScript_0x19d95a + scall Route44AskNumber1M + jump .AskForNumber -UnknownScript_0x19d957: - scall UnknownScript_0x19d8e3 -UnknownScript_0x19d95a: +.AskedAlready: + scall Route44AskNumber2M +.AskForNumber: askforphonenumber PHONE_FISHER_WILTON - if_equal PHONE_CONTACTS_FULL, UnknownScript_0x19d8f3 - if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x19d8ef + if_equal PHONE_CONTACTS_FULL, Route44PhoneFullM + if_equal PHONE_CONTACT_REFUSED, Route44NumberDeclinedM trainertotext FISHER, WILTON1, MEM_BUFFER_0 - scall UnknownScript_0x19d8e7 - jump UnknownScript_0x19d8eb + scall Route44RegisteredNumberM + jump Route44NumberAcceptedM -UnknownScript_0x19d96e: - scall UnknownScript_0x19d8f7 +.WantsBattle: + scall Route44RematchM winlosstext FisherWilton1BeatenText, 0 copybytetovar wWiltonFightCount if_equal 2, .Fight2 @@ -227,33 +227,33 @@ UnknownScript_0x19d96e: clearflag ENGINE_WILTON end -UnknownScript_0x19d9b4: - scall UnknownScript_0x19d8fb +.HasItem: + scall Route44GiftM checkevent EVENT_WILTON_HAS_ULTRA_BALL - iftrue UnknownScript_0x19d9c9 + iftrue .UltraBall checkevent EVENT_WILTON_HAS_GREAT_BALL - iftrue UnknownScript_0x19d9d2 + iftrue .GreatBall checkevent EVENT_WILTON_HAS_POKE_BALL - iftrue UnknownScript_0x19d9db -UnknownScript_0x19d9c9: + iftrue .PokeBall +.UltraBall: verbosegiveitem ULTRA_BALL - iffalse UnknownScript_0x19d9e7 - jump UnknownScript_0x19d9e1 + iffalse .Route44PackFullM + jump .ItemReceived -UnknownScript_0x19d9d2: +.GreatBall: verbosegiveitem GREAT_BALL - iffalse UnknownScript_0x19d9e7 - jump UnknownScript_0x19d9e1 + iffalse .Route44PackFullM + jump .ItemReceived -UnknownScript_0x19d9db: +.PokeBall: verbosegiveitem POKE_BALL - iffalse UnknownScript_0x19d9e7 -UnknownScript_0x19d9e1: + iffalse .Route44PackFullM +.ItemReceived: clearflag ENGINE_WILTON_HAS_ITEM - jump UnknownScript_0x19d8eb + jump Route44NumberAcceptedM -UnknownScript_0x19d9e7: - jump UnknownScript_0x19d8ff +.Route44PackFullM: + jump Route44PackFullM TrainerFisherEdgar: trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, .Script @@ -333,7 +333,7 @@ FisherWilton1BeatenText: line "it." done -UnknownText_0x19daa8: +FisherWiltonHugePoliwagText: text "That POLIWAG that" line "got away…" cont "It was huge." @@ -378,7 +378,7 @@ BirdKeeperVance1BeatenText: line "stuff." done -UnknownText_0x19dbf3: +BirdKeeperVanceLegendaryBirdsText: text "ARTICUNO, ZAPDOS" line "and MOLTRES are" @@ -390,7 +390,7 @@ UnknownText_0x19dbf3: cont "birds, though." done -UnknownText_0x19dc67: +BirdKeeperVance2BeatenText: text "Why can't I ever" line "beat you?" |