Merge branch 'master' into fldeff
This commit is contained in:
@@ -11,28 +11,28 @@ AbandonedShip_CaptainsOffice_EventScript_2387E2:: @ 82387E2
|
||||
goto_eq AbandonedShip_CaptainsOffice_EventScript_238810
|
||||
checkflag FLAG_ITEM_ABANDONED_SHIP_HIDDEN_FLOOR_ROOM_4_SCANNER
|
||||
goto_eq AbandonedShip_CaptainsOffice_EventScript_23881A
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_238824, 4
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_238824, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_CaptainsOffice_EventScript_238810:: @ 8238810
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_23889D, 4
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_23889D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_CaptainsOffice_EventScript_23881A:: @ 823881A
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_238918, 4
|
||||
msgbox AbandonedShip_CaptainsOffice_Text_238918, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_CaptainsOffice_Text_238824: @ 8238824
|
||||
.string "I’m investigating this ship on behalf\n"
|
||||
.string "I'm investigating this ship on behalf\n"
|
||||
.string "of CAPT. STERN.\p"
|
||||
.string "He also asked me to find a SCANNER,\n"
|
||||
.string "but I haven’t had any success…$"
|
||||
.string "but I haven't had any success…$"
|
||||
|
||||
AbandonedShip_CaptainsOffice_Text_23889D: @ 823889D
|
||||
.string "Oh! That’s a SCANNER!\p"
|
||||
.string "Oh! That's a SCANNER!\p"
|
||||
.string "Listen, can I get you to deliver that\n"
|
||||
.string "to CAPT. STERN?\p"
|
||||
.string "I want to investigate this ship a\n"
|
||||
|
||||
@@ -2,26 +2,25 @@ AbandonedShip_Corridors_1F_MapScripts:: @ 82379A4
|
||||
.byte 0
|
||||
|
||||
AbandonedShip_Corridors_1F_EventScript_2379A5:: @ 82379A5
|
||||
msgbox AbandonedShip_Corridors_1F_Text_237A60, 2
|
||||
msgbox AbandonedShip_Corridors_1F_Text_237A60, MSGBOX_NPC
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_1F_EventScript_2379AE:: @ 82379AE
|
||||
trainerbattle 0, TRAINER_CHARLIE, 0, AbandonedShip_Corridors_1F_Text_2379C5, AbandonedShip_Corridors_1F_Text_237A01
|
||||
msgbox AbandonedShip_Corridors_1F_Text_237A1B, 6
|
||||
trainerbattle_single TRAINER_CHARLIE, AbandonedShip_Corridors_1F_Text_2379C5, AbandonedShip_Corridors_1F_Text_237A01
|
||||
msgbox AbandonedShip_Corridors_1F_Text_237A1B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_1F_Text_2379C5: @ 82379C5
|
||||
.string "What’s so funny about having my inner\n"
|
||||
.string "What's so funny about having my inner\n"
|
||||
.string "tube aboard the ship?$"
|
||||
|
||||
AbandonedShip_Corridors_1F_Text_237A01: @ 8237A01
|
||||
.string "Whoa, you overwhelmed me!$"
|
||||
|
||||
AbandonedShip_Corridors_1F_Text_237A1B: @ 8237A1B
|
||||
.string "It’s not easy throwing POKé BALLS\n"
|
||||
.string "It's not easy throwing POKé BALLS\n"
|
||||
.string "while hanging on to an inner tube!$"
|
||||
|
||||
AbandonedShip_Corridors_1F_Text_237A60: @ 8237A60
|
||||
.string "Isn’t it fun here?\n"
|
||||
.string "Isn't it fun here?\n"
|
||||
.string "I get excited just being here!$"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ AbandonedShip_Corridors_B1F_EventScript_237DB5:: @ 8237DB5
|
||||
return
|
||||
|
||||
AbandonedShip_Corridors_B1F_EventScript_237DBF:: @ 8237DBF
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F03, 2
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F03, MSGBOX_NPC
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_B1F_EventScript_237DC8:: @ 8237DC8
|
||||
@@ -33,7 +33,7 @@ AbandonedShip_Corridors_B1F_EventScript_237DC8:: @ 8237DC8
|
||||
checkitem ITEM_STORAGE_KEY, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq AbandonedShip_Corridors_B1F_EventScript_237DFF
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F4B, 4
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F4B, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
takeitem ITEM_STORAGE_KEY, 1
|
||||
setflag FLAG_0x0EF
|
||||
@@ -43,18 +43,18 @@ AbandonedShip_Corridors_B1F_EventScript_237DC8:: @ 8237DC8
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_B1F_EventScript_237DFF:: @ 8237DFF
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F15, 4
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237F15, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_B1F_EventScript_237E09:: @ 8237E09
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237FA5, 4
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237FA5, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_B1F_EventScript_237E13:: @ 8237E13
|
||||
trainerbattle 0, TRAINER_DUNCAN, 0, AbandonedShip_Corridors_B1F_Text_237E2A, AbandonedShip_Corridors_B1F_Text_237E80
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237E92, 6
|
||||
trainerbattle_single TRAINER_DUNCAN, AbandonedShip_Corridors_B1F_Text_237E2A, AbandonedShip_Corridors_B1F_Text_237E80
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_237E92, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Corridors_B1F_Text_237E2A: @ 8237E2A
|
||||
@@ -63,17 +63,17 @@ AbandonedShip_Corridors_B1F_Text_237E2A: @ 8237E2A
|
||||
.string "How about a quick battle?$"
|
||||
|
||||
AbandonedShip_Corridors_B1F_Text_237E80: @ 8237E80
|
||||
.string "Whoops, I’m sunk!$"
|
||||
.string "Whoops, I'm sunk!$"
|
||||
|
||||
AbandonedShip_Corridors_B1F_Text_237E92: @ 8237E92
|
||||
.string "The ship’s bottom has sunk into the\n"
|
||||
.string "The ship's bottom has sunk into the\n"
|
||||
.string "depths.\p"
|
||||
.string "If a POKéMON knew how to go underwater,\n"
|
||||
.string "we might make some progress…$"
|
||||
|
||||
AbandonedShip_Corridors_B1F_Text_237F03: @ 8237F03
|
||||
.string "Yay!\n"
|
||||
.string "It’s a ship!$"
|
||||
.string "It's a ship!$"
|
||||
|
||||
AbandonedShip_Corridors_B1F_Text_237F15: @ 8237F15
|
||||
.string "The door is locked.\p"
|
||||
|
||||
@@ -65,7 +65,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_238A19:: @ 8238A19
|
||||
checkitem ITEM_ROOM_1_KEY, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq AbandonedShip_HiddenFloorCorridors_EventScript_238AF5
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
takeitem ITEM_ROOM_1_KEY, 1
|
||||
setflag FLAG_0x0F0
|
||||
@@ -81,7 +81,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_238A50:: @ 8238A50
|
||||
checkitem ITEM_ROOM_2_KEY, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq AbandonedShip_HiddenFloorCorridors_EventScript_238AFF
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
takeitem ITEM_ROOM_2_KEY, 1
|
||||
setflag FLAG_0x0F1
|
||||
@@ -97,7 +97,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_238A87:: @ 8238A87
|
||||
checkitem ITEM_ROOM_4_KEY, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq AbandonedShip_HiddenFloorCorridors_EventScript_238B09
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
takeitem ITEM_ROOM_4_KEY, 1
|
||||
setflag FLAG_0x0F2
|
||||
@@ -113,7 +113,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_238ABE:: @ 8238ABE
|
||||
checkitem ITEM_ROOM_6_KEY, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq AbandonedShip_HiddenFloorCorridors_EventScript_238B13
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BF7, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
takeitem ITEM_ROOM_6_KEY, 1
|
||||
setflag FLAG_0x0F3
|
||||
@@ -123,27 +123,27 @@ AbandonedShip_HiddenFloorCorridors_EventScript_238ABE:: @ 8238ABE
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_238AF5:: @ 8238AF5
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B27, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B27, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_238AFF:: @ 8238AFF
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B5B, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B5B, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_238B09:: @ 8238B09
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B8F, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238B8F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_238B13:: @ 8238B13
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BC3, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_238BC3, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_238B1D:: @ 8238B1D
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_237FA5, 4
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_237FA5, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
@@ -138,11 +138,11 @@ AbandonedShip_HiddenFloorRooms_EventScript_238DE3:: @ 8238DE3
|
||||
|
||||
AbandonedShip_HiddenFloorRooms_EventScript_238DF3:: @ 8238DF3
|
||||
lockall
|
||||
msgbox AbandonedShip_HiddenFloorRooms_Text_238DFE, 4
|
||||
msgbox AbandonedShip_HiddenFloorRooms_Text_238DFE, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
AbandonedShip_HiddenFloorRooms_Text_238DFE: @ 8238DFE
|
||||
.string "It’s bright and shiny!\n"
|
||||
.string "But it’s just trash…$"
|
||||
.string "It's bright and shiny!\n"
|
||||
.string "But it's just trash…$"
|
||||
|
||||
|
||||
@@ -2,59 +2,53 @@ AbandonedShip_Rooms2_1F_MapScripts:: @ 82380A6
|
||||
.byte 0
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_2380A7:: @ 82380A7
|
||||
trainerbattle 6, TRAINER_KIRA_AND_DAN_1, 0, AbandonedShip_Rooms2_1F_Text_23819D, AbandonedShip_Rooms2_1F_Text_2381DA, AbandonedShip_Rooms2_1F_Text_238257, AbandonedShip_Rooms2_1F_EventScript_2380D7
|
||||
trainerbattle_double TRAINER_KIRA_AND_DAN_1, AbandonedShip_Rooms2_1F_Text_23819D, AbandonedShip_Rooms2_1F_Text_2381DA, AbandonedShip_Rooms2_1F_Text_238257, AbandonedShip_Rooms2_1F_EventScript_2380D7
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq AbandonedShip_Rooms2_1F_EventScript_2380F0
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23820F, 4
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23820F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_2380D7:: @ 82380D7
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2383BB, 4
|
||||
setvar VAR_0x8004, 642
|
||||
special SetMatchCallRegisteredFlag
|
||||
setorcopyvar VAR_0x8000, 642
|
||||
callstd 8
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2383BB, MSGBOX_DEFAULT
|
||||
register_matchcall TRAINER_KIRA_AND_DAN_1
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_2380F0:: @ 82380F0
|
||||
trainerbattle 7, TRAINER_KIRA_AND_DAN_1, 0, AbandonedShip_Rooms2_1F_Text_2383FF, AbandonedShip_Rooms2_1F_Text_238473, AbandonedShip_Rooms2_1F_Text_238509
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_238491, 6
|
||||
trainerbattle_rematch_double TRAINER_KIRA_AND_DAN_1, AbandonedShip_Rooms2_1F_Text_2383FF, AbandonedShip_Rooms2_1F_Text_238473, AbandonedShip_Rooms2_1F_Text_238509
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_238491, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_23810B:: @ 823810B
|
||||
trainerbattle 6, TRAINER_KIRA_AND_DAN_1, 0, AbandonedShip_Rooms2_1F_Text_2382A4, AbandonedShip_Rooms2_1F_Text_2382F4, AbandonedShip_Rooms2_1F_Text_23836F, AbandonedShip_Rooms2_1F_EventScript_23813B
|
||||
trainerbattle_double TRAINER_KIRA_AND_DAN_1, AbandonedShip_Rooms2_1F_Text_2382A4, AbandonedShip_Rooms2_1F_Text_2382F4, AbandonedShip_Rooms2_1F_Text_23836F, AbandonedShip_Rooms2_1F_EventScript_23813B
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq AbandonedShip_Rooms2_1F_EventScript_238154
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23830A, 4
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23830A, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_23813B:: @ 823813B
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2383BB, 4
|
||||
setvar VAR_0x8004, 642
|
||||
special SetMatchCallRegisteredFlag
|
||||
setorcopyvar VAR_0x8000, 642
|
||||
callstd 8
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2383BB, MSGBOX_DEFAULT
|
||||
register_matchcall TRAINER_KIRA_AND_DAN_1
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_238154:: @ 8238154
|
||||
trainerbattle 7, TRAINER_KIRA_AND_DAN_1, 0, AbandonedShip_Rooms2_1F_Text_238556, AbandonedShip_Rooms2_1F_Text_2385F2, AbandonedShip_Rooms2_1F_Text_238668
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23860B, 6
|
||||
trainerbattle_rematch_double TRAINER_KIRA_AND_DAN_1, AbandonedShip_Rooms2_1F_Text_238556, AbandonedShip_Rooms2_1F_Text_2385F2, AbandonedShip_Rooms2_1F_Text_238668
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_23860B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_23816F:: @ 823816F
|
||||
trainerbattle 0, TRAINER_JANI, 0, AbandonedShip_Rooms2_1F_Text_2386B4, AbandonedShip_Rooms2_1F_Text_2386E8
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_238708, 6
|
||||
trainerbattle_single TRAINER_JANI, AbandonedShip_Rooms2_1F_Text_2386B4, AbandonedShip_Rooms2_1F_Text_2386E8
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_238708, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_EventScript_238186:: @ 8238186
|
||||
trainerbattle 0, TRAINER_GARRISON, 0, AbandonedShip_Rooms2_1F_Text_23873F, AbandonedShip_Rooms2_1F_Text_238779
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2387A9, 6
|
||||
trainerbattle_single TRAINER_GARRISON, AbandonedShip_Rooms2_1F_Text_23873F, AbandonedShip_Rooms2_1F_Text_238779
|
||||
msgbox AbandonedShip_Rooms2_1F_Text_2387A9, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23819D: @ 823819D
|
||||
@@ -62,16 +56,16 @@ AbandonedShip_Rooms2_1F_Text_23819D: @ 823819D
|
||||
.string "we discovered a TRAINER!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2381DA: @ 82381DA
|
||||
.string "DAN: We couldn’t win even though\n"
|
||||
.string "DAN: We couldn't win even though\n"
|
||||
.string "we worked together…$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23820F: @ 823820F
|
||||
.string "DAN: We can’t find any treasures…\n"
|
||||
.string "DAN: We can't find any treasures…\n"
|
||||
.string "I wonder if someone got them already?$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238257: @ 8238257
|
||||
.string "DAN: You don’t even have two POKéMON.\n"
|
||||
.string "You can’t expect to beat us like that.$"
|
||||
.string "DAN: You don't even have two POKéMON.\n"
|
||||
.string "You can't expect to beat us like that.$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2382A4: @ 82382A4
|
||||
.string "KIRA: Oh?\n"
|
||||
@@ -83,39 +77,39 @@ AbandonedShip_Rooms2_1F_Text_2382F4: @ 82382F4
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23830A: @ 823830A
|
||||
.string "KIRA: Where could the treasures be?\p"
|
||||
.string "I’ve already decided what I’m buying\n"
|
||||
.string "I've already decided what I'm buying\n"
|
||||
.string "when we find the treasures!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23836F: @ 823836F
|
||||
.string "KIRA: Oh, you don’t have two POKéMON?\n"
|
||||
.string "We’ll have to battle some other time!$"
|
||||
.string "KIRA: Oh, you don't have two POKéMON?\n"
|
||||
.string "We'll have to battle some other time!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2383BB: @ 82383BB
|
||||
.string "KIRA: Oh, you make me so angry!\n"
|
||||
.string "I’m going to register you for that!$"
|
||||
.string "I'm going to register you for that!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2383FF: @ 82383FF
|
||||
.string "DAN: We’ve been searching for\n"
|
||||
.string "DAN: We've been searching for\n"
|
||||
.string "treasures all this time.\p"
|
||||
.string "Our POKéMON have grown stronger, too.\n"
|
||||
.string "Let us show you, okay?$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238473: @ 8238473
|
||||
.string "DAN: You’re strong, as usual!$"
|
||||
.string "DAN: You're strong, as usual!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238491: @ 8238491
|
||||
.string "DAN: We can’t find any treasures,\n"
|
||||
.string "DAN: We can't find any treasures,\n"
|
||||
.string "we lose at POKéMON…\p"
|
||||
.string "I want to go home… But if I say that,\n"
|
||||
.string "she gets all angry with me…$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238509: @ 8238509
|
||||
.string "DAN: You don’t even have two POKéMON.\n"
|
||||
.string "You can’t expect to beat us like that.$"
|
||||
.string "DAN: You don't even have two POKéMON.\n"
|
||||
.string "You can't expect to beat us like that.$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238556: @ 8238556
|
||||
.string "KIRA: Oh? We meet again!\p"
|
||||
.string "Just like us, you still haven’t given up\n"
|
||||
.string "Just like us, you still haven't given up\n"
|
||||
.string "searching for treasures, have you?\p"
|
||||
.string "Want to make it so the loser has\n"
|
||||
.string "to give up searching?$"
|
||||
@@ -124,21 +118,21 @@ AbandonedShip_Rooms2_1F_Text_2385F2: @ 82385F2
|
||||
.string "KIRA: Oh, we lost again…$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23860B: @ 823860B
|
||||
.string "KIRA: We’re not leaving until we raise\n"
|
||||
.string "KIRA: We're not leaving until we raise\n"
|
||||
.string "our POKéMON some more and we find\l"
|
||||
.string "the treasures here!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238668: @ 8238668
|
||||
.string "KIRA: Oh, you don’t have two POKéMON?\n"
|
||||
.string "We’ll have to battle some other time!$"
|
||||
.string "KIRA: Oh, you don't have two POKéMON?\n"
|
||||
.string "We'll have to battle some other time!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2386B4: @ 82386B4
|
||||
.string "I’m not good at swimming,\n"
|
||||
.string "I'm not good at swimming,\n"
|
||||
.string "but I am good at battles!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_2386E8: @ 82386E8
|
||||
.string "Oops.\n"
|
||||
.string "That didn’t go very well.$"
|
||||
.string "That didn't go very well.$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238708: @ 8238708
|
||||
.string "Walking around barefoot in this ship\n"
|
||||
@@ -146,7 +140,7 @@ AbandonedShip_Rooms2_1F_Text_238708: @ 8238708
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_23873F: @ 823873F
|
||||
.string "Strength and compassion…\n"
|
||||
.string "Those are a TRAINER’s treasures!$"
|
||||
.string "Those are a TRAINER's treasures!$"
|
||||
|
||||
AbandonedShip_Rooms2_1F_Text_238779: @ 8238779
|
||||
.string "Ah, there is something about you\n"
|
||||
@@ -155,4 +149,3 @@ AbandonedShip_Rooms2_1F_Text_238779: @ 8238779
|
||||
AbandonedShip_Rooms2_1F_Text_2387A9: @ 82387A9
|
||||
.string "In a cabin somewhere on board,\n"
|
||||
.string "I saw something sparkle.$"
|
||||
|
||||
|
||||
@@ -2,12 +2,12 @@ AbandonedShip_Rooms2_B1F_MapScripts:: @ 8238024
|
||||
.byte 0
|
||||
|
||||
AbandonedShip_Rooms2_B1F_EventScript_238025:: @ 8238025
|
||||
msgbox AbandonedShip_Rooms2_B1F_Text_23802E, 2
|
||||
msgbox AbandonedShip_Rooms2_B1F_Text_23802E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms2_B1F_Text_23802E: @ 823802E
|
||||
.string "This is a perfect place to go exploring!\n"
|
||||
.string "It’s exciting here!\p"
|
||||
.string "I bet there’re amazing treasures on\n"
|
||||
.string "It's exciting here!\p"
|
||||
.string "I bet there're amazing treasures on\n"
|
||||
.string "board.$"
|
||||
|
||||
|
||||
@@ -2,41 +2,38 @@ AbandonedShip_Rooms_1F_MapScripts:: @ 8237A92
|
||||
.byte 0
|
||||
|
||||
AbandonedShip_Rooms_1F_EventScript_237A93:: @ 8237A93
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237B15, 2
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237B15, MSGBOX_NPC
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_1F_EventScript_237A9C:: @ 8237A9C
|
||||
trainerbattle 0, TRAINER_DEMETRIUS, 0, AbandonedShip_Rooms_1F_Text_237D0C, AbandonedShip_Rooms_1F_Text_237D2A
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237D41, 6
|
||||
trainerbattle_single TRAINER_DEMETRIUS, AbandonedShip_Rooms_1F_Text_237D0C, AbandonedShip_Rooms_1F_Text_237D2A
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237D41, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_1F_EventScript_237AB3:: @ 8237AB3
|
||||
trainerbattle 2, TRAINER_THALIA_1, 0, AbandonedShip_Rooms_1F_Text_237B76, AbandonedShip_Rooms_1F_Text_237BB8, AbandonedShip_Rooms_1F_EventScript_237ADF
|
||||
trainerbattle_single TRAINER_THALIA_1, AbandonedShip_Rooms_1F_Text_237B76, AbandonedShip_Rooms_1F_Text_237BB8, AbandonedShip_Rooms_1F_EventScript_237ADF
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq AbandonedShip_Rooms_1F_EventScript_237AFE
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237BDB, 4
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237BDB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_1F_EventScript_237ADF:: @ 8237ADF
|
||||
special sub_80B4808
|
||||
waitmovement 0
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237C2A, 4
|
||||
setvar VAR_0x8004, 144
|
||||
special SetMatchCallRegisteredFlag
|
||||
setorcopyvar VAR_0x8000, 144
|
||||
callstd 8
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237C2A, MSGBOX_DEFAULT
|
||||
register_matchcall TRAINER_THALIA_1
|
||||
release
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_1F_EventScript_237AFE:: @ 8237AFE
|
||||
trainerbattle 5, TRAINER_THALIA_1, 0, AbandonedShip_Rooms_1F_Text_237C69, AbandonedShip_Rooms_1F_Text_237CB2
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237CC9, 6
|
||||
trainerbattle_rematch TRAINER_THALIA_1, AbandonedShip_Rooms_1F_Text_237C69, AbandonedShip_Rooms_1F_Text_237CB2
|
||||
msgbox AbandonedShip_Rooms_1F_Text_237CC9, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237B15: @ 8237B15
|
||||
.string "Ships of this sort are rare, so I’m\n"
|
||||
.string "Ships of this sort are rare, so I'm\n"
|
||||
.string "taking a look around.\p"
|
||||
.string "Hmhm…\n"
|
||||
.string "There appear to be other cabins…$"
|
||||
@@ -50,11 +47,11 @@ AbandonedShip_Rooms_1F_Text_237BB8: @ 8237BB8
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237BDB: @ 8237BDB
|
||||
.string "The man next door…\p"
|
||||
.string "He says he’s just sightseeing,\n"
|
||||
.string "but I don’t know about that.$"
|
||||
.string "He says he's just sightseeing,\n"
|
||||
.string "but I don't know about that.$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237C2A: @ 8237C2A
|
||||
.string "You’re such a tough TRAINER!\n"
|
||||
.string "You're such a tough TRAINER!\n"
|
||||
.string "Let me register you as a memento!$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237C69: @ 8237C69
|
||||
@@ -62,20 +59,20 @@ AbandonedShip_Rooms_1F_Text_237C69: @ 8237C69
|
||||
.string "come back? You must really be curious!$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237CB2: @ 8237CB2
|
||||
.string "Aren’t you too strong?$"
|
||||
.string "Aren't you too strong?$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237CC9: @ 8237CC9
|
||||
.string "I’m sure that man’s up to something!\n"
|
||||
.string "I'm sure that man's up to something!\n"
|
||||
.string "He just acts so suspiciously!$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237D0C: @ 8237D0C
|
||||
.string "Waaah!\n"
|
||||
.string "I’ve been found! …Huh?$"
|
||||
.string "I've been found! …Huh?$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237D2A: @ 8237D2A
|
||||
.string "Oh, you’re not my mom.$"
|
||||
.string "Oh, you're not my mom.$"
|
||||
|
||||
AbandonedShip_Rooms_1F_Text_237D41: @ 8237D41
|
||||
.string "I’m in trouble with my mom, so I ran.\n"
|
||||
.string "I'm in trouble with my mom, so I ran.\n"
|
||||
.string "Keep it a secret where I am!$"
|
||||
|
||||
|
||||
@@ -7,12 +7,12 @@ AbandonedShip_Rooms_B1F_MapScript1_237FBD: @ 8237FBD
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_B1F_EventScript_237FC6:: @ 8237FC6
|
||||
msgbox AbandonedShip_Rooms_B1F_Text_237FCF, 2
|
||||
msgbox AbandonedShip_Rooms_B1F_Text_237FCF, MSGBOX_NPC
|
||||
end
|
||||
|
||||
AbandonedShip_Rooms_B1F_Text_237FCF: @ 8237FCF
|
||||
.string "Urrrrppp…\p"
|
||||
.string "I’m getting queasy just being aboard\n"
|
||||
.string "I'm getting queasy just being aboard\n"
|
||||
.string "this ship…\p"
|
||||
.string "It’s not even moving, but…$"
|
||||
.string "It's not even moving, but…$"
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ AncientTomb_EventScript_239033:: @ 8239033
|
||||
end
|
||||
|
||||
AncientTomb_EventScript_239046:: @ 8239046
|
||||
msgbox gUnknown_0827304E, 4
|
||||
msgbox gUnknown_0827304E, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
@@ -8,17 +8,17 @@ AquaHideout_1F_EventScript_233494:: @ 8233494
|
||||
goto_eq AquaHideout_1F_EventScript_2334BC
|
||||
checkflag FLAG_0x0D4
|
||||
goto_eq AquaHideout_1F_EventScript_2334B2
|
||||
msgbox AquaHideout_1F_Text_23351D, 4
|
||||
msgbox AquaHideout_1F_Text_23351D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_2334B2:: @ 82334B2
|
||||
msgbox AquaHideout_1F_Text_2335E3, 4
|
||||
msgbox AquaHideout_1F_Text_2335E3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_2334BC:: @ 82334BC
|
||||
msgbox AquaHideout_1F_Text_23367D, 4
|
||||
msgbox AquaHideout_1F_Text_23367D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -29,38 +29,38 @@ AquaHideout_1F_EventScript_2334C6:: @ 82334C6
|
||||
goto_eq AquaHideout_1F_EventScript_2334EE
|
||||
checkflag FLAG_0x0D4
|
||||
goto_eq AquaHideout_1F_EventScript_2334E4
|
||||
msgbox AquaHideout_1F_Text_233739, 4
|
||||
msgbox AquaHideout_1F_Text_233739, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_2334E4:: @ 82334E4
|
||||
msgbox AquaHideout_1F_Text_2337FA, 4
|
||||
msgbox AquaHideout_1F_Text_2337FA, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_2334EE:: @ 82334EE
|
||||
msgbox AquaHideout_1F_Text_233884, 4
|
||||
msgbox AquaHideout_1F_Text_233884, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_2334F8:: @ 82334F8
|
||||
trainerbattle 2, TRAINER_GRUNT_1, 0, AquaHideout_1F_Text_23393D, AquaHideout_1F_Text_233964, AquaHideout_1F_EventScript_233513
|
||||
msgbox AquaHideout_1F_Text_233977, 6
|
||||
trainerbattle_single TRAINER_GRUNT_1, AquaHideout_1F_Text_23393D, AquaHideout_1F_Text_233964, AquaHideout_1F_EventScript_233513
|
||||
msgbox AquaHideout_1F_Text_233977, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_1F_EventScript_233513:: @ 8233513
|
||||
msgbox AquaHideout_1F_Text_233977, 4
|
||||
msgbox AquaHideout_1F_Text_233977, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_1F_Text_23351D: @ 823351D
|
||||
.string "What? What? What do you want with \n"
|
||||
.string "TEAM AQUA?\p"
|
||||
.string "Our BOSS isn’t here! He’s gone off to\n"
|
||||
.string "Our BOSS isn't here! He's gone off to\n"
|
||||
.string "snatch something important!\p"
|
||||
.string "… …\n"
|
||||
.string "Where did he go?\p"
|
||||
.string "Wahaha! Do you really think I’d tell\n"
|
||||
.string "Wahaha! Do you really think I'd tell\n"
|
||||
.string "you something that crucial?$"
|
||||
|
||||
AquaHideout_1F_Text_2335E3: @ 82335E3
|
||||
@@ -74,21 +74,21 @@ AquaHideout_1F_Text_2335E3: @ 82335E3
|
||||
AquaHideout_1F_Text_23367D: @ 823367D
|
||||
.string "What? What? What do you want with \n"
|
||||
.string "TEAM AQUA?\p"
|
||||
.string "Our BOSS isn’t here!\n"
|
||||
.string "He’s gone off to jack a submarine!\p"
|
||||
.string "Our BOSS isn't here!\n"
|
||||
.string "He's gone off to jack a submarine!\p"
|
||||
.string "… …\n"
|
||||
.string "Where did he go?\p"
|
||||
.string "Wahaha! Do you really think I’d tell\n"
|
||||
.string "Wahaha! Do you really think I'd tell\n"
|
||||
.string "you something that crucial?$"
|
||||
|
||||
AquaHideout_1F_Text_233739: @ 8233739
|
||||
.string "What? What? What do you want with \n"
|
||||
.string "TEAM AQUA?\p"
|
||||
.string "Our BOSS isn’t here! He’s on his way to\n"
|
||||
.string "Our BOSS isn't here! He's on his way to\n"
|
||||
.string "MT. PYRE on ROUTE 122!\p"
|
||||
.string "… …\n"
|
||||
.string "Why did he go?\p"
|
||||
.string "Wahaha! Do you really think I’d tell\n"
|
||||
.string "Wahaha! Do you really think I'd tell\n"
|
||||
.string "you something that crucial?$"
|
||||
|
||||
AquaHideout_1F_Text_2337FA: @ 82337FA
|
||||
@@ -101,11 +101,11 @@ AquaHideout_1F_Text_2337FA: @ 82337FA
|
||||
AquaHideout_1F_Text_233884: @ 8233884
|
||||
.string "What? What? What do you want with\n"
|
||||
.string "TEAM AQUA?\p"
|
||||
.string "Our BOSS isn’t here!\n"
|
||||
.string "He’s on his way to SLATEPORT CITY!\p"
|
||||
.string "Our BOSS isn't here!\n"
|
||||
.string "He's on his way to SLATEPORT CITY!\p"
|
||||
.string "… …\n"
|
||||
.string "Why did he go?\p"
|
||||
.string "Wahaha! Do you really think I’d tell\n"
|
||||
.string "Wahaha! Do you really think I'd tell\n"
|
||||
.string "you something that crucial?$"
|
||||
|
||||
AquaHideout_1F_Text_23393D: @ 823393D
|
||||
|
||||
@@ -85,35 +85,35 @@ AquaHideout_B1F_EventScript_233A7C:: @ 8233A7C
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233A85:: @ 8233A85
|
||||
trainerbattle 2, TRAINER_GRUNT_2, 0, AquaHideout_B1F_Text_233B03, AquaHideout_B1F_Text_233B4A, AquaHideout_B1F_EventScript_233AA0
|
||||
msgbox AquaHideout_B1F_Text_233B5E, 6
|
||||
trainerbattle_single TRAINER_GRUNT_2, AquaHideout_B1F_Text_233B03, AquaHideout_B1F_Text_233B4A, AquaHideout_B1F_EventScript_233AA0
|
||||
msgbox AquaHideout_B1F_Text_233B5E, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233AA0:: @ 8233AA0
|
||||
special sub_80B4808
|
||||
waitmovement 0
|
||||
msgbox AquaHideout_B1F_Text_233B5E, 4
|
||||
msgbox AquaHideout_B1F_Text_233B5E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233AB0:: @ 8233AB0
|
||||
trainerbattle 2, TRAINER_GRUNT_3, 0, AquaHideout_B1F_Text_233BC5, AquaHideout_B1F_Text_233C27, AquaHideout_B1F_EventScript_233ACB
|
||||
msgbox AquaHideout_B1F_Text_233C41, 6
|
||||
trainerbattle_single TRAINER_GRUNT_3, AquaHideout_B1F_Text_233BC5, AquaHideout_B1F_Text_233C27, AquaHideout_B1F_EventScript_233ACB
|
||||
msgbox AquaHideout_B1F_Text_233C41, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233ACB:: @ 8233ACB
|
||||
msgbox AquaHideout_B1F_Text_233C41, 4
|
||||
msgbox AquaHideout_B1F_Text_233C41, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233AD5:: @ 8233AD5
|
||||
trainerbattle 0, TRAINER_GRUNT_21, 0, AquaHideout_B1F_Text_233C89, AquaHideout_B1F_Text_233CCA
|
||||
msgbox AquaHideout_B1F_Text_233CDC, 6
|
||||
trainerbattle_single TRAINER_GRUNT_21, AquaHideout_B1F_Text_233C89, AquaHideout_B1F_Text_233CCA
|
||||
msgbox AquaHideout_B1F_Text_233CDC, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B1F_EventScript_233AEC:: @ 8233AEC
|
||||
trainerbattle 0, TRAINER_GRUNT_25, 0, AquaHideout_B1F_Text_233D1B, AquaHideout_B1F_Text_233D6E
|
||||
msgbox AquaHideout_B1F_Text_233D84, 6
|
||||
trainerbattle_single TRAINER_GRUNT_25, AquaHideout_B1F_Text_233D1B, AquaHideout_B1F_Text_233D6E
|
||||
msgbox AquaHideout_B1F_Text_233D84, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B1F_Text_233B03: @ 8233B03
|
||||
@@ -121,12 +121,12 @@ AquaHideout_B1F_Text_233B03: @ 8233B03
|
||||
.string "our HIDEOUT, you have me to beat!$"
|
||||
|
||||
AquaHideout_B1F_Text_233B4A: @ 8233B4A
|
||||
.string "I can’t win at all…$"
|
||||
.string "I can't win at all…$"
|
||||
|
||||
AquaHideout_B1F_Text_233B5E: @ 8233B5E
|
||||
.string "Our HIDEOUT’s secret?\p"
|
||||
.string "Well, let’s just say…\n"
|
||||
.string "There’s a submarine at the far end!\p"
|
||||
.string "Our HIDEOUT's secret?\p"
|
||||
.string "Well, let's just say…\n"
|
||||
.string "There's a submarine at the far end!\p"
|
||||
.string "But, by now…\n"
|
||||
.string "Kekekeke…$"
|
||||
|
||||
@@ -146,7 +146,7 @@ AquaHideout_B1F_Text_233C41: @ 8233C41
|
||||
|
||||
AquaHideout_B1F_Text_233C89: @ 8233C89
|
||||
.string "Yawn… Keeping watch over the\n"
|
||||
.string "HIDEOUT bores me. I’ll take you on.$"
|
||||
.string "HIDEOUT bores me. I'll take you on.$"
|
||||
|
||||
AquaHideout_B1F_Text_233CCA: @ 8233CCA
|
||||
.string "Yawn…\n"
|
||||
@@ -160,12 +160,12 @@ AquaHideout_B1F_Text_233D1B: @ 8233D1B
|
||||
.string "Hey!\n"
|
||||
.string "You there!\p"
|
||||
.string "Which do you think is cooler?\n"
|
||||
.string "TEAM AQUA’s uniform or TEAM MAGMA’s?$"
|
||||
.string "TEAM AQUA's uniform or TEAM MAGMA's?$"
|
||||
|
||||
AquaHideout_B1F_Text_233D6E: @ 8233D6E
|
||||
.string "I lost in a cool way…$"
|
||||
|
||||
AquaHideout_B1F_Text_233D84: @ 8233D84
|
||||
.string "If you have a cool uniform, you look\n"
|
||||
.string "good even in a loss, don’t you think?$"
|
||||
.string "good even in a loss, don't you think?$"
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ AquaHideout_B2F_EventScript_233DE5:: @ 8233DE5
|
||||
end
|
||||
|
||||
AquaHideout_B2F_EventScript_233E09:: @ 8233E09
|
||||
trainerbattle 2, TRAINER_MATT, 0, AquaHideout_B2F_Text_233EDD, AquaHideout_B2F_Text_233F8D, AquaHideout_B2F_EventScript_233E25
|
||||
msgbox AquaHideout_B2F_Text_233FF2, 4
|
||||
trainerbattle_single TRAINER_MATT, AquaHideout_B2F_Text_233EDD, AquaHideout_B2F_Text_233F8D, AquaHideout_B2F_EventScript_233E25
|
||||
msgbox AquaHideout_B2F_Text_233FF2, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -37,7 +37,7 @@ AquaHideout_B2F_EventScript_233E25:: @ 8233E25
|
||||
delay 20
|
||||
applymovement VAR_0x8008, AquaHideout_B2F_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox AquaHideout_B2F_Text_233FA6, 4
|
||||
msgbox AquaHideout_B2F_Text_233FA6, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8008, AquaHideout_B2F_Movement_2725A4
|
||||
applymovement VAR_0x8009, AquaHideout_B2F_Movement_233E80
|
||||
@@ -46,7 +46,7 @@ AquaHideout_B2F_EventScript_233E25:: @ 8233E25
|
||||
delay 20
|
||||
applymovement VAR_0x8008, AquaHideout_B2F_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox AquaHideout_B2F_Text_233FF2, 4
|
||||
msgbox AquaHideout_B2F_Text_233FF2, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x070
|
||||
setflag FLAG_HIDE_LILYCOVE_CITY_AQUA_GRUNTS
|
||||
release
|
||||
@@ -67,23 +67,23 @@ AquaHideout_B2F_Movement_233E85: @ 8233E85
|
||||
step_end
|
||||
|
||||
AquaHideout_B2F_EventScript_233E8A:: @ 8233E8A
|
||||
trainerbattle 2, TRAINER_GRUNT_4, 0, AquaHideout_B2F_Text_2340B4, AquaHideout_B2F_Text_2340F0, AquaHideout_B2F_EventScript_233EA5
|
||||
msgbox AquaHideout_B2F_Text_234112, 6
|
||||
trainerbattle_single TRAINER_GRUNT_4, AquaHideout_B2F_Text_2340B4, AquaHideout_B2F_Text_2340F0, AquaHideout_B2F_EventScript_233EA5
|
||||
msgbox AquaHideout_B2F_Text_234112, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B2F_EventScript_233EA5:: @ 8233EA5
|
||||
msgbox AquaHideout_B2F_Text_234112, 4
|
||||
msgbox AquaHideout_B2F_Text_234112, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
AquaHideout_B2F_EventScript_233EAF:: @ 8233EAF
|
||||
trainerbattle 0, TRAINER_GRUNT_22, 0, AquaHideout_B2F_Text_23412D, AquaHideout_B2F_Text_2341CE
|
||||
msgbox AquaHideout_B2F_Text_2341FE, 6
|
||||
trainerbattle_single TRAINER_GRUNT_22, AquaHideout_B2F_Text_23412D, AquaHideout_B2F_Text_2341CE
|
||||
msgbox AquaHideout_B2F_Text_2341FE, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B2F_EventScript_233EC6:: @ 8233EC6
|
||||
trainerbattle 0, TRAINER_GRUNT_26, 0, AquaHideout_B2F_Text_23426F, AquaHideout_B2F_Text_2342CC
|
||||
msgbox AquaHideout_B2F_Text_2342FF, 6
|
||||
trainerbattle_single TRAINER_GRUNT_26, AquaHideout_B2F_Text_23426F, AquaHideout_B2F_Text_2342CC
|
||||
msgbox AquaHideout_B2F_Text_2342FF, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
AquaHideout_B2F_Text_233EDD: @ 8233EDD
|
||||
@@ -91,10 +91,10 @@ AquaHideout_B2F_Text_233EDD: @ 8233EDD
|
||||
.string "Got here already, did you?\n"
|
||||
.string "We underestimated you!\p"
|
||||
.string "But this is it!\p"
|
||||
.string "I’m a cut above the GRUNTS you’ve seen\n"
|
||||
.string "I'm a cut above the GRUNTS you've seen\n"
|
||||
.string "so far.\p"
|
||||
.string "I’m not stalling for time.\n"
|
||||
.string "I’m going to pulverize you!$"
|
||||
.string "I'm not stalling for time.\n"
|
||||
.string "I'm going to pulverize you!$"
|
||||
|
||||
AquaHideout_B2F_Text_233F8D: @ 8233F8D
|
||||
.string "Hehehe…\n"
|
||||
@@ -109,7 +109,7 @@ AquaHideout_B2F_Text_233FF2: @ 8233FF2
|
||||
.string "Hehehe!\p"
|
||||
.string "Our BOSS has already gone on his way to\n"
|
||||
.string "some cave under the sea!\p"
|
||||
.string "If you’re going to give chase, you’d\n"
|
||||
.string "If you're going to give chase, you'd\n"
|
||||
.string "better search the big, wide sea beyond\l"
|
||||
.string "LILYCOVE.\p"
|
||||
.string "But will you find it then?\n"
|
||||
@@ -128,19 +128,19 @@ AquaHideout_B2F_Text_234112: @ 8234112
|
||||
.string "Is this good enough?$"
|
||||
|
||||
AquaHideout_B2F_Text_23412D: @ 823412D
|
||||
.string "Warp panels, the HIDEOUT’s pride\n"
|
||||
.string "Warp panels, the HIDEOUT's pride\n"
|
||||
.string "and joy!\p"
|
||||
.string "You’re clueless about where you are,\n"
|
||||
.string "aren’t you?\p"
|
||||
.string "You're clueless about where you are,\n"
|
||||
.string "aren't you?\p"
|
||||
.string "Fluster and tire out the enemy, then\n"
|
||||
.string "lower the boom! That’s our plan!$"
|
||||
.string "lower the boom! That's our plan!$"
|
||||
|
||||
AquaHideout_B2F_Text_2341CE: @ 82341CE
|
||||
.string "What’s wrong with you?\n"
|
||||
.string "You’re not tired at all!$"
|
||||
.string "What's wrong with you?\n"
|
||||
.string "You're not tired at all!$"
|
||||
|
||||
AquaHideout_B2F_Text_2341FE: @ 82341FE
|
||||
.string "That reminds me… I can’t remember\n"
|
||||
.string "That reminds me… I can't remember\n"
|
||||
.string "where I put the MASTER BALL.\p"
|
||||
.string "If I fail to guard it, our BOSS will\n"
|
||||
.string "chew me out…$"
|
||||
@@ -155,6 +155,6 @@ AquaHideout_B2F_Text_2342CC: @ 82342CC
|
||||
.string "the warp panels…$"
|
||||
|
||||
AquaHideout_B2F_Text_2342FF: @ 82342FF
|
||||
.string "I’ll have to learn about how I can\n"
|
||||
.string "I'll have to learn about how I can\n"
|
||||
.string "battle more effectively…$"
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_25752E:: @ 825752E
|
||||
playse SE_W187
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C3D, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C3D, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 8, BattleFrontier_BattleArenaBattleRoom_Movement_257BE5
|
||||
waitmovement 0
|
||||
@@ -74,7 +74,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_25752E:: @ 825752E
|
||||
waitmovement 0
|
||||
setvar VAR_0x8004, 6
|
||||
special CallBattleArenaFunction
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C68, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C68, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257BF2
|
||||
waitmovement 0
|
||||
@@ -82,14 +82,14 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_25752E:: @ 825752E
|
||||
playse SE_W187
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C93, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C93, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 8, BattleFrontier_BattleArenaBattleRoom_Movement_257BE5
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257BF2
|
||||
waitmovement 0
|
||||
setvar VAR_0x8004, 5
|
||||
special CallBattlePalaceFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
call BattleFrontier_BattleArenaBattleRoom_EventScript_257B6C
|
||||
switch VAR_RESULT
|
||||
@@ -106,7 +106,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_2575DB:: @ 82575DB
|
||||
waitmovement 0
|
||||
setvar VAR_0x8004, 6
|
||||
special CallBattleArenaFunction
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CCE, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CCE, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_257615:: @ 8257615
|
||||
setvar VAR_0x8004, 2
|
||||
@@ -135,7 +135,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257630:: @ 8257630
|
||||
applymovement 5, BattleFrontier_BattleArenaBattleRoom_Movement_257C08
|
||||
applymovement 8, BattleFrontier_BattleArenaBattleRoom_Movement_257BEB
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CE9, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CE9, MSGBOX_DEFAULT
|
||||
special LoadPlayerParty
|
||||
special SavePlayerParty
|
||||
setvar VAR_0x8004, 3
|
||||
@@ -199,7 +199,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_2577D0:: @ 82577D0
|
||||
goto BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_2577DA:: @ 82577DA
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257E6B, 5
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257E6B, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleArenaBattleRoom_EventScript_2576B0
|
||||
case 1, BattleFrontier_BattleArenaBattleRoom_EventScript_25789A
|
||||
@@ -277,7 +277,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_25789A:: @ 825789A
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_2578BC:: @ 82578BC
|
||||
compare VAR_TEMP_2, 1
|
||||
goto_eq BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257F45, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257F45, MSGBOX_DEFAULT
|
||||
setvar VAR_TEMP_2, 1
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_2578D4:: @ 82578D4
|
||||
@@ -311,7 +311,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257961:: @ 8257961
|
||||
playse SE_W187
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C3D, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C3D, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 8, BattleFrontier_BattleArenaBattleRoom_Movement_257BE4
|
||||
waitmovement 0
|
||||
@@ -319,7 +319,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257961:: @ 8257961
|
||||
playse SE_W187
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257FED, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257FED, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
addobject 7
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257BF4
|
||||
@@ -335,21 +335,21 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257961:: @ 8257961
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleArenaBattleRoom_EventScript_257A3F
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25801C, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25801C, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257C30
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25804E, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25804E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257C3A
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258068, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258068, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_257A3F:: @ 8257A3F
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25810D, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25810D, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleArenaBattleRoom_EventScript_257B5E
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleArenaBattleRoom_EventScript_257A5C
|
||||
@@ -363,14 +363,14 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257A5C:: @ 8257A5C
|
||||
goto_if 5, BattleFrontier_BattleArenaBattleRoom_EventScript_257852
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257BF1
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25813F, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_25813F, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleArenaBattleRoom_Text_25819C
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2581CF, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2581CF, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaBattleRoom_EventScript_257852
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_257AA5:: @ 8257AA5
|
||||
@@ -379,21 +379,21 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257AA5:: @ 8257AA5
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleArenaBattleRoom_EventScript_257AF8
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258213, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258213, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257C30
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582A2, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582A2, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257C3A
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582BB, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582BB, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_257AF8:: @ 8257AF8
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582F9, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_2582F9, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleArenaBattleRoom_EventScript_257B5E
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleArenaBattleRoom_EventScript_257B15
|
||||
@@ -407,18 +407,18 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257B15:: @ 8257B15
|
||||
goto_eq BattleFrontier_BattleArenaBattleRoom_EventScript_257852
|
||||
applymovement 7, BattleFrontier_BattleArenaBattleRoom_Movement_257BF1
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258323, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258323, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleArenaBattleRoom_Text_25835B
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258383, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_258383, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaBattleRoom_EventScript_257852
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_EventScript_257B5E:: @ 8257B5E
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C93, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257C93, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleArenaBattleRoom_EventScript_257B6C
|
||||
return
|
||||
|
||||
@@ -451,7 +451,7 @@ BattleFrontier_BattleArenaBattleRoom_EventScript_257BA9:: @ 8257BA9
|
||||
playse SE_BAN
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CB3, 4
|
||||
msgbox BattleFrontier_BattleArenaBattleRoom_Text_257CB3, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call BattleFrontier_BattleArenaBattleRoom_EventScript_241EBA
|
||||
return
|
||||
@@ -652,22 +652,22 @@ BattleFrontier_BattleArenaBattleRoom_Text_25804E: @ 825804E
|
||||
.string "Hmhm…$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_258068: @ 8258068
|
||||
.string "I don’t know how to say it, but…\n"
|
||||
.string "I don't know how to say it, but…\n"
|
||||
.string "To put it bluntly, you look pretty weak.\l"
|
||||
.string "Are you sure you’re up for me?\p"
|
||||
.string "Are you sure you're up for me?\p"
|
||||
.string "Hmm…\p"
|
||||
.string "Well, all right!\n"
|
||||
.string "We’ll take things easy to start with!$"
|
||||
.string "We'll take things easy to start with!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_25810D: @ 825810D
|
||||
.string "Okay! Let’s see you ignite my passion\n"
|
||||
.string "Okay! Let's see you ignite my passion\n"
|
||||
.string "for battle!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_25813F: @ 825813F
|
||||
.string "GRETA: Ow, wait a second!\n"
|
||||
.string "You are tough after all!\p"
|
||||
.string "I like you!\n"
|
||||
.string "Let’s see your FRONTIER PASS.$"
|
||||
.string "Let's see your FRONTIER PASS.$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_25819C: @ 825819C
|
||||
.string "The Guts Symbol was embossed on\n"
|
||||
@@ -675,8 +675,8 @@ BattleFrontier_BattleArenaBattleRoom_Text_25819C: @ 825819C
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_2581CF: @ 82581CF
|
||||
.string "Hmm…\p"
|
||||
.string "It’s going to be fun the next time!\n"
|
||||
.string "I’m looking forward to it!$"
|
||||
.string "It's going to be fun the next time!\n"
|
||||
.string "I'm looking forward to it!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_258213: @ 8258213
|
||||
.string "GRETA: Hey! Howdy!\n"
|
||||
@@ -690,16 +690,16 @@ BattleFrontier_BattleArenaBattleRoom_Text_2582A2: @ 82582A2
|
||||
.string "So, are you ready?$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_2582BB: @ 82582BB
|
||||
.string "I won’t allow a halfhearted effort!\n"
|
||||
.string "I won't allow a halfhearted effort!\n"
|
||||
.string "Be ready for a thrashing!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_2582F9: @ 82582F9
|
||||
.string "Come on, REFEREE!\n"
|
||||
.string "Let’s get this started!$"
|
||||
.string "Let's get this started!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_258323: @ 8258323
|
||||
.string "GRETA: Gaaah! Blown away!\n"
|
||||
.string "Let’s see your FRONTIER PASS!$"
|
||||
.string "Let's see your FRONTIER PASS!$"
|
||||
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_25835B: @ 825835B
|
||||
.string "The Guts Symbol took on\n"
|
||||
@@ -708,5 +708,5 @@ BattleFrontier_BattleArenaBattleRoom_Text_25835B: @ 825835B
|
||||
BattleFrontier_BattleArenaBattleRoom_Text_258383: @ 8258383
|
||||
.string "Arrrgh!\n"
|
||||
.string "This is so infuriating!\p"
|
||||
.string "If we ever battle again, I won’t lose!\n"
|
||||
.string "Don’t you forget it! Bye-bye!$"
|
||||
.string "If we ever battle again, I won't lose!\n"
|
||||
.string "Don't you forget it! Bye-bye!$"
|
||||
|
||||
@@ -14,7 +14,7 @@ BattleFrontier_BattleArenaCorridor_EventScript_2573C9:: @ 82573C9
|
||||
waitmovement 0
|
||||
applymovement 1, BattleFrontier_BattleArenaCorridor_Movement_257444
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleArenaCorridor_Text_257449, 3
|
||||
msgbox BattleFrontier_BattleArenaCorridor_Text_257449, MSGBOX_SIGN
|
||||
applymovement 1, BattleFrontier_BattleArenaCorridor_Movement_257446
|
||||
waitmovement 0
|
||||
applymovement 255, BattleFrontier_BattleArenaCorridor_Movement_25742C
|
||||
|
||||
@@ -27,7 +27,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255C7F:: @ 8255C7F
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255C88:: @ 8255C88
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256811, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256811, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -51,21 +51,21 @@ BattleFrontier_BattleArenaLobby_EventScript_255CCF:: @ 8255CCF
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleArenaLobby_EventScript_255CF0
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2568E7, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2568E7, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_255CF8
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255CF0:: @ 8255CF0
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2572D9, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2572D9, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255CF8:: @ 8255CF8
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_257353, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_257353, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_241520, 9
|
||||
message BattleFrontier_BattleArenaLobby_Text_256931
|
||||
waitmessage
|
||||
call BattleFrontier_BattleArenaLobby_EventScript_255D59
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256A74, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256A74, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -80,7 +80,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255D2B:: @ 8255D2B
|
||||
setvar VAR_0x8006, 0
|
||||
special CallBattleArenaFunction
|
||||
call BattleFrontier_BattleArenaLobby_EventScript_255D59
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256A74, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256A74, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -135,7 +135,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255DF4:: @ 8255DF4
|
||||
setvar VAR_FRONTIER_FACILITY, 3
|
||||
setvar VAR_FRONTIER_BATTLE_MODE, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256166, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256166, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255E0B:: @ 8255E0B
|
||||
message BattleFrontier_BattleArenaLobby_Text_2561EA
|
||||
@@ -162,7 +162,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255E47:: @ 8255E47
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256573, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256573, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleArenaLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -171,7 +171,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255E47:: @ 8255E47
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleArenaLobby_EventScript_255FF8
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2564CE, 5
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2564CE, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleArenaLobby_EventScript_255FF8
|
||||
case 1, BattleFrontier_BattleArenaLobby_EventScript_255EE8
|
||||
@@ -209,7 +209,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255F54:: @ 8255F54
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2567E6, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2567E6, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 1
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -224,7 +224,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255F54:: @ 8255F54
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255F9F:: @ 8255F9F
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_25624C, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_25624C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_255E0B
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255FAC:: @ 8255FAC
|
||||
@@ -233,11 +233,11 @@ BattleFrontier_BattleArenaLobby_EventScript_255FAC:: @ 8255FAC
|
||||
case 1, BattleFrontier_BattleArenaLobby_EventScript_255FD4
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255FC7:: @ 8255FC7
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2566A8, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2566A8, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_256003
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255FD4:: @ 8255FD4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2565A5, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_2565A5, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_256003
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255FE1:: @ 8255FE1
|
||||
@@ -251,7 +251,7 @@ BattleFrontier_BattleArenaLobby_EventScript_255FF8:: @ 8255FF8
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_255FFB:: @ 8255FFB
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_25621F, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_25621F, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_256003:: @ 8256003
|
||||
release
|
||||
@@ -353,24 +353,24 @@ BattleFrontier_BattleArenaLobby_EventScript_256092:: @ 8256092
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_2560A6:: @ 82560A6
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256B5C, 2
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256B5C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_2560AF:: @ 82560AF
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256BCB, 2
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256BCB, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_2560B8:: @ 82560B8
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256C19, 2
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256C19, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_2560C1:: @ 82560C1
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256C9A, 2
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256C9A, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_2560CA:: @ 82560CA
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256DB8, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256DB8, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_2560D9
|
||||
end
|
||||
|
||||
@@ -388,22 +388,22 @@ BattleFrontier_BattleArenaLobby_EventScript_2560D9:: @ 82560D9
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_25612C:: @ 825612C
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256E02, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256E02, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_2560D9
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_25613A:: @ 825613A
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256F43, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256F43, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_2560D9
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_256148:: @ 8256148
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256FF2, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_256FF2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_2560D9
|
||||
end
|
||||
|
||||
BattleFrontier_BattleArenaLobby_EventScript_256156:: @ 8256156
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_257202, 4
|
||||
msgbox BattleFrontier_BattleArenaLobby_Text_257202, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleArenaLobby_EventScript_2560D9
|
||||
end
|
||||
|
||||
@@ -440,7 +440,7 @@ BattleFrontier_BattleArenaLobby_Text_25624C: @ 825624C
|
||||
.string "three turns, it goes to judging.\p"
|
||||
.string "If you wish to interrupt your challenge,\n"
|
||||
.string "please save the game.\p"
|
||||
.string "If you don’t save, you will not be able\n"
|
||||
.string "If you don't save, you will not be able\n"
|
||||
.string "to continue with your challenge.\p"
|
||||
.string "If you pull off the feat of beating\n"
|
||||
.string "seven TRAINERS in succession,\l"
|
||||
@@ -541,19 +541,19 @@ BattleFrontier_BattleArenaLobby_Text_256B19: @ 8256B19
|
||||
.string "match on your FRONTIER PASS?$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256B5C: @ 8256B5C
|
||||
.string "I lost on the REFEREE’s decision…\p"
|
||||
.string "I don’t think it was a good idea to only\n"
|
||||
.string "I lost on the REFEREE's decision…\p"
|
||||
.string "I don't think it was a good idea to only\n"
|
||||
.string "use defensive moves and not attack…$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256BCB: @ 8256BCB
|
||||
.string "I won in judging!\p"
|
||||
.string "Landing hits consistently on\n"
|
||||
.string "the opponent’s POKéMON worked!$"
|
||||
.string "the opponent's POKéMON worked!$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256C19: @ 8256C19
|
||||
.string "Our match was declared a draw.\p"
|
||||
.string "When we ran out of time, both my\n"
|
||||
.string "POKéMON and the opponent’s had about\l"
|
||||
.string "POKéMON and the opponent's had about\l"
|
||||
.string "the same amount of HP left.$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256C9A: @ 8256C9A
|
||||
@@ -569,7 +569,7 @@ BattleFrontier_BattleArenaLobby_Text_256C9A: @ 8256C9A
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256DB8: @ 8256DB8
|
||||
FallarborTown_BattleTentLobby_Text_256DB8: @ 8256DB8
|
||||
.string "The Set KO Tourney’s rules are listed.$"
|
||||
.string "The Set KO Tourney's rules are listed.$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256DDF: @ 8256DDF
|
||||
FallarborTown_BattleTentLobby_Text_256DDF: @ 8256DDF
|
||||
@@ -586,7 +586,7 @@ FallarborTown_BattleTentLobby_Text_256E02: @ 8256E02
|
||||
.string "The REFEREE will choose the winner\n"
|
||||
.string "based on how the POKéMON battled.\p"
|
||||
.string "Also, a POKéMON cannot be switched out\n"
|
||||
.string "until its battle’s outcome is decided.$"
|
||||
.string "until its battle's outcome is decided.$"
|
||||
|
||||
BattleFrontier_BattleArenaLobby_Text_256F43: @ 8256F43
|
||||
FallarborTown_BattleTentLobby_Text_256F43: @ 8256F43
|
||||
|
||||
@@ -46,7 +46,7 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BD0A:: @ 824BD0A
|
||||
applymovement 1, BattleFrontier_BattleDomeBattleRoom_Movement_2725B4
|
||||
waitmovement 0
|
||||
call BattleFrontier_BattleDomeBattleRoom_EventScript_24BFD5
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C970, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C970, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
showobjectat 13, MAP_BATTLE_FRONTIER_BATTLE_DOME_BATTLE_ROOM
|
||||
compare VAR_TEMP_F, 3
|
||||
@@ -73,7 +73,7 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BD61:: @ 824BD61
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BD82:: @ 824BD82
|
||||
setvar VAR_0x8004, 4
|
||||
special CallBattleDomeFunction
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C990, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C990, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 13, BattleFrontier_BattleDomeBattleRoom_Movement_24C77B
|
||||
applymovement 15, BattleFrontier_BattleDomeBattleRoom_Movement_24C789
|
||||
@@ -81,7 +81,7 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BD82:: @ 824BD82
|
||||
setvar VAR_0x8004, 7
|
||||
setvar VAR_0x8005, 0
|
||||
special sub_8161F74
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 5
|
||||
special CallBattleDomeFunction
|
||||
@@ -94,7 +94,7 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BD82:: @ 824BD82
|
||||
setvar VAR_TEMP_2, 1
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BDF7:: @ 824BDF7
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA86, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA86, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
playse SE_W227B
|
||||
call BattleFrontier_BattleDomeBattleRoom_EventScript_24C82E
|
||||
@@ -199,11 +199,11 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BF62:: @ 824BF62
|
||||
special CallFrontierUtilFunc
|
||||
switch VAR_RESULT
|
||||
case 1, BattleFrontier_BattleDomeBattleRoom_EventScript_24BF96
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA04, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA04, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeBattleRoom_EventScript_24BF9E
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BF96:: @ 824BF96
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA44, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CA44, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BF9E:: @ 824BF9E
|
||||
special sub_8175280
|
||||
@@ -217,11 +217,11 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24BF9E:: @ 824BF9E
|
||||
goto BattleFrontier_BattleDomeBattleRoom_EventScript_24C8F5
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BFC3:: @ 824BFC3
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C9BE, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24C9BE, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BFCC:: @ 824BFCC
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CB9D, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CB9D, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24BFD5:: @ 824BFD5
|
||||
@@ -340,11 +340,11 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C151:: @ 824C151
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C158:: @ 824C158
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CEBE, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CEBE, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C161:: @ 824C161
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D232, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D232, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C16A:: @ 824C16A
|
||||
@@ -390,11 +390,11 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C1CB:: @ 824C1CB
|
||||
case 4, BattleFrontier_BattleDomeBattleRoom_EventScript_24C209
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C1FC:: @ 824C1FC
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CEDE, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CEDE, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeBattleRoom_EventScript_24C211
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C209:: @ 824C209
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D26C, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D26C, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C211:: @ 824C211
|
||||
closemessage
|
||||
@@ -431,19 +431,19 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C211:: @ 824C211
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleDomeBattleRoom_EventScript_24C2B9
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CFAE, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24CFAE, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C2B9:: @ 824C2B9
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0D9, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0D9, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleDomeBattleRoom_EventScript_24C400
|
||||
switch VAR_RESULT
|
||||
case 2, BattleFrontier_BattleDomeBattleRoom_EventScript_24C420
|
||||
case 9, BattleFrontier_BattleDomeBattleRoom_EventScript_24C420
|
||||
case 3, BattleFrontier_BattleDomeBattleRoom_EventScript_24C436
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0F6, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0F6, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 12
|
||||
setvar VAR_0x8005, 1
|
||||
special CallBattleDomeFunction
|
||||
@@ -454,14 +454,14 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C2B9:: @ 824C2B9
|
||||
closemessage
|
||||
applymovement 15, BattleFrontier_BattleDomeBattleRoom_Movement_24C82B
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D172, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D172, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleDomeBattleRoom_Text_24D1AA
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D1E0, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D1E0, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeBattleRoom_EventScript_24BF62
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C346:: @ 824C346
|
||||
@@ -470,19 +470,19 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C346:: @ 824C346
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleDomeBattleRoom_EventScript_24C373
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D319, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D319, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C373:: @ 824C373
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D43E, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D43E, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleDomeBattleRoom_EventScript_24C400
|
||||
switch VAR_RESULT
|
||||
case 2, BattleFrontier_BattleDomeBattleRoom_EventScript_24C420
|
||||
case 9, BattleFrontier_BattleDomeBattleRoom_EventScript_24C420
|
||||
case 3, BattleFrontier_BattleDomeBattleRoom_EventScript_24C436
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0F6, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D0F6, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 12
|
||||
setvar VAR_0x8005, 1
|
||||
special CallBattleDomeFunction
|
||||
@@ -493,18 +493,18 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C373:: @ 824C373
|
||||
closemessage
|
||||
applymovement 15, BattleFrontier_BattleDomeBattleRoom_Movement_24C82B
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D47F, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D47F, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleDomeBattleRoom_Text_24D522
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D54D, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D54D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeBattleRoom_EventScript_24BF62
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C400:: @ 824C400
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D677, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D677, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 13, BattleFrontier_BattleDomeBattleRoom_Movement_24C787
|
||||
applymovement 15, BattleFrontier_BattleDomeBattleRoom_Movement_24C829
|
||||
@@ -513,7 +513,7 @@ BattleFrontier_BattleDomeBattleRoom_EventScript_24C400:: @ 824C400
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_EventScript_24C420:: @ 824C420
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D127, 4
|
||||
msgbox BattleFrontier_BattleDomeBattleRoom_Text_24D127, MSGBOX_DEFAULT
|
||||
playse SE_W227B
|
||||
call BattleFrontier_BattleDomeBattleRoom_EventScript_24C82E
|
||||
waitse
|
||||
@@ -1055,7 +1055,7 @@ BattleFrontier_BattleDomeBattleRoom_Text_24CA86: @ 824CA86
|
||||
.string "What an unbelievable finish!\n"
|
||||
.string "We have a double knockout!\p"
|
||||
.string "In this event, the Battle Tournament\n"
|
||||
.string "rules call for a REFEREE’S decision.\p"
|
||||
.string "rules call for a REFEREE'S decision.\p"
|
||||
.string "Please wait while the judging\n"
|
||||
.string "is under way.$"
|
||||
|
||||
@@ -1155,7 +1155,7 @@ BattleFrontier_BattleDomeBattleRoom_Text_24CEBE: @ 824CEBE
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24CEDE: @ 824CEDE
|
||||
.string "And now… The TRAINER standing in\n"
|
||||
.string "{PLAYER}’s record-setting path…\p"
|
||||
.string "{PLAYER}'s record-setting path…\p"
|
||||
.string "Yes! The one and only!\n"
|
||||
.string "The BATTLE DOME COMMISSIONER!\l"
|
||||
.string "Our very own DOME ACE!\l"
|
||||
@@ -1168,21 +1168,21 @@ BattleFrontier_BattleDomeBattleRoom_Text_24CF7A: @ 824CF7A
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24CFAE: @ 824CFAE
|
||||
.string "TUCKER: Ahahah!\p"
|
||||
.string "Do you hear it? This crowd!\n"
|
||||
.string "They’re all itching to see our match!\p"
|
||||
.string "They're all itching to see our match!\p"
|
||||
.string "Ahahah!\p"
|
||||
.string "I bet you’re twitching all over from\n"
|
||||
.string "I bet you're twitching all over from\n"
|
||||
.string "the tension of getting to battle me!\p"
|
||||
.string "But don’t you worry about a thing!\p"
|
||||
.string "I’m the no. 1 star of the BATTLE DOME!\n"
|
||||
.string "But don't you worry about a thing!\p"
|
||||
.string "I'm the no. 1 star of the BATTLE DOME!\n"
|
||||
.string "I, TUCKER the DOME ACE, will bathe you\l"
|
||||
.string "in my brilliant glow!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D0D9: @ 824D0D9
|
||||
.string "Your strategy!\n"
|
||||
.string "Let’s see it!$"
|
||||
.string "Let's see it!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D0F6: @ 824D0F6
|
||||
.string "Unbelievable! It’s incredible!\n"
|
||||
.string "Unbelievable! It's incredible!\n"
|
||||
.string "The victor is {PLAYER}!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D127: @ 824D127
|
||||
@@ -1200,7 +1200,7 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D1AA: @ 824D1AA
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D1E0: @ 824D1E0
|
||||
.string "… … … … … …\p"
|
||||
.string "I sorely underestimated you. I won’t\n"
|
||||
.string "I sorely underestimated you. I won't\n"
|
||||
.string "make the same mistake next time…$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D232: @ 824D232
|
||||
@@ -1214,7 +1214,7 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D26C: @ 824D26C
|
||||
.string "Finally, the legend has returned!\p"
|
||||
.string "Yes, the name of that legend!\n"
|
||||
.string "Our very own DOME ACE!\l"
|
||||
.string "It’s none other than TUCKER!$"
|
||||
.string "It's none other than TUCKER!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D319: @ 824D319
|
||||
.string "TUCKER: Ah…\n"
|
||||
@@ -1233,9 +1233,9 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D43E: @ 824D43E
|
||||
.string "I possess! Right here and now!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D47F: @ 824D47F
|
||||
.string "TUCKER: You’re genuinely fantastic!\p"
|
||||
.string "Never before! I haven’t ever lost in the\n"
|
||||
.string "times I’ve had to unleash my power.\p"
|
||||
.string "TUCKER: You're genuinely fantastic!\p"
|
||||
.string "Never before! I haven't ever lost in the\n"
|
||||
.string "times I've had to unleash my power.\p"
|
||||
.string "Yes, quite fantastic!\n"
|
||||
.string "Your FRONTIER PASS, please?$"
|
||||
|
||||
@@ -1244,7 +1244,7 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D522: @ 824D522
|
||||
.string "a golden shine!$"
|
||||
|
||||
BattleFrontier_BattleDomeBattleRoom_Text_24D54D: @ 824D54D
|
||||
.string "You’re strong, but above all,\n"
|
||||
.string "You're strong, but above all,\n"
|
||||
.string "you have a unique charm!\p"
|
||||
.string "In you, I see a definite potential for\n"
|
||||
.string "a superstar like me.\p"
|
||||
@@ -1272,6 +1272,6 @@ BattleFrontier_BattleDomeBattleRoom_Text_24D6BE: @ 824D6BE
|
||||
.string "The winner is…\n"
|
||||
.string "Oh, my goodness!\l"
|
||||
.string "The winner is our very own DOME ACE!\l"
|
||||
.string "It’s TUCKER!\p"
|
||||
.string "It's TUCKER!\p"
|
||||
.string "Congratulations! And thank you!\n"
|
||||
.string "Let’s hear it for the DOME ACE, TUCKER!$"
|
||||
.string "Let's hear it for the DOME ACE, TUCKER!$"
|
||||
|
||||
@@ -34,7 +34,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249839:: @ 8249839
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249842:: @ 8249842
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A45F, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A45F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 0
|
||||
@@ -63,14 +63,14 @@ BattleFrontier_BattleDomeLobby_EventScript_24989B:: @ 824989B
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleDomeLobby_EventScript_2498C1
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A4E9, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A4E9, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_2498C9
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_2498C1:: @ 82498C1
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AD67, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AD67, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_2498C9:: @ 82498C9
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24ADB1, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24ADB1, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_241520, 9
|
||||
@@ -100,7 +100,7 @@ BattleFrontier_BattleDomeLobby_EventScript_2498C9:: @ 82498C9
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249940:: @ 8249940
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A5BF, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A5BF, MSGBOX_DEFAULT
|
||||
message BattleFrontier_BattleDomeLobby_Text_24A5D6
|
||||
waitmessage
|
||||
special LoadPlayerParty
|
||||
@@ -141,7 +141,7 @@ BattleFrontier_BattleDomeLobby_EventScript_2499E4:: @ 82499E4
|
||||
call BattleFrontier_BattleDomeLobby_EventScript_23E8B4
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_2499E9:: @ 82499E9
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F74, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F74, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -149,7 +149,7 @@ BattleFrontier_BattleDomeLobby_EventScript_2499E9:: @ 82499E9
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_2499F9:: @ 82499F9
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A5FE, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A5FE, MSGBOX_DEFAULT
|
||||
message BattleFrontier_BattleDomeLobby_Text_24A61A
|
||||
waitmessage
|
||||
setvar VAR_0x8004, 13
|
||||
@@ -215,7 +215,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249ABF:: @ 8249ABF
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A26E, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A26E, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleDomeLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -224,7 +224,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249ABF:: @ 8249ABF
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleDomeLobby_EventScript_249C61
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A1C6, 5
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A1C6, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleDomeLobby_EventScript_249C61
|
||||
case 1, BattleFrontier_BattleDomeLobby_EventScript_249B60
|
||||
@@ -262,7 +262,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249BC2:: @ 8249BC2
|
||||
special CallFrontierUtilFunc
|
||||
setvar VAR_0x8004, 15
|
||||
special CallBattleDomeFunction
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A437, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A437, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call BattleFrontier_BattleDomeLobby_EventScript_249C6E
|
||||
special HealPlayerParty
|
||||
@@ -284,11 +284,11 @@ BattleFrontier_BattleDomeLobby_EventScript_249C15:: @ 8249C15
|
||||
case 1, BattleFrontier_BattleDomeLobby_EventScript_249C3D
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249C30:: @ 8249C30
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A353, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A353, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249C6C
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249C3D:: @ 8249C3D
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A2AB, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A2AB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249C6C
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249C4A:: @ 8249C4A
|
||||
@@ -302,7 +302,7 @@ BattleFrontier_BattleDomeLobby_EventScript_249C61:: @ 8249C61
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249C64:: @ 8249C64
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F74, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F74, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249C6C:: @ 8249C6C
|
||||
release
|
||||
@@ -350,11 +350,11 @@ BattleFrontier_BattleDomeLobby_EventScript_249CF5:: @ 8249CF5
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249CFD:: @ 8249CFD
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249EB7, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249EB7, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249D06:: @ 8249D06
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A664, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A664, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249D0F:: @ 8249D0F
|
||||
@@ -366,11 +366,11 @@ BattleFrontier_BattleDomeLobby_EventScript_249D15:: @ 8249D15
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249D1B:: @ 8249D1B
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F8E, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_249F8E, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249D24:: @ 8249D24
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A721, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A721, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249D2D:: @ 8249D2D
|
||||
@@ -449,56 +449,54 @@ BattleFrontier_BattleDomeLobby_EventScript_249D84:: @ 8249D84
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DC9:: @ 8249DC9
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A966, 3
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A966, MSGBOX_SIGN
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DD2:: @ 8249DD2
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A9A9, 3
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A9A9, MSGBOX_SIGN
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DDB:: @ 8249DDB
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A9EC, 3
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24A9EC, MSGBOX_SIGN
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DE4:: @ 8249DE4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AA31, 3
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AA31, MSGBOX_SIGN
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DED:: @ 8249DED
|
||||
setvar VAR_0x8004, 20
|
||||
special CallBattleDomeFunction
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AA76, 2
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AA76, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249DFE:: @ 8249DFE
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AB94, 2
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AB94, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249E07:: @ 8249E07
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AC76, 2
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AC76, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249E10:: @ 8249E10
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24ACD3, 2
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24ACD3, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_249E19:: @ 8249E19
|
||||
msgbox BattleFrontier_OutsideWest_Text_24AB06, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_24AB06, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_249E22:: @ 8249E22
|
||||
loadword 0, BattleFrontier_OutsideWest_Text_24AB44
|
||||
callstd 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_24AB44, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_249E2B:: @ 8249E2B
|
||||
loadword 0, BattleFrontier_OutsideWest_Text_24AB75
|
||||
callstd 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_24AB75, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249E34:: @ 8249E34
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AE63, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AE63, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249E43
|
||||
end
|
||||
|
||||
@@ -515,17 +513,17 @@ BattleFrontier_BattleDomeLobby_EventScript_249E43:: @ 8249E43
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249E8B:: @ 8249E8B
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AEAE, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AEAE, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249E43
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249E99:: @ 8249E99
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AF4C, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24AF4C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249E43
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomeLobby_EventScript_249EA7:: @ 8249EA7
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24B073, 4
|
||||
msgbox BattleFrontier_BattleDomeLobby_Text_24B073, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleDomeLobby_EventScript_249E43
|
||||
end
|
||||
|
||||
@@ -558,14 +556,14 @@ BattleFrontier_BattleDomeLobby_Text_249F8E: @ 8249F8E
|
||||
.string "The other two POKéMON can battle\n"
|
||||
.string "one at a time.\p"
|
||||
.string "Choose the two battling POKéMON after\n"
|
||||
.string "examining the opponent’s trio.\p"
|
||||
.string "examining the opponent's trio.\p"
|
||||
.string "You win the tournament by defeating\n"
|
||||
.string "four TRAINERS.\p"
|
||||
.string "Battle Points are awarded to\n"
|
||||
.string "the tournament winner.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "tournament, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A1C6: @ 824A1C6
|
||||
@@ -583,7 +581,7 @@ BattleFrontier_BattleDomeLobby_Text_24A26E: @ 824A26E
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A2AB: @ 824A2AB
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have three eligible POKéMON.\p"
|
||||
.string "You don't have three eligible POKéMON.\p"
|
||||
.string "Also, the POKéMON must be holding\n"
|
||||
.string "different kinds of items.\p"
|
||||
.string "EGGS{STR_VAR_1} ineligible.\p"
|
||||
@@ -591,7 +589,7 @@ BattleFrontier_BattleDomeLobby_Text_24A2AB: @ 824A2AB
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A353: @ 824A353
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have three eligible POKéMON.\p"
|
||||
.string "You don't have three eligible POKéMON.\p"
|
||||
.string "You must have three different POKéMON\n"
|
||||
.string "of Level 50 or less to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -605,7 +603,7 @@ BattleFrontier_BattleDomeLobby_Text_24A437: @ 824A437
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A45F: @ 824A45F
|
||||
.string "Excuse me!\p"
|
||||
.string "You didn’t save before you quit your\n"
|
||||
.string "You didn't save before you quit your\n"
|
||||
.string "challenge last time.\p"
|
||||
.string "Because of that, your challenge so far\n"
|
||||
.string "has been disqualified. Sorry!$"
|
||||
@@ -635,7 +633,7 @@ BattleFrontier_BattleDomeLobby_Text_24A5D6: @ 824A5D6
|
||||
.string "Please wait.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A5FE: @ 824A5FE
|
||||
.string "We’ve been waiting for you!$"
|
||||
.string "We've been waiting for you!$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A61A: @ 824A61A
|
||||
.string "Before I show you to the BATTLE DOME,\n"
|
||||
@@ -663,30 +661,30 @@ BattleFrontier_BattleDomeLobby_Text_24A721: @ 824A721
|
||||
.string "The remaining two POKéMON must take\n"
|
||||
.string "part in a DOUBLE BATTLE.\p"
|
||||
.string "Choose the two battling POKéMON after\n"
|
||||
.string "examining the opponent’s trio.\p"
|
||||
.string "examining the opponent's trio.\p"
|
||||
.string "You win the tournament by defeating\n"
|
||||
.string "four TRAINERS.\p"
|
||||
.string "Battle Points are awarded to\n"
|
||||
.string "the tournament winner.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "tournament, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A966: @ 824A966
|
||||
.string "They’re the results of the last\n"
|
||||
.string "They're the results of the last\n"
|
||||
.string "Level 50 SINGLE BATTLE Tournament.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A9A9: @ 824A9A9
|
||||
.string "They’re the results of the last\n"
|
||||
.string "They're the results of the last\n"
|
||||
.string "Level 50 DOUBLE BATTLE Tournament.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24A9EC: @ 824A9EC
|
||||
.string "They’re the results of the last\n"
|
||||
.string "They're the results of the last\n"
|
||||
.string "Open Level SINGLE BATTLE Tournament.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24AA31: @ 824AA31
|
||||
.string "They’re the results of the last\n"
|
||||
.string "They're the results of the last\n"
|
||||
.string "Open Level DOUBLE BATTLE Tournament.$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24AA76: @ 824AA76
|
||||
@@ -699,7 +697,7 @@ BattleFrontier_BattleDomeLobby_Text_24AA76: @ 824AA76
|
||||
|
||||
BattleFrontier_OutsideWest_Text_24AB06: @ 824AB06
|
||||
.string "The BATTLE FRONTIER…\n"
|
||||
.string "I’ve long dreamed about a place like it.$"
|
||||
.string "I've long dreamed about a place like it.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_24AB44: @ 824AB44
|
||||
.string "The BATTLE DOME\n"
|
||||
@@ -724,9 +722,9 @@ BattleFrontier_BattleDomeLobby_Text_24AC76: @ 824AC76
|
||||
.string "Of course I got trashed…$"
|
||||
|
||||
BattleFrontier_BattleDomeLobby_Text_24ACD3: @ 824ACD3
|
||||
.string "I would’ve won if I’d kept this POKéMON\n"
|
||||
.string "I would've won if I'd kept this POKéMON\n"
|
||||
.string "held in reserve.\p"
|
||||
.string "You need to check your opponent’s\n"
|
||||
.string "You need to check your opponent's\n"
|
||||
.string "POKéMON carefully before choosing\l"
|
||||
.string "your battling POKéMON.$"
|
||||
|
||||
@@ -766,7 +764,7 @@ BattleFrontier_BattleDomeLobby_Text_24AF4C: @ 824AF4C
|
||||
.string "The Tournament Tree will provide\n"
|
||||
.string "several kinds of data.\p"
|
||||
.string "The data on view includes the previous\n"
|
||||
.string "tournament’s results, the POKéMON held\l"
|
||||
.string "tournament's results, the POKéMON held\l"
|
||||
.string "by TRAINERS, and the battle styles of\l"
|
||||
.string "TRAINERS.$"
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B33F:: @ 824B33F
|
||||
goto BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B349:: @ 824B349
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA69, 5
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA69, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B24F
|
||||
case 1, BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3BB
|
||||
@@ -104,7 +104,7 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3BB:: @ 824B3BB
|
||||
end
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B3DD:: @ 824B3DD
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9B5, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9B5, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
setvar VAR_0x8004, 6
|
||||
special CallBattleDomeFunction
|
||||
@@ -131,19 +131,19 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B40A:: @ 824B40A
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B449:: @ 824B449
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9D9, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9D9, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B452:: @ 824B452
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9FD, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B9FD, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B45B:: @ 824B45B
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA21, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA21, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B464:: @ 824B464
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA46, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BA46, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B46D:: @ 824B46D
|
||||
@@ -167,7 +167,7 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B46D:: @ 824B46D
|
||||
special CallBattleDomeFunction
|
||||
setvar VAR_0x8004, 9
|
||||
special CallBattleDomeFunction
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B748, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B748, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattleDomePreBattleRoom_Movement_24B64F
|
||||
waitmovement 0
|
||||
@@ -221,28 +221,28 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B54C:: @ 824B54C
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B58B:: @ 824B58B
|
||||
checkflag FLAG_TEMP_1
|
||||
goto_eq BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5B5
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BB2E, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BB2E, MSGBOX_DEFAULT
|
||||
setflag FLAG_TEMP_1
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5A0:: @ 824B5A0
|
||||
checkflag FLAG_TEMP_1
|
||||
goto_eq BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5BE
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BBAC, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BBAC, MSGBOX_DEFAULT
|
||||
setflag FLAG_TEMP_1
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5B5:: @ 824B5B5
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BC2A, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BC2A, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5BE:: @ 824B5BE
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BC63, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24BC63, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B5C7:: @ 824B5C7
|
||||
setvar VAR_TEMP_0, 1
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B760, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B760, MSGBOX_DEFAULT
|
||||
special LoadPlayerParty
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
@@ -268,15 +268,15 @@ BattleFrontier_BattleDomePreBattleRoom_EventScript_24B600:: @ 824B600
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B634:: @ 824B634
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B7A3, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B7A3, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B63D:: @ 824B63D
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B7F1, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B7F1, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_EventScript_24B646:: @ 824B646
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B83F, 4
|
||||
msgbox BattleFrontier_BattleDomePreBattleRoom_Text_24B83F, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_Movement_24B64F: @ 824B64F
|
||||
@@ -325,7 +325,7 @@ BattleFrontier_BattleDomePreBattleRoom_Text_24B748: @ 824B748
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_Text_24B760: @ 824B760
|
||||
.string "Thank you for competing!\p"
|
||||
.string "I’ll restore your POKéMON to\n"
|
||||
.string "I'll restore your POKéMON to\n"
|
||||
.string "full health.$"
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_Text_24B7A3: @ 824B7A3
|
||||
@@ -358,11 +358,11 @@ BattleFrontier_BattleDomePreBattleRoom_Text_24B8E6: @ 824B8E6
|
||||
BattleFrontier_BattleDomePreBattleRoom_Text_24B94E: @ 824B94E
|
||||
.string "Congratulations for advancing\n"
|
||||
.string "to the final match.\p"
|
||||
.string "You’re one win from the championship.\n"
|
||||
.string "You're one win from the championship.\n"
|
||||
.string "Are you ready?$"
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_Text_24B9B5: @ 824B9B5
|
||||
.string "{PLAYER}’s next opponent\n"
|
||||
.string "{PLAYER}'s next opponent\n"
|
||||
.string "is this TRAINER.$"
|
||||
|
||||
BattleFrontier_BattleDomePreBattleRoom_Text_24B9D9: @ 824B9D9
|
||||
|
||||
@@ -51,7 +51,7 @@ BattleFrontier_BattleFactoryBattleRoom_MapScript2_25AE31: @ 825AE31
|
||||
.2byte 0
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_EventScript_25AE3B:: @ 825AE3B
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B1E2, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B1E2, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 2, BattleFrontier_BattleFactoryBattleRoom_Movement_25B18B
|
||||
applymovement 8, BattleFrontier_BattleFactoryBattleRoom_Movement_25B17B
|
||||
@@ -82,7 +82,7 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25AEA7:: @ 825AEA7
|
||||
setvar VAR_0x8004, 5
|
||||
special CallBattlePalaceFunction
|
||||
lockall
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
@@ -153,13 +153,13 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25AF9C:: @ 825AF9C
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleFactoryBattleRoom_EventScript_25AFEF
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B1FB, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B1FB, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_EventScript_25AFEF:: @ 825AFEF
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B3F1, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B3F1, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleFactoryBattleRoom_EventScript_25B0E0
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleFactoryBattleRoom_EventScript_25B00C
|
||||
@@ -170,7 +170,7 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25B00C:: @ 825B00C
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleFactoryBattleRoom_EventScript_25B105
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B42D, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B42D, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 8, BattleFrontier_BattleFactoryBattleRoom_Movement_25B182
|
||||
waitmovement 0
|
||||
@@ -180,7 +180,7 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25B00C:: @ 825B00C
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B498, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B498, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryBattleRoom_EventScript_25B105
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_EventScript_25B051:: @ 825B051
|
||||
@@ -189,13 +189,13 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25B051:: @ 825B051
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleFactoryBattleRoom_EventScript_25B07E
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B517, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B517, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_EventScript_25B07E:: @ 825B07E
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B5CF, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B5CF, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleFactoryBattleRoom_EventScript_25B0E0
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleFactoryBattleRoom_EventScript_25B09B
|
||||
@@ -206,7 +206,7 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25B09B:: @ 825B09B
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_BattleFactoryBattleRoom_EventScript_25B105
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B5E7, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B5E7, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
applymovement 8, BattleFrontier_BattleFactoryBattleRoom_Movement_25B182
|
||||
waitmovement 0
|
||||
@@ -216,7 +216,7 @@ BattleFrontier_BattleFactoryBattleRoom_EventScript_25B09B:: @ 825B09B
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B66D, 4
|
||||
msgbox BattleFrontier_BattleFactoryBattleRoom_Text_25B66D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryBattleRoom_EventScript_25B105
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_EventScript_25B0E0:: @ 825B0E0
|
||||
@@ -318,21 +318,21 @@ BattleFrontier_BattleFactoryBattleRoom_Text_25B1E2: @ 825B1E2
|
||||
.string "Get a move on!$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B1FB: @ 825B1FB
|
||||
.string "Hey, my name’s NOLAND!\n"
|
||||
.string "I’m basically in charge of this place,\l"
|
||||
.string "which is why I’m the FACTORY HEAD!\p"
|
||||
.string "Hey, my name's NOLAND!\n"
|
||||
.string "I'm basically in charge of this place,\l"
|
||||
.string "which is why I'm the FACTORY HEAD!\p"
|
||||
.string "I had a look at your Battle Swap data.\p"
|
||||
.string "You seem to have the right idea,\n"
|
||||
.string "but you’re still square in your head!\p"
|
||||
.string "Listen up, okay? Knowledge isn’t only\n"
|
||||
.string "but you're still square in your head!\p"
|
||||
.string "Listen up, okay? Knowledge isn't only\n"
|
||||
.string "about reading books or doing desk work.\p"
|
||||
.string "Just doing that sort of thing…\n"
|
||||
.string "It may as well be useless!\p"
|
||||
.string "You have to experience things with\n"
|
||||
.string "your heart and your body, understand?\p"
|
||||
.string "I’ll take you on under the same\n"
|
||||
.string "I'll take you on under the same\n"
|
||||
.string "conditions as you.\p"
|
||||
.string "I’ll be using rental POKéMON, too!$"
|
||||
.string "I'll be using rental POKéMON, too!$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B3F1: @ 825B3F1
|
||||
.string "Shake out every last bit of your\n"
|
||||
@@ -340,7 +340,7 @@ BattleFrontier_BattleFactoryBattleRoom_Text_25B3F1: @ 825B3F1
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B42D: @ 825B42D
|
||||
.string "NOLAND: Smart going!\n"
|
||||
.string "Let’s see your FRONTIER PASS.$"
|
||||
.string "Let's see your FRONTIER PASS.$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B460: @ 825B460
|
||||
.string "The Knowledge Symbol was embossed\n"
|
||||
@@ -348,19 +348,19 @@ BattleFrontier_BattleFactoryBattleRoom_Text_25B460: @ 825B460
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B498: @ 825B498
|
||||
.string "Heh…\n"
|
||||
.string "You’re a pretty bright spark…\p"
|
||||
.string "Next time, I’ll come after you hard.\n"
|
||||
.string "You're a pretty bright spark…\p"
|
||||
.string "Next time, I'll come after you hard.\n"
|
||||
.string "No holds barred, understand?\p"
|
||||
.string "You keep up your studies!$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B517: @ 825B517
|
||||
.string "NOLAND: Hey, hey! How’s it going?\n"
|
||||
.string "NOLAND: Hey, hey! How's it going?\n"
|
||||
.string "You keeping up with your studies?\p"
|
||||
.string "…Oh?\p"
|
||||
.string "You’ve taken on a harder look than\n"
|
||||
.string "You've taken on a harder look than\n"
|
||||
.string "the last time I saw you.\p"
|
||||
.string "Now, this should be fun!\n"
|
||||
.string "I’m getting excited, hey!$"
|
||||
.string "I'm getting excited, hey!$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B5CF: @ 825B5CF
|
||||
.string "All right!\n"
|
||||
@@ -368,9 +368,9 @@ BattleFrontier_BattleFactoryBattleRoom_Text_25B5CF: @ 825B5CF
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B5E7: @ 825B5E7
|
||||
.string "NOLAND: What the…\n"
|
||||
.string "You’re getting out of my league!\p"
|
||||
.string "You're getting out of my league!\p"
|
||||
.string "Sheesh!\n"
|
||||
.string "Let’s see that FRONTIER PASS!$"
|
||||
.string "Let's see that FRONTIER PASS!$"
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B640: @ 825B640
|
||||
.string "The Knowledge Symbol took on\n"
|
||||
@@ -378,7 +378,7 @@ BattleFrontier_BattleFactoryBattleRoom_Text_25B640: @ 825B640
|
||||
|
||||
BattleFrontier_BattleFactoryBattleRoom_Text_25B66D: @ 825B66D
|
||||
.string "Pfft, man!\p"
|
||||
.string "That’s absolutely the last time\n"
|
||||
.string "That's absolutely the last time\n"
|
||||
.string "I lose to you!\p"
|
||||
.string "We have to do this again, hey?$"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258431:: @ 8258431
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_25843A:: @ 825843A
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258ECA, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258ECA, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 8
|
||||
special CallBattleFactoryFunction
|
||||
@@ -57,16 +57,16 @@ BattleFrontier_BattleFactoryLobby_EventScript_25849B:: @ 825849B
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleFactoryLobby_EventScript_2584BD
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258D93, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258D93, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_2584C6
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2584BD:: @ 82584BD
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_25926A, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_25926A, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2584C6:: @ 82584C6
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2592BD, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2592BD, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_241520, 9
|
||||
@@ -116,7 +116,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_25857D:: @ 825857D
|
||||
call BattleFrontier_BattleFactoryLobby_EventScript_23E8B4
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_258582:: @ 8258582
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258BC5, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258BC5, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -184,7 +184,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_258653:: @ 8258653
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258C27, 5
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258C27, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleFactoryLobby_EventScript_25879A
|
||||
case 1, BattleFrontier_BattleFactoryLobby_EventScript_2586B9
|
||||
@@ -216,7 +216,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_2586B9:: @ 82586B9
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_25871A:: @ 825871A
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258CB1, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258CB1, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_FRONTIER_BATTLE_MODE, 0
|
||||
call_if 1, BattleFrontier_BattleFactoryLobby_EventScript_25875C
|
||||
@@ -256,7 +256,7 @@ BattleFrontier_BattleFactoryLobby_EventScript_25879A:: @ 825879A
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_25879D:: @ 825879D
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258BC5, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258BC5, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -275,11 +275,11 @@ BattleFrontier_BattleFactoryLobby_Movement_2587AC: @ 82587AC
|
||||
step_end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587B1:: @ 82587B1
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2588EE, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2588EE, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587BA:: @ 82587BA
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258F93, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_258F93, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587C3:: @ 82587C3
|
||||
@@ -291,11 +291,11 @@ BattleFrontier_BattleFactoryLobby_EventScript_2587C9:: @ 82587C9
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587CF:: @ 82587CF
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2589B3, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2589B3, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587D8:: @ 82587D8
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259058, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259058, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2587E1:: @ 82587E1
|
||||
@@ -321,26 +321,26 @@ BattleFrontier_BattleFactoryLobby_EventScript_2587FA:: @ 82587FA
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_258813:: @ 8258813
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2593D7, 2
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2593D7, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_25881C:: @ 825881C
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2594E5, 2
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2594E5, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_258825:: @ 8258825
|
||||
lock
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259547, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259547, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_258830:: @ 8258830
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2595C4, 2
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2595C4, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_258839:: @ 8258839
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259721, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259721, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
@@ -359,27 +359,27 @@ BattleFrontier_BattleFactoryLobby_EventScript_258848:: @ 8258848
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2588A6:: @ 82588A6
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259766, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259766, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2588B4:: @ 82588B4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2597FB, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_2597FB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2588C2:: @ 82588C2
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_25987E, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_25987E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2588D0:: @ 82588D0
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259920, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259920, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_EventScript_2588DE:: @ 82588DE
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259A5E, 4
|
||||
msgbox BattleFrontier_BattleFactoryLobby_Text_259A5E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryLobby_EventScript_258848
|
||||
end
|
||||
|
||||
@@ -413,7 +413,7 @@ BattleFrontier_BattleFactoryLobby_Text_2589B3: @ 82589B3
|
||||
.string "a row, you will earn Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save, you will be\n"
|
||||
.string "If you don't save, you will be\n"
|
||||
.string "disqualified from your challenge.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258BC5: @ 8258BC5
|
||||
@@ -446,7 +446,7 @@ BattleFrontier_BattleFactoryLobby_Text_258D54: @ 8258D54
|
||||
.string "for our rental POKéMON.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258D93: @ 8258D93
|
||||
.string "Congratulations! You’ve won seven\n"
|
||||
.string "Congratulations! You've won seven\n"
|
||||
.string "straight Battle Swap matches!$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258DD3: @ 8258DD3
|
||||
@@ -460,18 +460,18 @@ BattleFrontier_BattleFactoryLobby_Text_258E1C: @ 8258E1C
|
||||
.string "some Battle Points.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258E77: @ 8258E77
|
||||
.string "We’ve been waiting for you!\p"
|
||||
.string "We've been waiting for you!\p"
|
||||
.string "Before we resume your challenge,\n"
|
||||
.string "I must save the game.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258ECA: @ 8258ECA
|
||||
.string "I’m sorry to say this, but you didn’t\n"
|
||||
.string "I'm sorry to say this, but you didn't\n"
|
||||
.string "save before you quit playing last time.\p"
|
||||
.string "As a result, you have been disqualified\n"
|
||||
.string "from your challenge.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258F55: @ 8258F55
|
||||
.string "We’ll return your personal POKéMON.$"
|
||||
.string "We'll return your personal POKéMON.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_258F79: @ 8258F79
|
||||
.string "{PLAYER} received the prize\n"
|
||||
@@ -503,7 +503,7 @@ BattleFrontier_BattleFactoryLobby_Text_259058: @ 8259058
|
||||
.string "a row, you will earn Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_25926A: @ 825926A
|
||||
@@ -531,11 +531,11 @@ BattleFrontier_BattleFactoryLobby_Text_2593D7: @ 82593D7
|
||||
.string "Hi!\n"
|
||||
.string "You, there!\p"
|
||||
.string "Are you thinking that the events here\n"
|
||||
.string "are easy since you don’t need to have\l"
|
||||
.string "are easy since you don't need to have\l"
|
||||
.string "a raised team of POKéMON?\p"
|
||||
.string "I wouldn’t be too sure about winning\n"
|
||||
.string "I wouldn't be too sure about winning\n"
|
||||
.string "that easily.\p"
|
||||
.string "If you don’t have thorough knowledge\n"
|
||||
.string "If you don't have thorough knowledge\n"
|
||||
.string "about POKéMON and their moves,\l"
|
||||
.string "it will be tough to keep winning.$"
|
||||
|
||||
@@ -545,20 +545,20 @@ BattleFrontier_BattleFactoryLobby_Text_2594E5: @ 82594E5
|
||||
.string "They wiped the floor with us…$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_259547: @ 8259547
|
||||
.string "Things haven’t been going my way\n"
|
||||
.string "Things haven't been going my way\n"
|
||||
.string "at all.\p"
|
||||
.string "You need to check your opponent’s\n"
|
||||
.string "You need to check your opponent's\n"
|
||||
.string "POKéMON during battle to see if\l"
|
||||
.string "they’re any good.$"
|
||||
.string "they're any good.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_2595C4: @ 82595C4
|
||||
.string "You know how the staff here give you\n"
|
||||
.string "a few hints about your next opponent?\p"
|
||||
.string "Well, I’m a full-grown man, but I have\n"
|
||||
.string "Well, I'm a full-grown man, but I have\n"
|
||||
.string "trouble figuring out their hints.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_259658: @ 8259658
|
||||
.string "Like, I’m really tough, but I get bored\n"
|
||||
.string "Like, I'm really tough, but I get bored\n"
|
||||
.string "really easily, so I just kept swapping\l"
|
||||
.string "and battling over and over.\p"
|
||||
.string "So anyway, when I kept entering\n"
|
||||
@@ -589,14 +589,14 @@ BattleFrontier_BattleFactoryLobby_Text_2597FB: @ 82597FB
|
||||
BattleFrontier_BattleFactoryLobby_Text_25987E: @ 825987E
|
||||
.string "After every battle you win, you may\n"
|
||||
.string "swap for one of your defeated\l"
|
||||
.string "opponent’s POKéMON.\p"
|
||||
.string "opponent's POKéMON.\p"
|
||||
.string "You will not be able to swap POKéMON\n"
|
||||
.string "with the seventh TRAINER in the event.$"
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_259920: @ 8259920
|
||||
.string "There are two key points to be aware\n"
|
||||
.string "of when swapping POKéMON.\p"
|
||||
.string "First, when swapping, you can’t check\n"
|
||||
.string "First, when swapping, you can't check\n"
|
||||
.string "the stats of the POKéMON you are\l"
|
||||
.string "about to receive.\p"
|
||||
.string "Second, the POKéMON on your team\n"
|
||||
@@ -607,5 +607,5 @@ BattleFrontier_BattleFactoryLobby_Text_259920: @ 8259920
|
||||
|
||||
BattleFrontier_BattleFactoryLobby_Text_259A5E: @ 8259A5E
|
||||
.string "In the Open Level, the rental POKéMON\n"
|
||||
.string "and the opposing TRAINERS’ POKéMON\l"
|
||||
.string "and the opposing TRAINERS' POKéMON\l"
|
||||
.string "are all Level 100.$"
|
||||
|
||||
@@ -43,7 +43,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259AF9:: @ 8259AF9
|
||||
setorcopyvar VAR_0x8006, VAR_RESULT
|
||||
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E93
|
||||
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A004
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A1C8, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A1C8, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
setvar VAR_0x8004, 8
|
||||
special CallBattleFactoryFunction
|
||||
@@ -52,7 +52,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259AF9:: @ 8259AF9
|
||||
waitstate
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259B74:: @ 8259B74
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB96, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB96, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_23F2B7
|
||||
compare VAR_RESULT, 0
|
||||
@@ -69,7 +69,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259BA5:: @ 8259BA5
|
||||
special CallBattleFactoryFunction
|
||||
setvar VAR_0x8004, 16
|
||||
special CallBattleFactoryFunction
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A22D, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A22D, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
special HealPlayerParty
|
||||
@@ -79,15 +79,15 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259BA5:: @ 8259BA5
|
||||
goto_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C26
|
||||
playse 263
|
||||
waitse
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC15, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC15, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattleFactoryPreBattleRoom_Movement_25A1BF
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC58, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC58, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattleFactoryPreBattleRoom_Movement_25A1C3
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC89, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC89, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 16
|
||||
goto BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9
|
||||
@@ -148,7 +148,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D2E:: @ 8259D2E
|
||||
goto BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D38:: @ 8259D38
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A350, 5
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A350, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
|
||||
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E47
|
||||
@@ -174,7 +174,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259D98:: @ 8259D98
|
||||
setorcopyvar VAR_0x8006, VAR_RESULT
|
||||
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E93
|
||||
call BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A004
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB2E, 5
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB2E, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259B74
|
||||
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259DF2
|
||||
@@ -189,7 +189,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259DF2:: @ 8259DF2
|
||||
goto_eq BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259B74
|
||||
setvar VAR_0x8004, 8
|
||||
special CallBattleFactoryFunction
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB6C, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB6C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259B74
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E1D:: @ 8259E1D
|
||||
@@ -248,7 +248,7 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E69:: @ 8259E69
|
||||
goto BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259C13
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E93:: @ 8259E93
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3B4, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3B4, MSGBOX_DEFAULT
|
||||
compare VAR_0x8005, 0
|
||||
call_if 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F62
|
||||
compare VAR_0x8005, 1
|
||||
@@ -288,75 +288,75 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259E93:: @ 8259E93
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F62:: @ 8259F62
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3F8, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3F8, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F6B:: @ 8259F6B
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A597, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A597, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F74:: @ 8259F74
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A66B, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A66B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F7D:: @ 8259F7D
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A5DF, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A5DF, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F86:: @ 8259F86
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A625, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A625, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F8F:: @ 8259F8F
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A73B, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A73B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259F98:: @ 8259F98
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A6F8, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A6F8, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FA1:: @ 8259FA1
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A77F, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A77F, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FAA:: @ 8259FAA
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A84E, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A84E, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FB3:: @ 8259FB3
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A43E, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A43E, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FBC:: @ 8259FBC
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A482, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A482, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FC5:: @ 8259FC5
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A50F, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A50F, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FCE:: @ 8259FCE
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A4C7, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A4C7, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FD7:: @ 8259FD7
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A6B1, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A6B1, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FE0:: @ 8259FE0
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A554, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A554, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FE9:: @ 8259FE9
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A7C4, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A7C4, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FF2:: @ 8259FF2
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A80A, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A80A, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259FFB:: @ 8259FFB
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A893, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25A893, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A004:: @ 825A004
|
||||
@@ -381,39 +381,39 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A004:: @ 825A004
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A068:: @ 825A068
|
||||
msgbox Text_StyleUnrestrained, 4
|
||||
msgbox Text_StyleUnrestrained, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A071:: @ 825A071
|
||||
msgbox Text_StyleTotalPreparation, 4
|
||||
msgbox Text_StyleTotalPreparation, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A07A:: @ 825A07A
|
||||
msgbox Text_StyleSlowAndSteady, 4
|
||||
msgbox Text_StyleSlowAndSteady, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A083:: @ 825A083
|
||||
msgbox Text_StyleEndurance, 4
|
||||
msgbox Text_StyleEndurance, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A08C:: @ 825A08C
|
||||
msgbox Text_StyleHighRisk, 4
|
||||
msgbox Text_StyleHighRisk, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A095:: @ 825A095
|
||||
msgbox Text_StyleWeakenFoe, 4
|
||||
msgbox Text_StyleWeakenFoe, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A09E:: @ 825A09E
|
||||
msgbox Text_StyleImpossibleToPredict, 4
|
||||
msgbox Text_StyleImpossibleToPredict, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0A7:: @ 825A0A7
|
||||
msgbox Text_StyleDependsOnFlow, 4
|
||||
msgbox Text_StyleDependsOnFlow, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B0:: @ 825A0B0
|
||||
msgbox Text_StyleFlexible, 4
|
||||
msgbox Text_StyleFlexible, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9:: @ 825A0B9
|
||||
@@ -439,8 +439,8 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A110:: @ 825A110
|
||||
case 127, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A0B9
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25A146:: @ 825A146
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AD61, 4
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB2E, 5
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AD61, MSGBOX_DEFAULT
|
||||
msgbox BattleFrontier_BattleFactoryPreBattleRoom_Text_25AB2E, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259B74
|
||||
case 1, BattleFrontier_BattleFactoryPreBattleRoom_EventScript_259DF2
|
||||
@@ -567,7 +567,7 @@ SlateportCity_BattleTentCorridor_Text_25A37A: @ 825A37A
|
||||
.string "Battle Swap challenge?$"
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3B4: @ 825A3B4
|
||||
.string "I’ve conducted a little investigation\n"
|
||||
.string "I've conducted a little investigation\n"
|
||||
.string "about your upcoming opponent.$"
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_Text_25A3F8: @ 825A3F8
|
||||
@@ -656,7 +656,7 @@ Text_StyleHighRisk: @ 825A94C
|
||||
|
||||
Text_StyleDependsOnFlow: @ 825A98C
|
||||
.string "The favorite battle style appears to\n"
|
||||
.string "depend on the battle’s flow.$"
|
||||
.string "depend on the battle's flow.$"
|
||||
|
||||
Text_StyleTotalPreparation: @ 825A9CE
|
||||
.string "The favorite battle style appears to\n"
|
||||
@@ -712,9 +712,9 @@ BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC58: @ 825AC58
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_Text_25AC89: @ 825AC89
|
||||
.string "Oh, my…\n"
|
||||
.string "Sorry to keep you waiting!\p"
|
||||
.string "I have a message from this facility’s\n"
|
||||
.string "I have a message from this facility's\n"
|
||||
.string "boss, the FACTORY HEAD.\p"
|
||||
.string "He says, “We’re going to do it!\n"
|
||||
.string "He says, “We're going to do it!\n"
|
||||
.string "Come here right now!”$"
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_Text_25AD20: @ 825AD20
|
||||
@@ -722,5 +722,5 @@ BattleFrontier_BattleFactoryPreBattleRoom_Text_25AD20: @ 825AD20
|
||||
.string "Are you prepared to face him?$"
|
||||
|
||||
BattleFrontier_BattleFactoryPreBattleRoom_Text_25AD61: @ 825AD61
|
||||
.string "I’m terribly sorry, but I can’t tell you\n"
|
||||
.string "I'm terribly sorry, but I can't tell you\n"
|
||||
.string "anything about the FACTORY HEAD.$"
|
||||
|
||||
@@ -61,7 +61,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24F8BF:: @ 824F8BF
|
||||
waitmovement 0
|
||||
setvar VAR_0x8004, 5
|
||||
special CallBattlePalaceFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
call BattleFrontier_BattlePalaceBattleRoom_EventScript_24FDF7
|
||||
switch VAR_RESULT
|
||||
@@ -92,7 +92,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24F911:: @ 824F911
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE99
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_24FEAC
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_24FF00, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_24FF00, MSGBOX_DEFAULT
|
||||
special LoadPlayerParty
|
||||
special SavePlayerParty
|
||||
setvar VAR_0x8004, 3
|
||||
@@ -156,7 +156,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAAA:: @ 824FAAA
|
||||
goto BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FAB4:: @ 824FAB4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250030, 5
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250030, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattlePalaceBattleRoom_EventScript_24F98A
|
||||
case 1, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB3F
|
||||
@@ -200,7 +200,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB3F:: @ 824FB3F
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB61:: @ 824FB61
|
||||
compare VAR_TEMP_2, 1
|
||||
goto_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2500DD, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2500DD, MSGBOX_DEFAULT
|
||||
setvar VAR_TEMP_2, 1
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB79:: @ 824FB79
|
||||
@@ -227,7 +227,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FBD0:: @ 824FBD0
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06:: @ 824FC06
|
||||
call BattleFrontier_BattlePalaceBattleRoom_EventScript_242170
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25017C, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25017C, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE97
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE97
|
||||
@@ -249,13 +249,13 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FC06:: @ 824FC06
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FCAA
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2501C1, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2501C1, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FCAA:: @ 824FCAA
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2502C4, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2502C4, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePalaceBattleRoom_EventScript_24FDF7
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FCC7
|
||||
@@ -268,10 +268,10 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FCC7:: @ 824FCC7
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB28
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2502FF, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2502FF, MSGBOX_DEFAULT
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE99
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_24FEAC
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25036D, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25036D, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePalaceBattleRoom_Text_2503DC
|
||||
waitmessage
|
||||
@@ -283,7 +283,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FCC7:: @ 824FCC7
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_2725A8
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250412, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250412, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB28
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD3A:: @ 824FD3A
|
||||
@@ -292,13 +292,13 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD3A:: @ 824FD3A
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD67
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250485, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250485, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD67:: @ 824FD67
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250572, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250572, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePalaceBattleRoom_EventScript_24FDF7
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD84
|
||||
@@ -311,10 +311,10 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD84:: @ 824FD84
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB28
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25057E, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_25057E, MSGBOX_DEFAULT
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_24FE99
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_24FEAC
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250629, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_250629, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePalaceBattleRoom_Text_250699
|
||||
waitmessage
|
||||
@@ -326,7 +326,7 @@ BattleFrontier_BattlePalaceBattleRoom_EventScript_24FD84:: @ 824FD84
|
||||
applymovement 1, BattleFrontier_BattlePalaceBattleRoom_Movement_2725A8
|
||||
applymovement 3, BattleFrontier_BattlePalaceBattleRoom_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2506C4, 4
|
||||
msgbox BattleFrontier_BattlePalaceBattleRoom_Text_2506C4, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceBattleRoom_EventScript_24FB28
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_EventScript_24FDF7:: @ 824FDF7
|
||||
@@ -600,26 +600,26 @@ BattleFrontier_BattlePalaceBattleRoom_Text_25036D: @ 825036D
|
||||
.string "My, my, if only you could maintain that\n"
|
||||
.string "facade of distinguished authority…\p"
|
||||
.string "Here!\n"
|
||||
.string "Let’s see your FRONTIER PASS!$"
|
||||
.string "Let's see your FRONTIER PASS!$"
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_Text_2503DC: @ 82503DC
|
||||
.string "The Spirits Symbol was embossed on\n"
|
||||
.string "the FRONTIER PASS!$"
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_Text_250412: @ 8250412
|
||||
.string "SPENSER: Your POKéMON’s eyes are \n"
|
||||
.string "SPENSER: Your POKéMON's eyes are \n"
|
||||
.string "truly clear and unclouded.\p"
|
||||
.string "I will eagerly await the next\n"
|
||||
.string "opportunity to see you.$"
|
||||
|
||||
BattleFrontier_BattlePalaceBattleRoom_Text_250485: @ 8250485
|
||||
.string "SPENSER: Gwahahah!\n"
|
||||
.string "You’ve battled your way up again?\p"
|
||||
.string "You've battled your way up again?\p"
|
||||
.string "You must have developed a truly\n"
|
||||
.string "formidable bond with your POKéMON.\p"
|
||||
.string "So be it!\p"
|
||||
.string "This time, I won’t bluster or hold back.\n"
|
||||
.string "This time, there’s no fooling around.\p"
|
||||
.string "This time, I won't bluster or hold back.\n"
|
||||
.string "This time, there's no fooling around.\p"
|
||||
.string "Ready now?\n"
|
||||
.string "Prepare to lose!$"
|
||||
|
||||
|
||||
@@ -60,23 +60,23 @@ BattleFrontier_BattlePalaceCorridor_EventScript_24F581:: @ 824F581
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F58B:: @ 824F58B
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F5DD, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F5DD, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F594:: @ 824F594
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F65B, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F65B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F59D:: @ 824F59D
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F718, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F718, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F5A6:: @ 824F5A6
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F78C, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F78C, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F5AF:: @ 824F5AF
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F7D4, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F7D4, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_Movement_24F5B8: @ 824F5B8
|
||||
@@ -141,18 +141,18 @@ BattleFrontier_BattlePalaceCorridor_Text_24F65B: @ 824F65B
|
||||
.string "Rather than trying to make a POKéMON\n"
|
||||
.string "do what it dislikes, try to let it do\l"
|
||||
.string "what it likes and is good at doing.\p"
|
||||
.string "Put yourself in the POKéMON’s position\n"
|
||||
.string "Put yourself in the POKéMON's position\n"
|
||||
.string "and consider what moves it would like.$"
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_Text_24F718: @ 824F718
|
||||
.string "A POKéMON’s nature is a remarkable\n"
|
||||
.string "A POKéMON's nature is a remarkable\n"
|
||||
.string "thing…\p"
|
||||
.string "Some POKéMON behave in a completely\n"
|
||||
.string "different way when they are cornered.$"
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_Text_24F78C: @ 824F78C
|
||||
.string "Are you beginning to understand how\n"
|
||||
.string "a POKéMON’s nature makes it behave?$"
|
||||
.string "a POKéMON's nature makes it behave?$"
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_Text_24F7D4: @ 824F7D4
|
||||
.string "Ah… I see a strong, heartfelt bond\n"
|
||||
|
||||
@@ -27,7 +27,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D7C7:: @ 824D7C7
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24D7D0:: @ 824D7D0
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E636, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E636, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -51,21 +51,21 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D817:: @ 824D817
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePalaceLobby_EventScript_24D838
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E497, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E497, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24D840
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24D838:: @ 824D838
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EE81, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EE81, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24D840:: @ 824D840
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EEB9, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EEB9, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_241520, 9
|
||||
message BattleFrontier_BattlePalaceLobby_Text_24E4F7
|
||||
waitmessage
|
||||
call BattleFrontier_BattlePalaceLobby_EventScript_24D8A1
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -80,7 +80,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D873:: @ 824D873
|
||||
setvar VAR_0x8006, 0
|
||||
special CallBattlePalaceFunction
|
||||
call BattleFrontier_BattlePalaceLobby_EventScript_24D8A1
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -115,7 +115,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D907:: @ 824D907
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24D908:: @ 824D908
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E5D8, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E5D8, MSGBOX_DEFAULT
|
||||
message BattleFrontier_BattlePalaceLobby_Text_24E5F6
|
||||
waitmessage
|
||||
setvar VAR_0x8004, 7
|
||||
@@ -186,7 +186,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D9E6:: @ 824D9E6
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E399, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E399, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattlePalaceLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -195,7 +195,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24D9E6:: @ 824D9E6
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePalaceLobby_EventScript_24DB91
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E3C8, 5
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E3C8, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattlePalaceLobby_EventScript_24DB91
|
||||
case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DA87
|
||||
@@ -233,7 +233,7 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DAF3:: @ 824DAF3
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E408, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E408, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call BattleFrontier_BattlePalaceLobby_EventScript_24DBBC
|
||||
warp MAP_BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR, 255, 8, 13
|
||||
@@ -244,11 +244,11 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DAF3:: @ 824DAF3
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB20:: @ 824DB20
|
||||
compare VAR_FRONTIER_BATTLE_MODE, 1
|
||||
goto_eq BattleFrontier_BattlePalaceLobby_EventScript_24DB38
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24DE17, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24DE17, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24D999
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB38:: @ 824DB38
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EBC2, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EBC2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24D999
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB45:: @ 824DB45
|
||||
@@ -257,11 +257,11 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DB45:: @ 824DB45
|
||||
case 1, BattleFrontier_BattlePalaceLobby_EventScript_24DB6D
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB60:: @ 824DB60
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E173, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E173, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DB9C
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB6D:: @ 824DB6D
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E29E, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E29E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DB9C
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB7A:: @ 824DB7A
|
||||
@@ -275,18 +275,18 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DB91:: @ 824DB91
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB94:: @ 824DB94
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E0D8, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB9C:: @ 824DB9C
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DB9E:: @ 824DB9E
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24DD5B, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24DD5B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DBA7:: @ 824DBA7
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EB06, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EB06, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DBB0:: @ 824DBB0
|
||||
@@ -382,24 +382,24 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DC69:: @ 824DC69
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DC82:: @ 824DC82
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E6E3, 2
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E6E3, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DC8B:: @ 824DC8B
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E851, 2
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E851, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DC94:: @ 824DC94
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E992, 2
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24E992, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DC9D:: @ 824DC9D
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EA4B, 2
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EA4B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DCA6:: @ 824DCA6
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EF66, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EF66, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
@@ -418,27 +418,27 @@ BattleFrontier_BattlePalaceLobby_EventScript_24DCB5:: @ 824DCB5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DD13:: @ 824DD13
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EFAB, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24EFAB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DD21:: @ 824DD21
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F049, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F049, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DD2F:: @ 824DD2F
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F190, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F190, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DD3D:: @ 824DD3D
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F2E8, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F2E8, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_EventScript_24DD4B:: @ 824DD4B
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F3F4, 4
|
||||
msgbox BattleFrontier_BattlePalaceLobby_Text_24F3F4, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePalaceLobby_EventScript_24DCB5
|
||||
end
|
||||
|
||||
@@ -477,7 +477,7 @@ BattleFrontier_BattlePalaceLobby_Text_24DE17: @ 824DE17
|
||||
.string "we will present you with Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, you must save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24E0D8: @ 824E0D8
|
||||
@@ -529,7 +529,7 @@ BattleFrontier_BattlePalaceLobby_Text_24E408: @ 824E408
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24E41E: @ 824E41E
|
||||
.string "I feel privileged for having seen\n"
|
||||
.string "your POKéMON’s exploits.\p"
|
||||
.string "your POKéMON's exploits.\p"
|
||||
.string "The results will be recorded.\n"
|
||||
.string "I must ask you to briefly wait.$"
|
||||
|
||||
@@ -578,13 +578,13 @@ BattleFrontier_BattlePalaceLobby_Text_24E6E3: @ 824E6E3
|
||||
.string "hardy POKéMON are the best.\p"
|
||||
.string "Offense is the best defense!\n"
|
||||
.string "A relentless attack is the ultimate!\p"
|
||||
.string "But that’s not what I wanted to chat\n"
|
||||
.string "But that's not what I wanted to chat\n"
|
||||
.string "about.\p"
|
||||
.string "Every so often a really cute lady\n"
|
||||
.string "swings by here.\p"
|
||||
.string "She says that she can tell what\n"
|
||||
.string "POKéMON are thinking.\p"
|
||||
.string "I don’t know about that part,\n"
|
||||
.string "I don't know about that part,\n"
|
||||
.string "but she is really cute.\p"
|
||||
.string "Huh?\n"
|
||||
.string "Why are you looking at me like that?$"
|
||||
@@ -594,7 +594,7 @@ BattleFrontier_BattlePalaceLobby_Text_24E851: @ 824E851
|
||||
.string "It appears that the nature of POKéMON\n"
|
||||
.string "and the moves that they have been\l"
|
||||
.string "taught are the keys to battle here.\p"
|
||||
.string "To be more precise, it’s how well\n"
|
||||
.string "To be more precise, it's how well\n"
|
||||
.string "the moves match the nature of\l"
|
||||
.string "the POKéMON.\p"
|
||||
.string "If your POKéMON is in trouble and\n"
|
||||
@@ -604,18 +604,18 @@ BattleFrontier_BattlePalaceLobby_Text_24E851: @ 824E851
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24E992: @ 824E992
|
||||
.string "My POKéMON is usually very docile.\p"
|
||||
.string "But when it’s in a BATTLE HALL,\n"
|
||||
.string "But when it's in a BATTLE HALL,\n"
|
||||
.string "it sometimes seems to become\l"
|
||||
.string "transformed into something wicked!\p"
|
||||
.string "It becomes totally intimidating.\n"
|
||||
.string "It’s shocking, even.$"
|
||||
.string "It's shocking, even.$"
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24EA4B: @ 824EA4B
|
||||
.string "I wonder what sort of nature a POKéMON\n"
|
||||
.string "would have if it favored enfeebling its\l"
|
||||
.string "opponents and chipping away slowly.\p"
|
||||
.string "I’d be surprised if it was a LAX nature.\p"
|
||||
.string "But, nah, that can’t be right.$"
|
||||
.string "I'd be surprised if it was a LAX nature.\p"
|
||||
.string "But, nah, that can't be right.$"
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24EB06: @ 824EB06
|
||||
.string "Where the hearts of TRAINERS\n"
|
||||
@@ -648,7 +648,7 @@ BattleFrontier_BattlePalaceLobby_Text_24EBC2: @ 824EBC2
|
||||
.string "we will present you with Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattlePalaceLobby_Text_24EE81: @ 824EE81
|
||||
@@ -722,7 +722,7 @@ VerdanturfTown_BattleTentLobby_Text_24F2E8: @ 824F2E8
|
||||
BattleFrontier_BattlePalaceLobby_Text_24F3F4: @ 824F3F4
|
||||
VerdanturfTown_BattleTentLobby_Text_24F3F4: @ 824F3F4
|
||||
.string "Depending on its nature, a POKéMON may\n"
|
||||
.string "start using moves that don’t match its\l"
|
||||
.string "start using moves that don't match its\l"
|
||||
.string "nature when it is in trouble.\p"
|
||||
.string "If a POKéMON begins behaving oddly\n"
|
||||
.string "in a pinch, watch it carefully.$"
|
||||
|
||||
@@ -22,7 +22,7 @@ BattleFrontier_BattlePikeCorridor_EventScript_25C786:: @ 825C786
|
||||
applymovement 1, BattleFrontier_BattlePikeCorridor_Movement_25C812
|
||||
waitmovement 0
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePikeCorridor_Text_25C817, 4
|
||||
msgbox BattleFrontier_BattlePikeCorridor_Text_25C817, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
applymovement 255, BattleFrontier_BattlePikeCorridor_Movement_25C80E
|
||||
|
||||
@@ -29,7 +29,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B710:: @ 825B710
|
||||
setvar VAR_0x8004, 27
|
||||
special CallBattlePikeFunction
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C2E0, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C2E0, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -53,16 +53,16 @@ BattleFrontier_BattlePikeLobby_EventScript_25B762:: @ 825B762
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePikeLobby_EventScript_25B784
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C18A, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C18A, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25B78D
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25B784:: @ 825B784
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C383, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C383, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25B78D:: @ 825B78D
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C3D9, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C3D9, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_241520, 9
|
||||
@@ -87,7 +87,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B78D:: @ 825B78D
|
||||
special CallBattlePikeFunction
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -116,7 +116,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B806:: @ 825B806
|
||||
special CallBattlePikeFunction
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -128,7 +128,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B868:: @ 825B868
|
||||
setvar VAR_FRONTIER_FACILITY, 5
|
||||
setvar VAR_FRONTIER_BATTLE_MODE, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BB52, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BB52, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25B87F:: @ 825B87F
|
||||
message BattleFrontier_BattlePikeLobby_Text_25BBC1
|
||||
@@ -155,7 +155,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B8BB:: @ 825B8BB
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C094, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C094, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattlePikeLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -164,7 +164,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B8BB:: @ 825B8BB
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePikeLobby_EventScript_25BA73
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C0D8, 5
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C0D8, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattlePikeLobby_EventScript_25BA73
|
||||
case 1, BattleFrontier_BattlePikeLobby_EventScript_25B95C
|
||||
@@ -205,7 +205,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B95C:: @ 825B95C
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C130, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C130, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 5
|
||||
special CallFrontierUtilFunc
|
||||
@@ -218,7 +218,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25B95C:: @ 825B95C
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA1A:: @ 825BA1A
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BBF5, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BBF5, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25B87F
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA27:: @ 825BA27
|
||||
@@ -227,11 +227,11 @@ BattleFrontier_BattlePikeLobby_EventScript_25BA27:: @ 825BA27
|
||||
case 1, BattleFrontier_BattlePikeLobby_EventScript_25BA4F
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA42:: @ 825BA42
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE8C, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE8C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BA7E
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA4F:: @ 825BA4F
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BF9A, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BF9A, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BA7E
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA5C:: @ 825BA5C
|
||||
@@ -245,7 +245,7 @@ BattleFrontier_BattlePikeLobby_EventScript_25BA73:: @ 825BA73
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA76:: @ 825BA76
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25BE02, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BA7E:: @ 825BA7E
|
||||
release
|
||||
@@ -277,20 +277,20 @@ BattleFrontier_BattlePikeLobby_Movement_25BAA7: @ 825BAA7
|
||||
step_end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BAAB:: @ 825BAAB
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C422, 2
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C422, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BAB4:: @ 825BAB4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C4A5, 2
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C4A5, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BABD:: @ 825BABD
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C4FD, 2
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C4FD, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BAC6:: @ 825BAC6
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C5FB, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C5FB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BAD5
|
||||
end
|
||||
|
||||
@@ -307,17 +307,17 @@ BattleFrontier_BattlePikeLobby_EventScript_25BAD5:: @ 825BAD5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BB1D:: @ 825BB1D
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C644, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C644, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BAD5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BB2B:: @ 825BB2B
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C68A, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C68A, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BAD5
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeLobby_EventScript_25BB39:: @ 825BB39
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C6EB, 4
|
||||
msgbox BattleFrontier_BattlePikeLobby_Text_25C6EB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeLobby_EventScript_25BAD5
|
||||
end
|
||||
|
||||
@@ -352,7 +352,7 @@ BattleFrontier_BattlePikeLobby_Text_25BBF5: @ 825BBF5
|
||||
.string "simple…\p"
|
||||
.string "Choose one of three paths and make\n"
|
||||
.string "your way to the goal room at the end\l"
|
||||
.string "of the BATTLE PIKE. It’s that simple.\p"
|
||||
.string "of the BATTLE PIKE. It's that simple.\p"
|
||||
.string "However, what happens on the chosen\n"
|
||||
.string "path depends entirely on the luck\l"
|
||||
.string "of the challenger…\p"
|
||||
@@ -361,7 +361,7 @@ BattleFrontier_BattlePikeLobby_Text_25BBF5: @ 825BBF5
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please have a word with\l"
|
||||
.string "our staff in the big rooms on the way.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25BE02: @ 825BE02
|
||||
@@ -452,29 +452,29 @@ BattleFrontier_BattlePikeLobby_Text_25C3D9: @ 825C3D9
|
||||
BattleFrontier_BattlePikeLobby_Text_25C422: @ 825C422
|
||||
.string "Arrgh! I blew my chance!\n"
|
||||
.string "I was one room away from the goal!\p"
|
||||
.string "In this place, you’d better watch out\n"
|
||||
.string "In this place, you'd better watch out\n"
|
||||
.string "for poison, freezing, and so on.$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25C4A5: @ 825C4A5
|
||||
.string "I’ve completed the challenge 10 times\n"
|
||||
.string "now, but I’ve never had to battle\l"
|
||||
.string "I've completed the challenge 10 times\n"
|
||||
.string "now, but I've never had to battle\l"
|
||||
.string "a TRAINER once.$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25C4FD: @ 825C4FD
|
||||
.string "Listen! Listen!\p"
|
||||
.string "Don’t you think that the special\n"
|
||||
.string "Don't you think that the special\n"
|
||||
.string "abilities of POKéMON will be useful\l"
|
||||
.string "here?$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25C558: @ 825C558
|
||||
.string "What is this weird place?\n"
|
||||
.string "I can’t figure it out at all!\p"
|
||||
.string "I’ve taken the challenge a bunch\n"
|
||||
.string "I can't figure it out at all!\p"
|
||||
.string "I've taken the challenge a bunch\n"
|
||||
.string "of times, but all I ever do is run into\l"
|
||||
.string "TRAINERS whichever path I choose.$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25C5FB: @ 825C5FB
|
||||
.string "The Battle Choice’s rules are listed.$"
|
||||
.string "The Battle Choice's rules are listed.$"
|
||||
|
||||
BattleFrontier_BattlePikeLobby_Text_25C621: @ 825C621
|
||||
.string "Which heading do you want to read?$"
|
||||
|
||||
@@ -30,7 +30,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D1C6:: @ 825D1C6
|
||||
setvar VAR_0x8004, 21
|
||||
setvar VAR_0x8005, 0
|
||||
special CallBattlePikeFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
releaseall
|
||||
@@ -58,7 +58,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D226:: @ 825D226
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D231:: @ 825D231
|
||||
lockall
|
||||
delay 16
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDFE, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDFE, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattlePikeRandomRoom1_Movement_25D795
|
||||
@@ -66,7 +66,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D231:: @ 825D231
|
||||
setvar VAR_0x8004, 21
|
||||
setvar VAR_0x8005, 0
|
||||
special CallBattlePikeFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
releaseall
|
||||
@@ -86,11 +86,11 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D285:: @ 825D285
|
||||
waitmovement 0
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DE3F, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DE3F, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
special HealPlayerParty
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DE94, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DE94, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
release
|
||||
applymovement 2, BattleFrontier_BattlePikeRandomRoom1_Movement_25D798
|
||||
@@ -110,7 +110,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2BF:: @ 825D2BF
|
||||
case 2, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D4FC
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2FB:: @ 825D2FB
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E311, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E311, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
special SpawnScriptEventObject
|
||||
applymovement 127, BattleFrontier_BattlePikeRandomRoom1_Movement_25D9B0
|
||||
@@ -147,13 +147,13 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2FB:: @ 825D2FB
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D3BD
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DED2, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DED2, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D3BD:: @ 825D3BD
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DF71, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DF71, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePikeRandomRoom1_EventScript_25D77B
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_25D3DA
|
||||
@@ -164,7 +164,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D3DA:: @ 825D3DA
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D49D
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DFA2, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DFA2, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePikeRandomRoom1_Text_25DFD0
|
||||
@@ -172,7 +172,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D3DA:: @ 825D3DA
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E003, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E003, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
goto BattleFrontier_BattlePikeRandomRoom1_EventScript_25D49D
|
||||
|
||||
@@ -182,13 +182,13 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D416:: @ 825D416
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D443
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E02C, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E02C, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D443:: @ 825D443
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E0E8, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E0E8, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePikeRandomRoom1_EventScript_25D77B
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_25D460
|
||||
@@ -199,7 +199,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D460:: @ 825D460
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_25D49D
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E0F6, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E0F6, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePikeRandomRoom1_Text_25E118
|
||||
@@ -207,7 +207,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D460:: @ 825D460
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E140, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E140, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
goto BattleFrontier_BattlePikeRandomRoom1_EventScript_25D49D
|
||||
end
|
||||
@@ -230,19 +230,19 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D49D:: @ 825D49D
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D4DC:: @ 825D4DC
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E15D, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E15D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2FB
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D4EA:: @ 825D4EA
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E1DD, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E1DD, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
goto BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2FB
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D4FC:: @ 825D4FC
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E238, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E238, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
goto BattleFrontier_BattlePikeRandomRoom1_EventScript_25D2FB
|
||||
@@ -258,7 +258,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D50E:: @ 825D50E
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
special HealPlayerParty
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DA13, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DA13, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattlePikeRandomRoom1_Movement_25D798
|
||||
waitmovement 0
|
||||
@@ -282,7 +282,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D53E:: @ 825D53E
|
||||
setvar VAR_0x8004, 21
|
||||
setvar VAR_0x8005, 0
|
||||
special CallBattlePikeFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 16
|
||||
applymovement 255, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7BD
|
||||
@@ -290,7 +290,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D53E:: @ 825D53E
|
||||
setvar VAR_0x8004, 21
|
||||
setvar VAR_0x8005, 1
|
||||
special CallBattlePikeFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, SPECIAL_BATTLE_PIKE_DOUBLE
|
||||
setvar VAR_0x8005, 0
|
||||
@@ -324,13 +324,13 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D605:: @ 825D605
|
||||
call_if 1, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D643
|
||||
compare VAR_0x8004, 1
|
||||
call_if 1, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D6D5
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DD3F, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DD3F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D643:: @ 825D643
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DBE4, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DBE4, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
waitse
|
||||
playmoncry SPECIES_KIRLIA, 0
|
||||
@@ -355,7 +355,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D643:: @ 825D643
|
||||
waitse
|
||||
playmoncry SPECIES_KIRLIA, 0
|
||||
waitmoncry
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCAF, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCAF, MSGBOX_DEFAULT
|
||||
waitse
|
||||
playmoncry SPECIES_KIRLIA, 0
|
||||
waitmoncry
|
||||
@@ -363,11 +363,11 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D643:: @ 825D643
|
||||
applymovement 2, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7B3
|
||||
applymovement 1, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7A4
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCCF, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCCF, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D6D5:: @ 825D6D5
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DC01, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DC01, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
waitse
|
||||
playmoncry SPECIES_DUSCLOPS, 0
|
||||
@@ -388,7 +388,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D6D5:: @ 825D6D5
|
||||
waitse
|
||||
playmoncry SPECIES_DUSCLOPS, 0
|
||||
waitmoncry
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCAF, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DCAF, MSGBOX_DEFAULT
|
||||
waitse
|
||||
playmoncry SPECIES_DUSCLOPS, 0
|
||||
waitmoncry
|
||||
@@ -396,7 +396,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D6D5:: @ 825D6D5
|
||||
applymovement 2, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7B3
|
||||
applymovement 1, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7A4
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DD06, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DD06, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D751:: @ 825D751
|
||||
@@ -590,7 +590,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D81B:: @ 825D81B
|
||||
faceplayer
|
||||
setvar VAR_0x8004, 14
|
||||
special CallBattlePikeFunction
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
release
|
||||
@@ -599,7 +599,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D81B:: @ 825D81B
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D831:: @ 825D831
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDA3, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDA3, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
release
|
||||
end
|
||||
@@ -613,7 +613,7 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D83E:: @ 825D83E
|
||||
call_if 1, BattleFrontier_BattlePikeRandomRoom1_EventScript_25D875
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DABE, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DABE, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
release
|
||||
applymovement 1, BattleFrontier_BattlePikeRandomRoom1_Movement_25D79E
|
||||
@@ -623,21 +623,21 @@ BattleFrontier_BattlePikeRandomRoom1_EventScript_25D83E:: @ 825D83E
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D875:: @ 825D875
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DA51, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DA51, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D881:: @ 825D881
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E32E, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25E32E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_EventScript_25D88D:: @ 825D88D
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDE6, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25DDE6, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
release
|
||||
applymovement 2, BattleFrontier_BattlePikeRandomRoom1_Movement_25D7B4
|
||||
@@ -709,8 +709,8 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25DA13: @ 825DA13
|
||||
.string "Battle Choice challenge…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DA51: @ 825DA51
|
||||
.string "Ah, you’re a lucky one.\n"
|
||||
.string "I’m in somewhat-good spirits now.\p"
|
||||
.string "Ah, you're a lucky one.\n"
|
||||
.string "I'm in somewhat-good spirits now.\p"
|
||||
.string "I will restore one of your POKéMON\n"
|
||||
.string "to full health.$"
|
||||
|
||||
@@ -721,7 +721,7 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25DABE: @ 825DABE
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DAE1: @ 825DAE1
|
||||
.string "Excuse me…\p"
|
||||
.string "Would you care for a battle?\n"
|
||||
.string "I’ll restore your POKéMON if you win.$"
|
||||
.string "I'll restore your POKéMON if you win.$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DB2F: @ 825DB2F
|
||||
.string "Very well…\n"
|
||||
@@ -772,7 +772,7 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25DC97: @ 825DC97
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DCAF: @ 825DCAF
|
||||
.string "Look here!\n"
|
||||
.string "That’s quite enough!$"
|
||||
.string "That's quite enough!$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DCCF: @ 825DCCF
|
||||
.string "I must apologize to you…\p"
|
||||
@@ -815,12 +815,12 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25DED2: @ 825DED2
|
||||
.string "For I am the PIKE QUEEN…\p"
|
||||
.string "You already know it, but to advance,\n"
|
||||
.string "you must defeat me…\p"
|
||||
.string "…I’m not one for idle chatter.\n"
|
||||
.string "…I'm not one for idle chatter.\n"
|
||||
.string "Hurry. Come on…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DF71: @ 825DF71
|
||||
.string "Your luck…\n"
|
||||
.string "I hope you didn’t use it all up here…$"
|
||||
.string "I hope you didn't use it all up here…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25DFA2: @ 825DFA2
|
||||
.string "LUCY: … … … … … …\n"
|
||||
@@ -831,18 +831,18 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25DFD0: @ 825DFD0
|
||||
.string "the FRONTIER PASS!$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E003: @ 825E003
|
||||
.string "…That’s all there is…\n"
|
||||
.string "…That's all there is…\n"
|
||||
.string "Disappear already…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E02C: @ 825E02C
|
||||
.string "LUCY: …You again…\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "…I’ve trampled flowers and braved\n"
|
||||
.string "…I've trampled flowers and braved\n"
|
||||
.string "storms to get to where I am…\p"
|
||||
.string "I don’t feel any compulsion to keep\n"
|
||||
.string "I don't feel any compulsion to keep\n"
|
||||
.string "losing to the same opponent…\p"
|
||||
.string "… … … … … …\n"
|
||||
.string "Fine… I’ll do it…$"
|
||||
.string "Fine… I'll do it…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E0E8: @ 825E0E8
|
||||
.string "Now!\n"
|
||||
@@ -857,14 +857,14 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25E118: @ 825E118
|
||||
.string "a golden shine!$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E140: @ 825E140
|
||||
.string "…You, I won’t forget…\n"
|
||||
.string "…You, I won't forget…\n"
|
||||
.string "…Ever…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E15D: @ 825E15D
|
||||
.string "I welcome you…\p"
|
||||
.string "Giggle…\n"
|
||||
.string "You seem to be bereft of luck…\p"
|
||||
.string "If only you hadn’t chosen this room,\n"
|
||||
.string "If only you hadn't chosen this room,\n"
|
||||
.string "your POKéMON could have been healed…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E1DD: @ 825E1DD
|
||||
@@ -888,8 +888,8 @@ BattleFrontier_BattlePikeRandomRoom1_Text_25E311: @ 825E311
|
||||
.string "I shall go fetch our master…$"
|
||||
|
||||
BattleFrontier_BattlePikeRandomRoom1_Text_25E32E: @ 825E32E
|
||||
.string "Ah, you’re a lucky one!\n"
|
||||
.string "I’m in good spirits now.\p"
|
||||
.string "Ah, you're a lucky one!\n"
|
||||
.string "I'm in good spirits now.\p"
|
||||
.string "I will restore two of your POKéMON\n"
|
||||
.string "to full health!$"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ BattleFrontier_BattlePikeRandomRoom2_EventScript_25E3A7:: @ 825E3A7
|
||||
setvar VAR_0x8006, 3
|
||||
special CallFrontierUtilFunc
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom2_Text_25E3F2, 4
|
||||
msgbox BattleFrontier_BattlePikeRandomRoom2_Text_25E3F2, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
warp MAP_BATTLE_FRONTIER_BATTLE_PIKE_LOBBY, 255, 5, 6
|
||||
|
||||
@@ -49,7 +49,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25C8A4:: @ 825C8A4
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CDDA, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CDDA, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
setvar VAR_0x8004, 5
|
||||
@@ -77,54 +77,54 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25C908:: @ 825C908
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C968:: @ 825C968
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CBDD, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CBDD, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C978:: @ 825C978
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC00, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC00, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C988:: @ 825C988
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC23, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC23, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C998:: @ 825C998
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC46, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC46, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9A8:: @ 825C9A8
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC69, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC69, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9B8:: @ 825C9B8
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC8C, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CC8C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9C8:: @ 825C9C8
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCB0, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCB0, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9D8:: @ 825C9D8
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCD4, 5
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCD4, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA2A
|
||||
case 127, BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA2A
|
||||
@@ -148,7 +148,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9FD:: @ 825C9FD
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA2A:: @ 825CA2A
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCFB, 5
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CCFB, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 1, BattleFrontier_BattlePikeThreePathRoom_EventScript_25C9FD
|
||||
case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA5A
|
||||
@@ -181,7 +181,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CA97:: @ 825CA97
|
||||
applymovement 2, BattleFrontier_BattlePikeThreePathRoom_Movement_25CBCE
|
||||
waitmovement 0
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D094, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D094, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
applymovement 2, BattleFrontier_BattlePikeThreePathRoom_Movement_25CBD5
|
||||
waitmovement 0
|
||||
@@ -195,7 +195,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CABB:: @ 825CABB
|
||||
goto_eq BattleFrontier_BattlePikeThreePathRoom_EventScript_25CBC2
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CE69, 5
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CE69, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 1, BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB0A
|
||||
case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB00
|
||||
@@ -204,7 +204,7 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CABB:: @ 825CABB
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB00:: @ 825CB00
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CEBB, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CEBB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -218,15 +218,15 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB0A:: @ 825CB0A
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB39:: @ 825CB39
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CF64, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CF64, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB60
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB46:: @ 825CB46
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CF23, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CF23, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB60
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB53:: @ 825CB53
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CEE3, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CEE3, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB60
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB60:: @ 825CB60
|
||||
@@ -240,29 +240,29 @@ BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB60:: @ 825CB60
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CB9A:: @ 825CB9A
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D054, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D054, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CBA4:: @ 825CBA4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D017, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D017, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CBAE:: @ 825CBAE
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CFA3, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CFA3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CBB8:: @ 825CBB8
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CFE5, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CFE5, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_EventScript_25CBC2:: @ 825CBC2
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D125, 4
|
||||
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25D125, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -326,7 +326,7 @@ BattleFrontier_BattlePikeThreePathRoom_Text_25CD3C: @ 825CD3C
|
||||
.string "Battle Choice challenge?$"
|
||||
|
||||
BattleFrontier_BattlePikeThreePathRoom_Text_25CD75: @ 825CD75
|
||||
.string "We’ve been awaiting your return…\p"
|
||||
.string "We've been awaiting your return…\p"
|
||||
.string "Before resuming your Battle Choice\n"
|
||||
.string "challenge, let me save the game…$"
|
||||
|
||||
|
||||
@@ -2,12 +2,12 @@ BattleFrontier_BattlePointExchangeServiceCorner_MapScripts:: @ 825F070
|
||||
.byte 0
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F071:: @ 825F071
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F7FA, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F7FA, MSGBOX_DEFAULT
|
||||
special sub_813A958
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F07D:: @ 825F07D
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF12, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF12, MSGBOX_DEFAULT
|
||||
special sub_813A988
|
||||
release
|
||||
end
|
||||
@@ -16,7 +16,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F08A:: @ 825F08A
|
||||
specialvar VAR_TEMP_1, sub_813AA04
|
||||
compare VAR_TEMP_1, VAR_0x8008
|
||||
goto_if 4, BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F0C9
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE86, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE86, MSGBOX_DEFAULT
|
||||
compare VAR_TEMP_2, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
compare VAR_TEMP_2, 1
|
||||
@@ -43,14 +43,14 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F0E5:: @ 825F0E5
|
||||
givedecoration VAR_0x8009
|
||||
special sub_813A8FC
|
||||
playse SE_REGI
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE45, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE45, MSGBOX_DEFAULT
|
||||
compare VAR_TEMP_2, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
goto BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F11D:: @ 825F11D
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEB9, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEB9, MSGBOX_DEFAULT
|
||||
special sub_813A988
|
||||
release
|
||||
end
|
||||
@@ -64,14 +64,14 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F12A:: @ 825F12A
|
||||
giveitem VAR_0x8009, 1
|
||||
special sub_813A8FC
|
||||
playse SE_REGI
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE72, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE72, MSGBOX_DEFAULT
|
||||
compare VAR_TEMP_2, 2
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
goto BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F166:: @ 825F166
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEE3, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEE3, MSGBOX_DEFAULT
|
||||
special sub_813A988
|
||||
release
|
||||
end
|
||||
@@ -106,7 +106,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185:: @ 825F185
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F21E:: @ 825F21E
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8B6, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8B6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 16
|
||||
@@ -115,7 +115,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F21E:: @ 825F21E
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F241:: @ 825F241
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8E6, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8E6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 32
|
||||
@@ -124,7 +124,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F241:: @ 825F241
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F264:: @ 825F264
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F917, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F917, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 32
|
||||
@@ -133,7 +133,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F264:: @ 825F264
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F287:: @ 825F287
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F949, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F949, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -142,7 +142,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F287:: @ 825F287
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2AA:: @ 825F2AA
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F979, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F979, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -151,7 +151,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2AA:: @ 825F2AA
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2CD:: @ 825F2CD
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9A9, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9A9, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -160,7 +160,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2CD:: @ 825F2CD
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2F0:: @ 825F2F0
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9DB, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9DB, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -169,7 +169,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F2F0:: @ 825F2F0
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F313:: @ 825F313
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA0A, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA0A, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 80
|
||||
@@ -178,7 +178,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F313:: @ 825F313
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F336:: @ 825F336
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA3D, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA3D, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 80
|
||||
@@ -187,7 +187,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F336:: @ 825F336
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F359:: @ 825F359
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA70, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA70, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F185
|
||||
setvar VAR_0x8008, 80
|
||||
@@ -220,7 +220,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E:: @ 825F38E
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F3F0:: @ 825F3F0
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAA2, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAA2, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
setvar VAR_0x8008, 128
|
||||
@@ -229,7 +229,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F3F0:: @ 825F3F0
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F413:: @ 825F413
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAD2, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAD2, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
setvar VAR_0x8008, 128
|
||||
@@ -238,7 +238,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F413:: @ 825F413
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F436:: @ 825F436
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB03, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB03, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
setvar VAR_0x8008, 256
|
||||
@@ -247,7 +247,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F436:: @ 825F436
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F459:: @ 825F459
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB35, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB35, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
setvar VAR_0x8008, 256
|
||||
@@ -256,7 +256,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F459:: @ 825F459
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F47C:: @ 825F47C
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB68, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB68, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F38E
|
||||
setvar VAR_0x8008, 256
|
||||
@@ -290,7 +290,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1:: @ 825F4B1
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F51E:: @ 825F51E
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB9B, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB9B, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -299,7 +299,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F51E:: @ 825F51E
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F541:: @ 825F541
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBC7, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBC7, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -308,7 +308,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F541:: @ 825F541
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F564:: @ 825F564
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBF3, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBF3, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -317,7 +317,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F564:: @ 825F564
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F587:: @ 825F587
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC1C, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC1C, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -326,7 +326,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F587:: @ 825F587
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F5AA:: @ 825F5AA
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC45, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC45, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -335,7 +335,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F5AA:: @ 825F5AA
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F5CD:: @ 825F5CD
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC70, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC70, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F4B1
|
||||
setvar VAR_0x8008, 1
|
||||
@@ -372,7 +372,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602:: @ 825F602
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F690:: @ 825F690
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE17, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE17, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -381,7 +381,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F690:: @ 825F690
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6B3:: @ 825F6B3
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCCB, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCCB, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -390,7 +390,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6B3:: @ 825F6B3
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6D6:: @ 825F6D6
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCFA, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCFA, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -399,7 +399,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6D6:: @ 825F6D6
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6F9:: @ 825F6F9
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD29, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD29, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 48
|
||||
@@ -408,7 +408,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F6F9:: @ 825F6F9
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F71C:: @ 825F71C
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC9A, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC9A, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 64
|
||||
@@ -417,7 +417,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F71C:: @ 825F71C
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F73F:: @ 825F73F
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD59, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD59, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 64
|
||||
@@ -426,7 +426,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F73F:: @ 825F73F
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F762:: @ 825F762
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD89, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD89, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 64
|
||||
@@ -435,7 +435,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F762:: @ 825F762
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F785:: @ 825F785
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDB9, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDB9, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 64
|
||||
@@ -444,7 +444,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F785:: @ 825F785
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7A8:: @ 825F7A8
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDE8, 5
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDE8, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F602
|
||||
setvar VAR_0x8008, 64
|
||||
@@ -453,25 +453,25 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7A8:: @ 825F7A8
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7CB:: @ 825F7CB
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_260099, 2
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_260099, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7D4:: @ 825F7D4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_26002E, 2
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_26002E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7DD:: @ 825F7DD
|
||||
lock
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FFD0, 4
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FFD0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7E8:: @ 825F7E8
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF5D, 2
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF5D, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7F1:: @ 825F7F1
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_26012D, 2
|
||||
msgbox BattleFrontier_BattlePointExchangeServiceCorner_Text_26012D, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F7FA: @ 825F7FA
|
||||
@@ -485,143 +485,143 @@ BattleFrontier_BattlePointExchangeServiceCorner_Text_25F890: @ 825F890
|
||||
.string "Please choose a prize from this list.$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8B6: @ 825F8B6
|
||||
.string "You’ve chosen the KISS POSTER.\n"
|
||||
.string "You've chosen the KISS POSTER.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F8E6: @ 825F8E6
|
||||
.string "You’ve chosen the KISS CUSHION.\n"
|
||||
.string "You've chosen the KISS CUSHION.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F917: @ 825F917
|
||||
.string "You’ve chosen the SMOOCHUM DOLL.\n"
|
||||
.string "You've chosen the SMOOCHUM DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F949: @ 825F949
|
||||
.string "You’ve chosen the TOGEPI DOLL.\n"
|
||||
.string "You've chosen the TOGEPI DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F979: @ 825F979
|
||||
.string "You’ve chosen the MEOWTH DOLL.\n"
|
||||
.string "You've chosen the MEOWTH DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9A9: @ 825F9A9
|
||||
.string "You’ve chosen the CLEFAIRY DOLL.\n"
|
||||
.string "You've chosen the CLEFAIRY DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25F9DB: @ 825F9DB
|
||||
.string "You’ve chosen the DITTO DOLL.\n"
|
||||
.string "You've chosen the DITTO DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA0A: @ 825FA0A
|
||||
.string "You’ve chosen the CYNDAQUIL DOLL.\n"
|
||||
.string "You've chosen the CYNDAQUIL DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA3D: @ 825FA3D
|
||||
.string "You’ve chosen the CHIKORITA DOLL.\n"
|
||||
.string "You've chosen the CHIKORITA DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FA70: @ 825FA70
|
||||
.string "You’ve chosen the TOTODILE DOLL.\n"
|
||||
.string "You've chosen the TOTODILE DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAA2: @ 825FAA2
|
||||
.string "You’ve chosen the LAPRAS DOLL.\n"
|
||||
.string "You've chosen the LAPRAS DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FAD2: @ 825FAD2
|
||||
.string "You’ve chosen the SNORLAX DOLL.\n"
|
||||
.string "You've chosen the SNORLAX DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB03: @ 825FB03
|
||||
.string "You’ve chosen the VENUSAUR DOLL.\n"
|
||||
.string "You've chosen the VENUSAUR DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB35: @ 825FB35
|
||||
.string "You’ve chosen the CHARIZARD DOLL.\n"
|
||||
.string "You've chosen the CHARIZARD DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB68: @ 825FB68
|
||||
.string "You’ve chosen the BLASTOISE DOLL.\n"
|
||||
.string "You've chosen the BLASTOISE DOLL.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FB9B: @ 825FB9B
|
||||
.string "You’ve chosen the PROTEIN.\n"
|
||||
.string "You've chosen the PROTEIN.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBC7: @ 825FBC7
|
||||
.string "You’ve chosen the CALCIUM.\n"
|
||||
.string "You've chosen the CALCIUM.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FBF3: @ 825FBF3
|
||||
.string "You’ve chosen the IRON.\n"
|
||||
.string "You've chosen the IRON.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC1C: @ 825FC1C
|
||||
.string "You’ve chosen the ZINC.\n"
|
||||
.string "You've chosen the ZINC.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC45: @ 825FC45
|
||||
.string "You’ve chosen the CARBOS.\n"
|
||||
.string "You've chosen the CARBOS.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC70: @ 825FC70
|
||||
.string "You’ve chosen the HP UP.\n"
|
||||
.string "You've chosen the HP UP.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FC9A: @ 825FC9A
|
||||
.string "You’ve chosen the BRIGHTPOWDER.\n"
|
||||
.string "You've chosen the BRIGHTPOWDER.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCCB: @ 825FCCB
|
||||
.string "You’ve chosen the WHITE HERB.\n"
|
||||
.string "You've chosen the WHITE HERB.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FCFA: @ 825FCFA
|
||||
.string "You’ve chosen the QUICK CLAW.\n"
|
||||
.string "You've chosen the QUICK CLAW.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD29: @ 825FD29
|
||||
.string "You’ve chosen the MENTAL HERB.\n"
|
||||
.string "You've chosen the MENTAL HERB.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD59: @ 825FD59
|
||||
.string "You’ve chosen the CHOICE BAND.\n"
|
||||
.string "You've chosen the CHOICE BAND.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FD89: @ 825FD89
|
||||
.string "You’ve chosen the KING’S ROCK.\n"
|
||||
.string "You've chosen the KING'S ROCK.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDB9: @ 825FDB9
|
||||
.string "You’ve chosen the FOCUS BAND.\n"
|
||||
.string "You've chosen the FOCUS BAND.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FDE8: @ 825FDE8
|
||||
.string "You’ve chosen the SCOPE LENS.\n"
|
||||
.string "You've chosen the SCOPE LENS.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE17: @ 825FE17
|
||||
.string "You’ve chosen the LEFTOVERS.\n"
|
||||
.string "You've chosen the LEFTOVERS.\n"
|
||||
.string "Is that correct?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE45: @ 825FE45
|
||||
.string "Thank you!\n"
|
||||
.string "We’ll send it to your PC at home.$"
|
||||
.string "We'll send it to your PC at home.$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE72: @ 825FE72
|
||||
.string "Here is your prize!$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FE86: @ 825FE86
|
||||
.string "I’m so sorry…\n"
|
||||
.string "You don’t have enough Battle Points…$"
|
||||
.string "I'm so sorry…\n"
|
||||
.string "You don't have enough Battle Points…$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEB9: @ 825FEB9
|
||||
.string "I’m so sorry…\n"
|
||||
.string "I'm so sorry…\n"
|
||||
.string "Your PC appears to be full…$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FEE3: @ 825FEE3
|
||||
.string "I’m so sorry…\n"
|
||||
.string "You don’t have space to hold it…$"
|
||||
.string "I'm so sorry…\n"
|
||||
.string "You don't have space to hold it…$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF12: @ 825FF12
|
||||
.string "Thank you very much.\p"
|
||||
@@ -629,7 +629,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF12: @ 825FF12
|
||||
.string "saved up Battle Points.$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF5D: @ 825FF5D
|
||||
.string "Oh, they’re so nice!\n"
|
||||
.string "Oh, they're so nice!\n"
|
||||
.string "I wish I had them!\l"
|
||||
.string "Cute cushions!\l"
|
||||
.string "Big plush DOLLS!\l"
|
||||
@@ -638,7 +638,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_Text_25FF5D: @ 825FF5D
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_25FFD0: @ 825FFD0
|
||||
.string "Leave it to your mommy!\p"
|
||||
.string "If it’s anything you want, I’ll go\n"
|
||||
.string "If it's anything you want, I'll go\n"
|
||||
.string "through anything to get it, honey!$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_26002E: @ 826002E
|
||||
@@ -650,10 +650,10 @@ BattleFrontier_BattlePointExchangeServiceCorner_Text_26002E: @ 826002E
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_260099: @ 8260099
|
||||
.string "Hah?\n"
|
||||
.string "What are you gawking at?\p"
|
||||
.string "I don’t like you staring at my plush\n"
|
||||
.string "I don't like you staring at my plush\n"
|
||||
.string "doll like that.\p"
|
||||
.string "If you want it, go get one yourself!\n"
|
||||
.string "Isn’t that right, SMOOCHUM?$"
|
||||
.string "Isn't that right, SMOOCHUM?$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_26012D: @ 826012D
|
||||
.string "Did you know?\p"
|
||||
@@ -748,7 +748,7 @@ BattleFrontier_BattlePointExchangeServiceCorner_Text_260542:: @ 8260542
|
||||
.string "reduce accuracy.$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_260575:: @ 8260575
|
||||
.string "Raises a move’s power, but permits\n"
|
||||
.string "Raises a move's power, but permits\n"
|
||||
.string "only that move.$"
|
||||
|
||||
BattleFrontier_BattlePointExchangeServiceCorner_Text_2605A8:: @ 82605A8
|
||||
|
||||
@@ -153,7 +153,7 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252C45:: @ 8252C45
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F:: @ 8252C4F
|
||||
trainerbattle 9, TRAINER_PHILLIP, 0, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D
|
||||
trainerbattle TRAINER_BATTLE_PYRAMID, TRAINER_PHILLIP, 0, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D
|
||||
setvar VAR_0x8004, 10
|
||||
special CallBattlePyramidFunction
|
||||
waitmessage
|
||||
@@ -165,7 +165,7 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F:: @ 8252C4F
|
||||
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C6A:: @ 8252C6A
|
||||
setvar VAR_0x8004, 7
|
||||
special CallBattlePyramidFunction
|
||||
callstd 1
|
||||
callstd STD_FIND_ITEM
|
||||
compare VAR_0x8007, 0
|
||||
goto_eq BattleFrontier_BattlePyramidEmptySquare_EventScript_252C87
|
||||
setvar VAR_0x8004, 8
|
||||
@@ -190,19 +190,19 @@ gText_BattlePyramidConfirmRetire:: @ 8252CFB
|
||||
.string "PYRAMID quest?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252D2D:: @ 8252D2D
|
||||
.string "This floor’s exit is in\n"
|
||||
.string "This floor's exit is in\n"
|
||||
.string "that direction: {UP_ARROW}$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252D57:: @ 8252D57
|
||||
.string "This floor’s exit is in\n"
|
||||
.string "This floor's exit is in\n"
|
||||
.string "that direction: {LEFT_ARROW}$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252D81:: @ 8252D81
|
||||
.string "This floor’s exit is in\n"
|
||||
.string "This floor's exit is in\n"
|
||||
.string "that direction: {RIGHT_ARROW}$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252DAB:: @ 8252DAB
|
||||
.string "This floor’s exit is in\n"
|
||||
.string "This floor's exit is in\n"
|
||||
.string "that direction: {DOWN_ARROW}$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252DD5:: @ 8252DD5
|
||||
@@ -255,19 +255,19 @@ BattleFrontier_BattlePyramidEmptySquare_Text_252FAC:: @ 8252FAC
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252FE5:: @ 8252FE5
|
||||
.string "The exit?\n"
|
||||
.string "It’s that {UP_ARROW} way.$"
|
||||
.string "It's that {UP_ARROW} way.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253000:: @ 8253000
|
||||
.string "The exit?\n"
|
||||
.string "It’s that {LEFT_ARROW} way.$"
|
||||
.string "It's that {LEFT_ARROW} way.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25301B:: @ 825301B
|
||||
.string "The exit?\n"
|
||||
.string "It’s that {RIGHT_ARROW} way.$"
|
||||
.string "It's that {RIGHT_ARROW} way.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253036:: @ 8253036
|
||||
.string "The exit?\n"
|
||||
.string "It’s that {DOWN_ARROW} way.$"
|
||||
.string "It's that {DOWN_ARROW} way.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253051:: @ 8253051
|
||||
.string "The exit happens to be in\n"
|
||||
@@ -327,159 +327,159 @@ BattleFrontier_BattlePyramidEmptySquare_Text_2532CC:: @ 82532CC
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25330B:: @ 825330B
|
||||
.string "Are you looking for items?\p"
|
||||
.string "There isn’t anything left to\n"
|
||||
.string "There isn't anything left to\n"
|
||||
.string "be found!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25334D:: @ 825334D
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are eight items\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2533A6:: @ 82533A6
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are seven items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253404:: @ 8253404
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are six items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253460:: @ 8253460
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are five items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2534BD:: @ 82534BD
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are four items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25351A:: @ 825351A
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are three items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253578:: @ 8253578
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There are two items left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2535D4:: @ 82535D4
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There is just one item\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25362E:: @ 825362E
|
||||
.string "Because you won, I’ll tell you\n"
|
||||
.string "Because you won, I'll tell you\n"
|
||||
.string "a little secret!\p"
|
||||
.string "There isn’t anything left\n"
|
||||
.string "There isn't anything left\n"
|
||||
.string "lying around here.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25368B:: @ 825368B
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are eight items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2536F8:: @ 82536F8
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are seven items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253765:: @ 8253765
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are six items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2537D0:: @ 82537D0
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are five items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25383C:: @ 825383C
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are four items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2538A8:: @ 82538A8
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are three items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253915:: @ 8253915
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are two items left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253980:: @ 8253980
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "I reckon there’s but one item left\n"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there's but one item left\n"
|
||||
.string "waiting to be found on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2539EC:: @ 82539EC
|
||||
.string "How’s your stock of items holding up?\p"
|
||||
.string "How's your stock of items holding up?\p"
|
||||
.string "I reckon there are no more items\n"
|
||||
.string "waiting to be found on this floor.\l"
|
||||
.string "You take care now!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253A69:: @ 8253A69
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be eight more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253AC4:: @ 8253AC4
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be seven more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253B1F:: @ 8253B1F
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be six more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253B78:: @ 8253B78
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be five more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253BD2:: @ 8253BD2
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be four more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253C2C:: @ 8253C2C
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be three more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253C87:: @ 8253C87
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be two more\n"
|
||||
.string "items on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253CE0:: @ 8253CE0
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appears to be only one more\n"
|
||||
.string "item on the ground.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_253D3E:: @ 8253D3E
|
||||
.string "You’re strong, so you’ve earned\n"
|
||||
.string "You're strong, so you've earned\n"
|
||||
.string "a hint!\p"
|
||||
.string "There appear to be no more\n"
|
||||
.string "items on the ground.$"
|
||||
@@ -597,12 +597,12 @@ BattleFrontier_BattlePyramidEmptySquare_Text_25440B:: @ 825440B
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25445A:: @ 825445A
|
||||
.string "You were really awesome!\p"
|
||||
.string "But there’s still one tough\n"
|
||||
.string "But there's still one tough\n"
|
||||
.string "TRAINER other than me!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2544A6:: @ 82544A6
|
||||
.string "You were really awesome!\p"
|
||||
.string "There’s no one left that\n"
|
||||
.string "There's no one left that\n"
|
||||
.string "can beat you!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2544E6:: @ 82544E6
|
||||
@@ -637,8 +637,8 @@ BattleFrontier_BattlePyramidEmptySquare_Text_25467C:: @ 825467C
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2546CC:: @ 82546CC
|
||||
.string "This is so upsetting!\p"
|
||||
.string "But there’s one TRAINER left!\n"
|
||||
.string "I’m sure you will be humbled!$"
|
||||
.string "But there's one TRAINER left!\n"
|
||||
.string "I'm sure you will be humbled!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25471E:: @ 825471E
|
||||
.string "This is so upsetting!\p"
|
||||
@@ -646,43 +646,43 @@ BattleFrontier_BattlePyramidEmptySquare_Text_25471E:: @ 825471E
|
||||
.string "who can engage you!$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254767:: @ 8254767
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are seven more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them all?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2547C9:: @ 82547C9
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are six more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them all?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254829:: @ 8254829
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are five more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them all?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25488A:: @ 825488A
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are four more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them all?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2548EB:: @ 82548EB
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are three more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them all?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_25494D:: @ 825494D
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there are two more TRAINERS\n"
|
||||
.string "on this floor. Can you beat them both?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_2549AE:: @ 82549AE
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "But there’s still one more TRAINER\n"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "But there's still one more TRAINER\n"
|
||||
.string "on this floor. Can you prevail?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254A0B:: @ 8254A0B
|
||||
.string "That’s pretty impressive!\p"
|
||||
.string "You’ve gone through all the TRAINERS\n"
|
||||
.string "That's pretty impressive!\p"
|
||||
.string "You've gone through all the TRAINERS\n"
|
||||
.string "on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254A59:: @ 8254A59
|
||||
@@ -714,7 +714,7 @@ BattleFrontier_BattlePyramidEmptySquare_Text_254BF1:: @ 8254BF1
|
||||
.string "with the one TRAINER left on this floor.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254C3E:: @ 8254C3E
|
||||
.string "There isn’t a single person left who\n"
|
||||
.string "There isn't a single person left who\n"
|
||||
.string "can defeat you now…$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_254C77:: @ 8254C77
|
||||
@@ -779,6 +779,5 @@ BattleFrontier_BattlePyramidEmptySquare_Text_25502F:: @ 825502F
|
||||
.string "the last remaining TRAINER?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_255068:: @ 8255068
|
||||
.string "There aren’t any TRAINERS left that\n"
|
||||
.string "There aren't any TRAINERS left that\n"
|
||||
.string "can take you on now…$"
|
||||
|
||||
|
||||
@@ -54,11 +54,11 @@ BattleFrontier_BattlePyramidLobby_EventScript_2507B1:: @ 82507B1
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattlePyramidLobby_EventScript_2507D2
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2517B5, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2517B5, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_2507DA
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_2507D2:: @ 82507D2
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2525F4, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2525F4, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_2507DA:: @ 82507DA
|
||||
special sub_81B95E0
|
||||
@@ -75,7 +75,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2507DA:: @ 82507DA
|
||||
waitmessage
|
||||
playse SE_EXPMAX
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252662, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252662, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_241520, 9
|
||||
@@ -88,7 +88,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2507DA:: @ 82507DA
|
||||
special CallBattlePyramidFunction
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251BB6, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251BB6, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -117,7 +117,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250852:: @ 8250852
|
||||
special CallBattlePyramidFunction
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251BB6, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251BB6, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -132,7 +132,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_2508B1:: @ 82508B1
|
||||
setvar VAR_FRONTIER_FACILITY, 6
|
||||
setvar VAR_FRONTIER_BATTLE_MODE, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_250F31, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_250F31, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_2508C8:: @ 82508C8
|
||||
message BattleFrontier_BattlePyramidLobby_Text_250FA7
|
||||
@@ -159,7 +159,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251297, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251297, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattlePyramidLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -168,7 +168,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePyramidLobby_EventScript_250AC1
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2514E6, 5
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2514E6, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattlePyramidLobby_EventScript_250AC1
|
||||
case 1, BattleFrontier_BattlePyramidLobby_EventScript_2509A5
|
||||
@@ -210,7 +210,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250A21:: @ 8250A21
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251531, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251531, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call BattleFrontier_BattlePyramidLobby_EventScript_250D56
|
||||
setvar VAR_0x8004, 2
|
||||
@@ -225,7 +225,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250A21:: @ 8250A21
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250A68:: @ 8250A68
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25100C, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25100C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_2508C8
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250A75:: @ 8250A75
|
||||
@@ -234,11 +234,11 @@ BattleFrontier_BattlePyramidLobby_EventScript_250A75:: @ 8250A75
|
||||
case 1, BattleFrontier_BattlePyramidLobby_EventScript_250A9D
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250A90:: @ 8250A90
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2513C1, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2513C1, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250ACC
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250A9D:: @ 8250A9D
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2512E2, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2512E2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250ACC
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250AAA:: @ 8250AAA
|
||||
@@ -252,7 +252,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250AC1:: @ 8250AC1
|
||||
special LoadPlayerParty
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250AC4:: @ 8250AC4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_250FE5, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_250FE5, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250ACC:: @ 8250ACC
|
||||
release
|
||||
@@ -262,9 +262,9 @@ BattleFrontier_BattlePyramidLobby_EventScript_250ACE:: @ 8250ACE
|
||||
lockall
|
||||
applymovement 2, BattleFrontier_BattlePyramidLobby_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C3B, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C3B, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePyramidLobby_EventScript_250AF0
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252461, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252461, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -281,7 +281,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250B27:: @ 8250B27
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250B28:: @ 8250B28
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C8A, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C8A, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 1
|
||||
setvar VAR_0x8005, 5
|
||||
special CallBattlePyramidFunction
|
||||
@@ -299,7 +299,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250B53:: @ 8250B53
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250B66:: @ 8250B66
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C8A, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251C8A, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 1
|
||||
setvar VAR_0x8005, 6
|
||||
special CallBattlePyramidFunction
|
||||
@@ -343,83 +343,83 @@ BattleFrontier_BattlePyramidLobby_EventScript_250BA4:: @ 8250BA4
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250C8E:: @ 8250C8E
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251CB3, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251CB3, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250C97:: @ 8250C97
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D07, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D07, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CA0:: @ 8250CA0
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D54, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D54, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CA9:: @ 8250CA9
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D9C, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251D9C, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CB2:: @ 8250CB2
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251E3D, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251E3D, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CBB:: @ 8250CBB
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251EA1, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251EA1, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CC4:: @ 8250CC4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251F17, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251F17, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CCD:: @ 8250CCD
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251F6E, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251F6E, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CD6:: @ 8250CD6
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251FC7, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251FC7, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CDF:: @ 8250CDF
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25201B, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25201B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CE8:: @ 8250CE8
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252068, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252068, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CF1:: @ 8250CF1
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2520BA, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2520BA, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250CFA:: @ 8250CFA
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252158, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252158, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D03:: @ 8250D03
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2521B4, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2521B4, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D0C:: @ 8250D0C
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252206, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252206, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D15:: @ 8250D15
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25225A, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25225A, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D1E:: @ 8250D1E
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2522AE, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2522AE, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D27:: @ 8250D27
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25230B, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25230B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D30:: @ 8250D30
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252364, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252364, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D39:: @ 8250D39
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252403, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252403, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D42:: @ 8250D42
|
||||
@@ -436,24 +436,24 @@ BattleFrontier_BattlePyramidLobby_EventScript_250D56:: @ 8250D56
|
||||
applymovement 1, BattleFrontier_BattlePyramidLobby_Movement_250DC4
|
||||
applymovement 255, BattleFrontier_BattlePyramidLobby_Movement_250DCD
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251569, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251569, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 1
|
||||
setvar VAR_0x8005, 1
|
||||
special CallBattlePyramidFunction
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattlePyramidLobby_EventScript_250D94
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2515AD, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2515AD, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250D9C
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D94:: @ 8250D94
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2515F4, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2515F4, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250D9C:: @ 8250D9C
|
||||
message BattleFrontier_BattlePyramidLobby_Text_25161E
|
||||
waitmessage
|
||||
playse SE_EXPMAX
|
||||
waitse
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251647, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251647, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattlePyramidLobby_Movement_250DD5
|
||||
waitmovement 0
|
||||
@@ -493,7 +493,7 @@ BattleFrontier_BattlePyramidLobby_Movement_250DD8: @ 8250DD8
|
||||
step_end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250DDB:: @ 8250DDB
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2517FC, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2517FC, MSGBOX_DEFAULT
|
||||
setflag FLAG_SPECIAL_FLAG_0x4004
|
||||
special sub_81C6A94
|
||||
compare VAR_RESULT, 0
|
||||
@@ -504,7 +504,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_250DDB:: @ 8250DDB
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E00:: @ 8250E00
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251881, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_251881, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E09:: @ 8250E09
|
||||
@@ -539,23 +539,23 @@ BattleFrontier_BattlePyramidLobby_EventScript_250E60:: @ 8250E60
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E6F:: @ 8250E6F
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25194F, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25194F, MSGBOX_DEFAULT
|
||||
message BattleFrontier_BattlePyramidLobby_Text_25197E
|
||||
waitmessage
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250E09
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E83:: @ 8250E83
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2524DA, 2
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2524DA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E8C:: @ 8250E8C
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252595, 2
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252595, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250E95:: @ 8250E95
|
||||
lockall
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2526B6, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2526B6, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250EA4
|
||||
end
|
||||
|
||||
@@ -573,22 +573,22 @@ BattleFrontier_BattlePyramidLobby_EventScript_250EA4:: @ 8250EA4
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250EF7:: @ 8250EF7
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2526FC, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2526FC, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250EA4
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250F05:: @ 8250F05
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2527A9, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_2527A9, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250EA4
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250F13:: @ 8250F13
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25285A, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_25285A, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250EA4
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_EventScript_250F21:: @ 8250F21
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252924, 4
|
||||
msgbox BattleFrontier_BattlePyramidLobby_Text_252924, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidLobby_EventScript_250EA4
|
||||
end
|
||||
|
||||
@@ -626,7 +626,7 @@ BattleFrontier_BattlePyramidLobby_Text_25100C: @ 825100C
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, you must select “REST”\l"
|
||||
.string "and save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_251248: @ 8251248
|
||||
@@ -696,21 +696,21 @@ BattleFrontier_BattlePyramidLobby_Text_2516D6: @ 82516D6
|
||||
.string "You did not save before ending\n"
|
||||
.string "your challenge the last time.\p"
|
||||
.string "Consequently, your challenge has\n"
|
||||
.string "been disqualified, I’m sorry to say.\p"
|
||||
.string "Here is the BAG we’ve been holding\n"
|
||||
.string "been disqualified, I'm sorry to say.\p"
|
||||
.string "Here is the BAG we've been holding\n"
|
||||
.string "for you.\p"
|
||||
.string "{PLAYER} got the BAG back.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_2517B5: @ 82517B5
|
||||
.string "Excellent to see you back!\p"
|
||||
.string "You’ve conquered the PYRAMID!\n"
|
||||
.string "You've conquered the PYRAMID!\n"
|
||||
.string "How splendid!$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_2517FC: @ 82517FC
|
||||
.string "Ah, a slight problem.\p"
|
||||
.string "At least one POKéMON is holding\n"
|
||||
.string "an item.\p"
|
||||
.string "I’m sorry to say, items obtained in\n"
|
||||
.string "I'm sorry to say, items obtained in\n"
|
||||
.string "the PYRAMID cannot be taken away.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_251881: @ 8251881
|
||||
@@ -719,8 +719,8 @@ BattleFrontier_BattlePyramidLobby_Text_251881: @ 8251881
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_2518C6: @ 82518C6
|
||||
.string "The BATTLE BAG cannot hold all your\n"
|
||||
.string "items, I’m sorry to say.\p"
|
||||
.string "Please pick the items you’ll keep in the\n"
|
||||
.string "items, I'm sorry to say.\p"
|
||||
.string "Please pick the items you'll keep in the\n"
|
||||
.string "BATTLE BAG, and with your POKéMON.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_25194F: @ 825194F
|
||||
@@ -728,7 +728,7 @@ BattleFrontier_BattlePyramidLobby_Text_25194F: @ 825194F
|
||||
.string "holding an item.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_25197E: @ 825197E
|
||||
.string "Please pick the items you’ll keep in the\n"
|
||||
.string "Please pick the items you'll keep in the\n"
|
||||
.string "BATTLE BAG, and with your POKéMON.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_2519CA: @ 82519CA
|
||||
@@ -739,7 +739,7 @@ BattleFrontier_BattlePyramidLobby_Text_2519F8: @ 82519F8
|
||||
.string "The BATTLE BAG you used will be kept\n"
|
||||
.string "in readiness for your next challenge.\p"
|
||||
.string "{PLAYER} turned the BATTLE BAG over\n"
|
||||
.string "for the BAG’s return.$"
|
||||
.string "for the BAG's return.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_251A77: @ 8251A77
|
||||
.string "I must record your results.\n"
|
||||
@@ -756,12 +756,12 @@ BattleFrontier_BattlePyramidLobby_Text_251AE2: @ 8251AE2
|
||||
BattleFrontier_BattlePyramidLobby_Text_251AFC: @ 8251AFC
|
||||
.string "…Ah…\n"
|
||||
.string "Your BAG appears to be filled.\p"
|
||||
.string "Please return after you’ve organized\n"
|
||||
.string "your BAG’s contents.$"
|
||||
.string "Please return after you've organized\n"
|
||||
.string "your BAG's contents.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_251B5A: @ 8251B5A
|
||||
.string "How disappointing for you…\p"
|
||||
.string "Here is the BAG we’ve been holding\n"
|
||||
.string "Here is the BAG we've been holding\n"
|
||||
.string "for you.\p"
|
||||
.string "{PLAYER} got the BAG back.$"
|
||||
|
||||
@@ -818,7 +818,7 @@ BattleFrontier_BattlePyramidLobby_Text_251EA1: @ 8251EA1
|
||||
.string "I sense terrific energy rising from\n"
|
||||
.string "the ground below…\p"
|
||||
.string "…And, I see your POKéMON unable to\n"
|
||||
.string "escape the power’s clutches…$"
|
||||
.string "escape the power's clutches…$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_251F17: @ 8251F17
|
||||
.string "I see ICE-type POKéMON…\p"
|
||||
@@ -908,7 +908,7 @@ BattleFrontier_BattlePyramidLobby_Text_2524DA: @ 82524DA
|
||||
.string "If you run fast, TRAINERS may notice\n"
|
||||
.string "and come after you for a battle.\p"
|
||||
.string "So, if you want to avoid TRAINERS,\n"
|
||||
.string "don’t catch their eyes, but sneak\l"
|
||||
.string "don't catch their eyes, but sneak\l"
|
||||
.string "cautiously and quietly past them.$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_252595: @ 8252595
|
||||
@@ -919,8 +919,8 @@ BattleFrontier_BattlePyramidLobby_Text_252595: @ 8252595
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_2525F4: @ 82525F4
|
||||
.string "Welcome back!\n"
|
||||
.string "You’ve done the unthinkable!\p"
|
||||
.string "You’ve defeated the PYRAMID KING\n"
|
||||
.string "You've done the unthinkable!\p"
|
||||
.string "You've defeated the PYRAMID KING\n"
|
||||
.string "and conquered the BATTLE PYRAMID!$"
|
||||
|
||||
BattleFrontier_BattlePyramidLobby_Text_252662: @ 8252662
|
||||
|
||||
@@ -92,7 +92,7 @@ BattleFrontier_BattlePyramidTop_EventScript_2551D0:: @ 82551D0
|
||||
goto_if 5, BattleFrontier_BattlePyramidTop_EventScript_255236
|
||||
compare VAR_TEMP_C, 0
|
||||
goto_if 5, BattleFrontier_BattlePyramidTop_EventScript_255240
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255410, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255410, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_BattlePyramidTop_Movement_2553FD
|
||||
waitmovement 0
|
||||
@@ -116,12 +116,12 @@ BattleFrontier_BattlePyramidTop_EventScript_25521A:: @ 825521A
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_255236:: @ 8255236
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255BFE, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255BFE, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_255240:: @ 8255240
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25551F, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25551F, MSGBOX_DEFAULT
|
||||
applymovement 1, BattleFrontier_BattlePyramidTop_Movement_2553FD
|
||||
setvar VAR_TEMP_D, 1
|
||||
closemessage
|
||||
@@ -141,14 +141,14 @@ BattleFrontier_BattlePyramidTop_EventScript_255256:: @ 8255256
|
||||
special SpawnScriptEventObject
|
||||
applymovement 127, BattleFrontier_BattlePyramidTop_Movement_25540C
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255669, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255669, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
applymovement 2, BattleFrontier_BattlePyramidTop_Movement_25540A
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25573E, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25573E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidTop_EventScript_2552DA
|
||||
end
|
||||
|
||||
@@ -157,7 +157,7 @@ BattleFrontier_BattlePyramidTop_EventScript_2552D0:: @ 82552D0
|
||||
waitmovement 0
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_2552DA:: @ 82552DA
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255846, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255846, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePyramidTop_EventScript_2553ED
|
||||
playbgm MUS_PYRAMID_TOP, 0
|
||||
compare VAR_RESULT, 1
|
||||
@@ -169,14 +169,14 @@ BattleFrontier_BattlePyramidTop_EventScript_2552FB:: @ 82552FB
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattlePyramidTop_EventScript_25521A
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255873, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255873, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePyramidTop_Text_2558E9
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25591D, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_25591D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidTop_EventScript_25521A
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_255335:: @ 8255335
|
||||
@@ -188,14 +188,14 @@ BattleFrontier_BattlePyramidTop_EventScript_255335:: @ 8255335
|
||||
special SpawnScriptEventObject
|
||||
applymovement 127, BattleFrontier_BattlePyramidTop_Movement_25540C
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255951, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255951, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
applymovement 2, BattleFrontier_BattlePyramidTop_Movement_25540A
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255A6D, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255A6D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidTop_EventScript_255392
|
||||
end
|
||||
|
||||
@@ -204,7 +204,7 @@ BattleFrontier_BattlePyramidTop_EventScript_255388:: @ 8255388
|
||||
waitmovement 0
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_255392:: @ 8255392
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255AA1, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255AA1, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattlePyramidTop_EventScript_2553ED
|
||||
playbgm MUS_PYRAMID_TOP, 0
|
||||
compare VAR_RESULT, 1
|
||||
@@ -216,14 +216,14 @@ BattleFrontier_BattlePyramidTop_EventScript_2553B3:: @ 82553B3
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_BattlePyramidTop_EventScript_25521A
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255ACD, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255ACD, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattlePyramidTop_Text_255B59
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255B82, 4
|
||||
msgbox BattleFrontier_BattlePyramidTop_Text_255B82, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattlePyramidTop_EventScript_25521A
|
||||
|
||||
BattleFrontier_BattlePyramidTop_EventScript_2553ED:: @ 82553ED
|
||||
@@ -267,7 +267,7 @@ BattleFrontier_BattlePyramidTop_Text_255410: @ 8255410
|
||||
.string "It is a delight to see you here!\n"
|
||||
.string "You have reached the summit of\l"
|
||||
.string "the BATTLE PYRAMID!\p"
|
||||
.string "Above here is the PYRAMID’s\n"
|
||||
.string "Above here is the PYRAMID's\n"
|
||||
.string "lookout point.\p"
|
||||
.string "It is a place open only to those\n"
|
||||
.string "who have conquered the PYRAMID.\p"
|
||||
@@ -275,7 +275,7 @@ BattleFrontier_BattlePyramidTop_Text_255410: @ 8255410
|
||||
.string "Up you go!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_2554E8: @ 82554E8
|
||||
.string "The PYRAMID’s new conqueror!\n"
|
||||
.string "The PYRAMID's new conqueror!\n"
|
||||
.string "Let the name {PLAYER} be known!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_25551F: @ 825551F
|
||||
@@ -293,7 +293,7 @@ BattleFrontier_BattlePyramidTop_Text_25551F: @ 825551F
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_255669: @ 8255669
|
||||
.string "Young adventurer…\p"
|
||||
.string "Wouldn’t you agree that explorations\n"
|
||||
.string "Wouldn't you agree that explorations\n"
|
||||
.string "are the grandest of adventures?\p"
|
||||
.string "Your own wits!\p"
|
||||
.string "Your own strength!\p"
|
||||
@@ -304,9 +304,9 @@ BattleFrontier_BattlePyramidTop_Text_255669: @ 8255669
|
||||
BattleFrontier_BattlePyramidTop_Text_25573E: @ 825573E
|
||||
.string "Aah, yes, indeed this life is grand!\n"
|
||||
.string "Grand, it is! Eh?\p"
|
||||
.string "I’m BRANDON!\p"
|
||||
.string "I’m the PYRAMID KING, which means\n"
|
||||
.string "I’m in charge here.\p"
|
||||
.string "I'm BRANDON!\p"
|
||||
.string "I'm the PYRAMID KING, which means\n"
|
||||
.string "I'm in charge here.\p"
|
||||
.string "Most people call me the chief!\p"
|
||||
.string "You coming here means you have\n"
|
||||
.string "that much confidence in yourself,\l"
|
||||
@@ -321,7 +321,7 @@ BattleFrontier_BattlePyramidTop_Text_255846: @ 8255846
|
||||
BattleFrontier_BattlePyramidTop_Text_255873: @ 8255873
|
||||
.string "BRANDON: Hahahah! Grand it was!\n"
|
||||
.string "Grand, yes, indeed!\p"
|
||||
.string "Well done! You’ve earned recognition!\n"
|
||||
.string "Well done! You've earned recognition!\n"
|
||||
.string "Your FRONTIER PASS, please!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_2558E9: @ 82558E9
|
||||
@@ -333,7 +333,7 @@ BattleFrontier_BattlePyramidTop_Text_25591D: @ 825591D
|
||||
.string "I look forward to our next meeting!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_255951: @ 8255951
|
||||
.string "BRANDON: …You’ve finally returned,\n"
|
||||
.string "BRANDON: …You've finally returned,\n"
|
||||
.string "young explorer…\p"
|
||||
.string "Your love of adventure seems to come\n"
|
||||
.string "deep from within your heart…\p"
|
||||
@@ -353,14 +353,14 @@ BattleFrontier_BattlePyramidTop_Text_255A6D: @ 8255A6D
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_255AA1: @ 8255AA1
|
||||
.string "Everything you have!\n"
|
||||
.string "I’m braced for it all!$"
|
||||
.string "I'm braced for it all!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_255ACD: @ 8255ACD
|
||||
.string "BRANDON: Hahahah!\n"
|
||||
.string "Remarkable!\l"
|
||||
.string "Yes, it’s grand, indeed!\p"
|
||||
.string "Yes, it's grand, indeed!\p"
|
||||
.string "Young explorer!\p"
|
||||
.string "You’ve bested me through and through!\n"
|
||||
.string "You've bested me through and through!\n"
|
||||
.string "Here! I want you to have this!$"
|
||||
|
||||
BattleFrontier_BattlePyramidTop_Text_255B59: @ 8255B59
|
||||
|
||||
@@ -45,7 +45,7 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241BC3:: @ 8241BC3
|
||||
setvar VAR_0x8004, 7
|
||||
setvar VAR_0x8005, 0
|
||||
special sub_8161F74
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
call BattleFrontier_BattleTowerBattleRoom_EventScript_24210E
|
||||
switch VAR_RESULT
|
||||
@@ -81,7 +81,7 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241C2F:: @ 8241C2F
|
||||
waitmovement 0
|
||||
applymovement 255, BattleFrontier_BattleTowerBattleRoom_Movement_24217E
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242217, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242217, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_ASA
|
||||
waitfanfare
|
||||
special HealPlayerParty
|
||||
@@ -129,7 +129,7 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241D72:: @ 8241D72
|
||||
goto BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_241D7C:: @ 8241D7C
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2423FC, 5
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2423FC, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerBattleRoom_EventScript_241C8F
|
||||
case 1, BattleFrontier_BattleTowerBattleRoom_EventScript_241E22
|
||||
@@ -247,7 +247,7 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241EC3:: @ 8241EC3
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_241F0A:: @ 8241F0A
|
||||
compare VAR_TEMP_2, 1
|
||||
goto_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241F22
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2424C2, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2424C2, MSGBOX_DEFAULT
|
||||
setvar VAR_TEMP_2, 1
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_241F22:: @ 8241F22
|
||||
@@ -291,13 +291,13 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_241FAF:: @ 8241FAF
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleTowerBattleRoom_EventScript_242029
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242579, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242579, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_242029:: @ 8242029
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_24268C, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_24268C, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleTowerBattleRoom_EventScript_24210E
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleTowerBattleRoom_EventScript_242046
|
||||
@@ -309,14 +309,14 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_242046:: @ 8242046
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleTowerBattleRoom_EventScript_241DF6
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2426B4, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2426B4, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleTowerBattleRoom_Text_24270E
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242744, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_242744, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerBattleRoom_EventScript_241DF6
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_242085:: @ 8242085
|
||||
@@ -325,13 +325,13 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_242085:: @ 8242085
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, BattleFrontier_BattleTowerBattleRoom_EventScript_2420B2
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2427F9, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2427F9, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 7
|
||||
special CallFrontierUtilFunc
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_EventScript_2420B2:: @ 82420B2
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2428E0, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2428E0, MSGBOX_DEFAULT
|
||||
call BattleFrontier_BattleTowerBattleRoom_EventScript_24210E
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_BattleTowerBattleRoom_EventScript_2420CF
|
||||
@@ -343,14 +343,14 @@ BattleFrontier_BattleTowerBattleRoom_EventScript_2420CF:: @ 82420CF
|
||||
special CallFrontierUtilFunc
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_BattleTowerBattleRoom_EventScript_241DF6
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2428F7, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_2428F7, MSGBOX_DEFAULT
|
||||
playfanfare MUS_ME_SYMBOLGET
|
||||
message BattleFrontier_BattleTowerBattleRoom_Text_242932
|
||||
waitmessage
|
||||
waitfanfare
|
||||
setvar VAR_0x8004, 13
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_24295D, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom_Text_24295D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerBattleRoom_EventScript_241DF6
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom2_EventScript_24210E:: @ 824210E
|
||||
@@ -556,7 +556,7 @@ BattleFrontier_BattleTowerBattleRoom_Text_2423A3: @ 82423A3
|
||||
.string "FRONTIER PASS?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2423CD: @ 82423CD
|
||||
.string "{PLAYER}’s battle was recorded\n"
|
||||
.string "{PLAYER}'s battle was recorded\n"
|
||||
.string "on the FRONTIER PASS.$"
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom2_Text_2423FC: @ 82423FC
|
||||
@@ -597,7 +597,7 @@ BattleFrontier_BattleTowerBattleRoom_Text_242579: @ 8242579
|
||||
.string "about you…\p"
|
||||
.string "In all honesty, what I have heard does\n"
|
||||
.string "not seem attractive in any way…\p"
|
||||
.string "The reason I’ve come to see you…\n"
|
||||
.string "The reason I've come to see you…\n"
|
||||
.string "Well, there is but one reason…$"
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_Text_24268C: @ 824268C
|
||||
@@ -616,7 +616,7 @@ BattleFrontier_BattleTowerBattleRoom_Text_24270E: @ 824270E
|
||||
BattleFrontier_BattleTowerBattleRoom_Text_242744: @ 8242744
|
||||
.string "… … … … … …\p"
|
||||
.string "You have confidence in your POKéMON\n"
|
||||
.string "battling talent, don’t you?\p"
|
||||
.string "battling talent, don't you?\p"
|
||||
.string "I urge you to keep battling and\n"
|
||||
.string "keep on winning.\p"
|
||||
.string "I will be waiting for you.\n"
|
||||
@@ -626,14 +626,14 @@ BattleFrontier_BattleTowerBattleRoom_Text_2427F9: @ 82427F9
|
||||
.string "ANABEL: You really did come back to\n"
|
||||
.string "see me…\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "You’ve won straight matches to see me…\n"
|
||||
.string "I won’t have to hold back against you…\p"
|
||||
.string "It’s been too long now…\p"
|
||||
.string "Too long since I’ve been able to battle\n"
|
||||
.string "You've won straight matches to see me…\n"
|
||||
.string "I won't have to hold back against you…\p"
|
||||
.string "It's been too long now…\p"
|
||||
.string "Too long since I've been able to battle\n"
|
||||
.string "without thinking about anything…$"
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_Text_2428E0: @ 82428E0
|
||||
.string "Let’s begin, shall we?$"
|
||||
.string "Let's begin, shall we?$"
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom_Text_2428F7: @ 82428F7
|
||||
.string "ANABEL: Fufu, congratulations…\n"
|
||||
|
||||
@@ -78,14 +78,14 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_248FB4:: @ 8248FB4
|
||||
delay 15
|
||||
applymovement 1, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
||||
waitmovement 0
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
setvar VAR_0x8004, 7
|
||||
setvar VAR_0x8005, 1
|
||||
special sub_8161F74
|
||||
applymovement 4, BattleFrontier_BattleTowerBattleRoom2_Movement_249545
|
||||
waitmovement 0
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249069
|
||||
|
||||
@@ -144,7 +144,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_2490AA:: @ 82490AA
|
||||
waitmovement 0
|
||||
compare VAR_FRONTIER_BATTLE_MODE, 3
|
||||
goto_eq BattleFrontier_BattleTowerBattleRoom2_EventScript_249118
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom2_Text_242217, 4
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom2_Text_242217, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249121
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom2_EventScript_249118:: @ 8249118
|
||||
@@ -203,7 +203,7 @@ BattleFrontier_BattleTowerBattleRoom2_EventScript_249219:: @ 8249219
|
||||
goto BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
|
||||
|
||||
BattleFrontier_BattleTowerBattleRoom2_EventScript_249223:: @ 8249223
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom2_Text_2423FC, 5
|
||||
msgbox BattleFrontier_BattleTowerBattleRoom2_Text_2423FC, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerBattleRoom2_EventScript_249143
|
||||
case 1, BattleFrontier_BattleTowerBattleRoom2_EventScript_2492DB
|
||||
|
||||
@@ -55,7 +55,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E707:: @ 823E707
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E710:: @ 823E710
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F583, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F583, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -85,7 +85,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E758:: @ 823E758
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23E780
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E778:: @ 823E778
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241486, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241486, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E780:: @ 823E780
|
||||
setvar VAR_0x8004, 5
|
||||
@@ -96,10 +96,10 @@ BattleFrontier_BattleTowerLobby_EventScript_23E780:: @ 823E780
|
||||
waitmessage
|
||||
playfanfare MUS_FANFA4
|
||||
waitfanfare
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F89F, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F89F, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E7A5:: @ 823E7A5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2414D4, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2414D4, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 11
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241520, 9
|
||||
@@ -109,10 +109,10 @@ BattleFrontier_BattleTowerLobby_EventScript_23E7A5:: @ 823E7A5
|
||||
special sub_8161F74
|
||||
compare VAR_RESULT, 49
|
||||
goto_if 5, BattleFrontier_BattleTowerLobby_EventScript_23E7E2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F79D, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F79D, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E7E2:: @ 823E7E2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
release
|
||||
@@ -141,7 +141,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E830:: @ 823E830
|
||||
message BattleFrontier_BattleTowerLobby_Text_23F6F7
|
||||
waitmessage
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23E84D
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
release
|
||||
@@ -186,11 +186,11 @@ BattleFrontier_BattleTowerLobby_EventScript_23E8B4:: @ 823E8B4
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23E8D7
|
||||
playse SE_SAVE
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2423CD, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2423CD, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23E8DF
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E8D7:: @ 823E8D7
|
||||
msgbox gText_BattleRecordCouldntBeSaved, 4
|
||||
msgbox gText_BattleRecordCouldntBeSaved, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E8DF:: @ 823E8DF
|
||||
return
|
||||
@@ -241,7 +241,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E936:: @ 823E936
|
||||
faceplayer
|
||||
setvar VAR_FRONTIER_FACILITY, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240537, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240537, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23E948:: @ 823E948
|
||||
message BattleFrontier_BattleTowerLobby_Text_2405B3
|
||||
@@ -269,7 +269,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E984:: @ 823E984
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2407A6, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2407A6, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -278,7 +278,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23E984:: @ 823E984
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, 5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EA2A
|
||||
@@ -312,7 +312,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EA2A:: @ 823EA2A
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EA91:: @ 823EA91
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2405EC, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2405EC, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23E948
|
||||
end
|
||||
|
||||
@@ -321,7 +321,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EA9F:: @ 823EA9F
|
||||
faceplayer
|
||||
setvar VAR_FRONTIER_FACILITY, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2407E2, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2407E2, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EAB1:: @ 823EAB1
|
||||
message BattleFrontier_BattleTowerLobby_Text_24085E
|
||||
@@ -349,7 +349,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EAED:: @ 823EAED
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240A50, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240A50, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -358,7 +358,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EAED:: @ 823EAED
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, 5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EB93
|
||||
@@ -392,7 +392,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EB93:: @ 823EB93
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EBFA:: @ 823EBFA
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240897, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240897, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23EAB1
|
||||
end
|
||||
|
||||
@@ -402,7 +402,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EC08:: @ 823EC08
|
||||
setvar VAR_FRONTIER_FACILITY, 0
|
||||
clearflag FLAG_0x152
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240A8B, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240A8B, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EC1D:: @ 823EC1D
|
||||
message BattleFrontier_BattleTowerLobby_Text_240B06
|
||||
@@ -430,7 +430,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EC59:: @ 823EC59
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240DDB, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240DDB, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -439,7 +439,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EC59:: @ 823EC59
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, 5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23ECFF
|
||||
@@ -473,7 +473,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23ECFF:: @ 823ECFF
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23ED66:: @ 823ED66
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240B3E, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240B3E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23EC1D
|
||||
end
|
||||
|
||||
@@ -482,7 +482,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23ED74:: @ 823ED74
|
||||
faceplayer
|
||||
setvar VAR_FRONTIER_FACILITY, 0
|
||||
special SavePlayerParty
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240E15, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240E15, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23ED86:: @ 823ED86
|
||||
message BattleFrontier_BattleTowerLobby_Text_240E95
|
||||
@@ -510,7 +510,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EDC2:: @ 823EDC2
|
||||
setvar VAR_0x8005, 1
|
||||
copyvar VAR_0x8006, VAR_RESULT
|
||||
special CallFrontierUtilFunc
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24115E, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24115E, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23F2B7
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -519,7 +519,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EDC2:: @ 823EDC2
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, 5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FDC7, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F0E3
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23EE68
|
||||
@@ -573,7 +573,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EEE7:: @ 823EEE7
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EF32:: @ 823EF32
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F969, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F969, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 1
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_271E7C
|
||||
lock
|
||||
@@ -582,7 +582,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EF32:: @ 823EF32
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EF4C:: @ 823EF4C
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F9AA, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F9AA, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 2
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_271E7C
|
||||
lock
|
||||
@@ -591,7 +591,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EF4C:: @ 823EF4C
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EF66:: @ 823EF66
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F9D4, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23F9D4, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 3
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_271E7C
|
||||
lock
|
||||
@@ -600,7 +600,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23EF66:: @ 823EF66
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EF80:: @ 823EF80
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA0F, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA0F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -612,21 +612,21 @@ BattleFrontier_BattleTowerLobby_EventScript_23EF8A:: @ 823EF8A
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EFA1:: @ 823EFA1
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA4F, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA4F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EFAB:: @ 823EFAB
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA83, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FA83, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EFB5:: @ 823EFB5
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FAC0, 2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FAC0, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EFBE:: @ 823EFBE
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FB26, 2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FB26, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23EFC7:: @ 823EFC7
|
||||
@@ -682,17 +682,17 @@ BattleFrontier_BattleTowerLobby_EventScript_23F046:: @ 823F046
|
||||
switch VAR_FRONTIER_BATTLE_MODE
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F06F
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23F07D
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24038B, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24038B, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F06F:: @ 823F06F
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240027, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240027, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F07D:: @ 823F07D
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2401DB, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2401DB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
@@ -700,17 +700,17 @@ BattleFrontier_BattleTowerLobby_EventScript_23F08B:: @ 823F08B
|
||||
switch VAR_FRONTIER_BATTLE_MODE
|
||||
case 0, BattleFrontier_BattleTowerLobby_EventScript_23F0B4
|
||||
case 1, BattleFrontier_BattleTowerLobby_EventScript_23F0C2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24046B, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24046B, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F0B4:: @ 823F0B4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24010B, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24010B, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F0C2:: @ 823F0C2
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2402BD, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2402BD, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F0F1
|
||||
end
|
||||
|
||||
@@ -726,7 +726,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F0E3:: @ 823F0E3
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F0E6:: @ 823F0E6
|
||||
special CloseLink
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, MSGBOX_DEFAULT
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F0F1:: @ 823F0F1
|
||||
release
|
||||
@@ -756,7 +756,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F135:: @ 823F135
|
||||
call BattleFrontier_BattleTowerLobby_EventScript_23F1A7
|
||||
compare VAR_FRONTIER_BATTLE_MODE, 3
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F152
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FE11, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_23FE11, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F15B
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F152:: @ 823F152
|
||||
@@ -954,20 +954,20 @@ BattleFrontier_BattleTowerLobby_EventScript_23F327:: @ 823F327
|
||||
special CloseLink
|
||||
compare VAR_0x8005, 3
|
||||
goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F33F
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_278255, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_278255, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F33F:: @ 823F33F
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412E8, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2413DE, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412E8, MSGBOX_DEFAULT
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2413DE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F351:: @ 823F351
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241240, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241240, MSGBOX_DEFAULT
|
||||
special CloseLink
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2782A8, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2782A8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -979,20 +979,20 @@ BattleFrontier_BattleTowerLobby_EventScript_23F366:: @ 823F366
|
||||
call_if 1, BattleFrontier_BattleTowerLobby_EventScript_23F39D
|
||||
compare VAR_0x8005, 2
|
||||
call_if 1, BattleFrontier_BattleTowerLobby_EventScript_23F3A6
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2413DE, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2413DE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F394:: @ 823F394
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412E8, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412E8, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F39D:: @ 823F39D
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241285, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241285, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F3A6:: @ 823F3A6
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412B3, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_2412B3, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F3AF:: @ 823F3AF
|
||||
@@ -1012,7 +1012,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F3AF:: @ 823F3AF
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F3DA:: @ 823F3DA
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240ED2, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_240ED2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23ED86
|
||||
end
|
||||
|
||||
@@ -1075,7 +1075,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F496:: @ 823F496
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F4BE:: @ 823F4BE
|
||||
lockall
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241540, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241540, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F4CD
|
||||
end
|
||||
|
||||
@@ -1093,22 +1093,22 @@ BattleFrontier_BattleTowerLobby_EventScript_23F4CD:: @ 823F4CD
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F520:: @ 823F520
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241586, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241586, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F4CD
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F52E:: @ 823F52E
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241693, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241693, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F4CD
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F53C:: @ 823F53C
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241777, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_241777, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F4CD
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F54A:: @ 823F54A
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24187E, 4
|
||||
msgbox BattleFrontier_BattleTowerLobby_Text_24187E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_BattleTowerLobby_EventScript_23F4CD
|
||||
end
|
||||
|
||||
@@ -1117,18 +1117,18 @@ BattleFrontier_BattleTowerLobby_EventScript_23F558:: @ 823F558
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_23F55A: @ 823F55A
|
||||
.string "I’ll direct you to your BATTLE ROOM now.$"
|
||||
.string "I'll direct you to your BATTLE ROOM now.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F583: @ 823F583
|
||||
.string "Excuse me!\p"
|
||||
.string "You didn’t save before you quit your\n"
|
||||
.string "You didn't save before you quit your\n"
|
||||
.string "challenge last time.\p"
|
||||
.string "Because of that, your challenge so far\n"
|
||||
.string "has been disqualified. Sorry!$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F60D: @ 823F60D
|
||||
.string "Congratulations!\n"
|
||||
.string "You’ve beaten all seven TRAINERS!\p"
|
||||
.string "You've beaten all seven TRAINERS!\p"
|
||||
.string "$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F641: @ 823F641
|
||||
@@ -1154,7 +1154,7 @@ BattleFrontier_BattleTowerLobby_Text_23F70F: @ 823F70F
|
||||
.string "Please wait.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F737: @ 823F737
|
||||
.string "We’ve been waiting for you!\p"
|
||||
.string "We've been waiting for you!\p"
|
||||
.string "$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F754: @ 823F754
|
||||
@@ -1162,7 +1162,7 @@ BattleFrontier_BattleTowerLobby_Text_23F754: @ 823F754
|
||||
.string "progress will be saved. Please wait.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F79D: @ 823F79D
|
||||
.string "You’re finally about to face the\n"
|
||||
.string "You're finally about to face the\n"
|
||||
.string "50th TRAINER.\p"
|
||||
.string "From here on, every time you beat seven\n"
|
||||
.string "TRAINERS in a row, your POKéMON will\l"
|
||||
@@ -1181,16 +1181,16 @@ BattleFrontier_BattleTowerLobby_Text_23F89F: @ 823F89F
|
||||
BattleFrontier_BattleTowerLobby_Text_23F8CD: @ 823F8CD
|
||||
.string "Excuse me, do you have a moment?\p"
|
||||
.string "Can you describe your feelings when\n"
|
||||
.string "you’re about to begin a BATTLE TOWER\l"
|
||||
.string "match, or when you’ve either won or\l"
|
||||
.string "you're about to begin a BATTLE TOWER\l"
|
||||
.string "match, or when you've either won or\l"
|
||||
.string "lost a match?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F969: @ 823F969
|
||||
.string "Okay, what are your feelings when\n"
|
||||
.string "you’re about to begin a match?$"
|
||||
.string "you're about to begin a match?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F9AA: @ 823F9AA
|
||||
.string "What do you feel when you’ve won\n"
|
||||
.string "What do you feel when you've won\n"
|
||||
.string "a match?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23F9D4: @ 823F9D4
|
||||
@@ -1198,29 +1198,29 @@ BattleFrontier_BattleTowerLobby_Text_23F9D4: @ 823F9D4
|
||||
.string "you have lost a match?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FA0F: @ 823FA0F
|
||||
.string "Oh, so you don’t think much about it?\n"
|
||||
.string "You’re one cool customer.$"
|
||||
.string "Oh, so you don't think much about it?\n"
|
||||
.string "You're one cool customer.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FA4F: @ 823FA4F
|
||||
.string "Hunh? You changed your mind?\n"
|
||||
.string "I guess you’re fickle.$"
|
||||
.string "I guess you're fickle.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FA83: @ 823FA83
|
||||
.string "Okay, so that’s how you feel?\n"
|
||||
.string "That’s quite original.\p"
|
||||
.string "Okay, so that's how you feel?\n"
|
||||
.string "That's quite original.\p"
|
||||
.string "Thanks!$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FAC0: @ 823FAC0
|
||||
.string "The number of matches you win in a row\n"
|
||||
.string "is recorded.\p"
|
||||
.string "I’d better not get beaten in\n"
|
||||
.string "I'd better not get beaten in\n"
|
||||
.string "an embarrassing way!$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FB26: @ 823FB26
|
||||
.string "Once you’ve entered the BATTLE TOWER,\n"
|
||||
.string "you can’t leave until you either lose\l"
|
||||
.string "Once you've entered the BATTLE TOWER,\n"
|
||||
.string "you can't leave until you either lose\l"
|
||||
.string "or you beat seven TRAINERS in a row.\p"
|
||||
.string "You’d best be certain that you’re up\n"
|
||||
.string "You'd best be certain that you're up\n"
|
||||
.string "to the challenge.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FBCE: @ 823FBCE
|
||||
@@ -1266,7 +1266,7 @@ BattleFrontier_BattleTowerLobby_Text_23FE3C: @ 823FE3C
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FE7F: @ 823FE7F
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have {STR_VAR_2} eligible POKéMON.\p"
|
||||
.string "You don't have {STR_VAR_2} eligible POKéMON.\p"
|
||||
.string "You must have {STR_VAR_2} different POKéMON\n"
|
||||
.string "of Level 50 or less to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1276,7 +1276,7 @@ BattleFrontier_BattleTowerLobby_Text_23FE7F: @ 823FE7F
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_23FF5D: @ 823FF5D
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have {STR_VAR_2} eligible POKéMON.\p"
|
||||
.string "You don't have {STR_VAR_2} eligible POKéMON.\p"
|
||||
.string "You must have {STR_VAR_2} different POKéMON\n"
|
||||
.string "to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1286,7 +1286,7 @@ BattleFrontier_BattleTowerLobby_Text_23FF5D: @ 823FF5D
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240027: @ 8240027
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have three eligible POKéMON.\p"
|
||||
.string "You don't have three eligible POKéMON.\p"
|
||||
.string "You must have three different POKéMON\n"
|
||||
.string "of Level 50 or less to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1296,7 +1296,7 @@ BattleFrontier_BattleTowerLobby_Text_240027: @ 8240027
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_24010B: @ 824010B
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have three eligible POKéMON.\p"
|
||||
.string "You don't have three eligible POKéMON.\p"
|
||||
.string "You must have three different POKéMON\n"
|
||||
.string "to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1306,7 +1306,7 @@ BattleFrontier_BattleTowerLobby_Text_24010B: @ 824010B
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2401DB: @ 82401DB
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have four eligible POKéMON.\p"
|
||||
.string "You don't have four eligible POKéMON.\p"
|
||||
.string "You must have four different POKéMON\n"
|
||||
.string "of Level 50 or less to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1316,7 +1316,7 @@ BattleFrontier_BattleTowerLobby_Text_2401DB: @ 82401DB
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2402BD: @ 82402BD
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have four eligible POKéMON.\p"
|
||||
.string "You don't have four eligible POKéMON.\p"
|
||||
.string "You must have four different POKéMON\n"
|
||||
.string "to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1326,7 +1326,7 @@ BattleFrontier_BattleTowerLobby_Text_2402BD: @ 82402BD
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_24038B: @ 824038B
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have two eligible POKéMON.\p"
|
||||
.string "You don't have two eligible POKéMON.\p"
|
||||
.string "You must have two different POKéMON\n"
|
||||
.string "of Level 50 or less to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1336,7 +1336,7 @@ BattleFrontier_BattleTowerLobby_Text_24038B: @ 824038B
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_24046B: @ 824046B
|
||||
.string "Excuse me!\p"
|
||||
.string "You don’t have two eligible POKéMON.\p"
|
||||
.string "You don't have two eligible POKéMON.\p"
|
||||
.string "You must have two different POKéMON\n"
|
||||
.string "to enter.\p"
|
||||
.string "They also must be holding different\n"
|
||||
@@ -1356,7 +1356,7 @@ BattleFrontier_BattleTowerLobby_Text_2405B3: @ 82405B3
|
||||
.string "BATTLE ROOM challenge?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2405EC: @ 82405EC
|
||||
.string "The BATTLE TOWER’s SINGLE BATTLE\n"
|
||||
.string "The BATTLE TOWER's SINGLE BATTLE\n"
|
||||
.string "ROOMS are facilities for conducting\l"
|
||||
.string "SINGLE BATTLES with three POKéMON.\p"
|
||||
.string "There are many SINGLE BATTLE ROOMS\n"
|
||||
@@ -1367,7 +1367,7 @@ BattleFrontier_BattleTowerLobby_Text_2405EC: @ 82405EC
|
||||
.string "you will earn Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2407A6: @ 82407A6
|
||||
@@ -1386,7 +1386,7 @@ BattleFrontier_BattleTowerLobby_Text_24085E: @ 824085E
|
||||
.string "BATTLE ROOM challenge?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240897: @ 8240897
|
||||
.string "The BATTLE TOWER’s DOUBLE BATTLE\n"
|
||||
.string "The BATTLE TOWER's DOUBLE BATTLE\n"
|
||||
.string "ROOMS are facilities for conducting\l"
|
||||
.string "DOUBLE BATTLES with four POKéMON.\p"
|
||||
.string "There are many DOUBLE BATTLE ROOMS\n"
|
||||
@@ -1397,7 +1397,7 @@ BattleFrontier_BattleTowerLobby_Text_240897: @ 8240897
|
||||
.string "you will earn Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240A50: @ 8240A50
|
||||
@@ -1416,7 +1416,7 @@ BattleFrontier_BattleTowerLobby_Text_240B06: @ 8240B06
|
||||
.string "BATTLE ROOM challenge?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240B3E: @ 8240B3E
|
||||
.string "The BATTLE TOWER’s MULTI BATTLE\n"
|
||||
.string "The BATTLE TOWER's MULTI BATTLE\n"
|
||||
.string "ROOMS are facilities for conducting\l"
|
||||
.string "MULTI BATTLES.\p"
|
||||
.string "For MULTI BATTLES, you must partner\n"
|
||||
@@ -1435,7 +1435,7 @@ BattleFrontier_BattleTowerLobby_Text_240B3E: @ 8240B3E
|
||||
.string "teams, you will earn Battle Points.\p"
|
||||
.string "If you want to interrupt your\n"
|
||||
.string "challenge, please save the game.\p"
|
||||
.string "If you don’t save before interrupting,\n"
|
||||
.string "If you don't save before interrupting,\n"
|
||||
.string "you will be disqualified.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240DDB: @ 8240DDB
|
||||
@@ -1454,7 +1454,7 @@ BattleFrontier_BattleTowerLobby_Text_240E95: @ 8240E95
|
||||
.string "BATTLE ROOM challenge?$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_240ED2: @ 8240ED2
|
||||
.string "The BATTLE TOWER’s MULTI BATTLE\n"
|
||||
.string "The BATTLE TOWER's MULTI BATTLE\n"
|
||||
.string "ROOMS are facilities for conducting\l"
|
||||
.string "MULTI BATTLES with a friend.\p"
|
||||
.string "You must link with your friend using\n"
|
||||
@@ -1482,7 +1482,7 @@ BattleFrontier_BattleTowerLobby_Text_241198: @ 8241198
|
||||
.string "You have chosen the same kind of\n"
|
||||
.string "POKéMON as your friend.\p"
|
||||
.string "Please choose two POKéMON different\n"
|
||||
.string "from your friend’s, match the level\l"
|
||||
.string "from your friend's, match the level\l"
|
||||
.string "you wish to enter, and register again.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_241240: @ 8241240
|
||||
@@ -1515,7 +1515,7 @@ BattleFrontier_BattleTowerLobby_Text_241378: @ 8241378
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_2413DE: @ 82413DE
|
||||
.string "Please choose two POKéMON different\n"
|
||||
.string "from your friend’s, match the level\l"
|
||||
.string "from your friend's, match the level\l"
|
||||
.string "you wish to enter, and register again.$"
|
||||
|
||||
BattleFrontier_BattleTowerLobby_Text_24144D: @ 824144D
|
||||
@@ -1570,7 +1570,7 @@ BattleFrontier_BattleTowerLobby_Text_241777: @ 8241777
|
||||
.string "find a partner to form a tag team for\l"
|
||||
.string "the MULTI BATTLE ROOM challenge.\p"
|
||||
.string "Choose the best partner for you by\n"
|
||||
.string "examining other TRAINERS’\l"
|
||||
.string "examining other TRAINERS'\l"
|
||||
.string "POKéMON and their moves.\p"
|
||||
.string "You may choose a new tag partner\n"
|
||||
.string "after winning seven straight matches.$"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -22,11 +22,11 @@ BattleFrontier_Lounge1_EventScript_25E792:: @ 825E792
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E7AD:: @ 825E7AD
|
||||
msgbox BattleFrontier_Lounge1_Text_25E95F, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25E95F, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E7B6:: @ 825E7B6
|
||||
msgbox BattleFrontier_Lounge1_Text_25EEF6, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EEF6, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E7BF:: @ 825E7BF
|
||||
@@ -45,7 +45,7 @@ BattleFrontier_Lounge1_EventScript_25E7BF:: @ 825E7BF
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E7FF:: @ 825E7FF
|
||||
msgbox BattleFrontier_Lounge1_Text_25EF5E, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EF5E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E792
|
||||
end
|
||||
|
||||
@@ -80,86 +80,86 @@ BattleFrontier_Lounge1_EventScript_25E87D:: @ 825E87D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E87F:: @ 825E87F
|
||||
msgbox BattleFrontier_Lounge1_Text_25EA92, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EA92, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E80D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E88D:: @ 825E88D
|
||||
msgbox BattleFrontier_Lounge1_Text_25EAD9, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EAD9, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E80D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E89B:: @ 825E89B
|
||||
msgbox BattleFrontier_Lounge1_Text_25EB2A, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EB2A, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E80D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8A9:: @ 825E8A9
|
||||
msgbox BattleFrontier_Lounge1_Text_25EB6F, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EB6F, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E80D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8B7:: @ 825E8B7
|
||||
msgbox BattleFrontier_Lounge1_Text_25EBBB, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EBBB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8C5:: @ 825E8C5
|
||||
msgbox BattleFrontier_Lounge1_Text_25EBF8, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EBF8, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8D3:: @ 825E8D3
|
||||
msgbox BattleFrontier_Lounge1_Text_25EC39, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EC39, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8E1:: @ 825E8E1
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED0E, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED0E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8EF:: @ 825E8EF
|
||||
msgbox BattleFrontier_Lounge1_Text_25EC7B, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EC7B, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E8FD:: @ 825E8FD
|
||||
msgbox BattleFrontier_Lounge1_Text_25ECC4, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25ECC4, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E850
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E90B:: @ 825E90B
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED4E, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED4E, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E87D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E919:: @ 825E919
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED87, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25ED87, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E87D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E927:: @ 825E927
|
||||
msgbox BattleFrontier_Lounge1_Text_25EDC1, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EDC1, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E87D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E935:: @ 825E935
|
||||
msgbox BattleFrontier_Lounge1_Text_25EDF6, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EDF6, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge1_EventScript_25E87D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E943:: @ 825E943
|
||||
msgbox BattleFrontier_Lounge1_Text_25EE37, 4
|
||||
msgbox BattleFrontier_Lounge1_Text_25EE37, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E94D:: @ 825E94D
|
||||
msgbox BattleFrontier_Lounge1_Text_25EFDD, 2
|
||||
msgbox BattleFrontier_Lounge1_Text_25EFDD, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_EventScript_25E956:: @ 825E956
|
||||
msgbox BattleFrontier_Lounge1_Text_25F020, 2
|
||||
msgbox BattleFrontier_Lounge1_Text_25F020, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge1_Text_25E95F: @ 825E95F
|
||||
@@ -167,13 +167,13 @@ BattleFrontier_Lounge1_Text_25E95F: @ 825E95F
|
||||
.string "I am the man they revere as\l"
|
||||
.string "the legendary top POKéMON BREEDER!\p"
|
||||
.string "If you ever become as seasoned as me,\n"
|
||||
.string "you’ll see the abilities of POKéMON\l"
|
||||
.string "you'll see the abilities of POKéMON\l"
|
||||
.string "at a glance.\p"
|
||||
.string "You’re a TRAINER. Doesn’t it interest\n"
|
||||
.string "you to know your own POKéMON’s\l"
|
||||
.string "You're a TRAINER. Doesn't it interest\n"
|
||||
.string "you to know your own POKéMON's\l"
|
||||
.string "abilities?\p"
|
||||
.string "Here!\n"
|
||||
.string "Let’s have a look at your POKéMON!$"
|
||||
.string "Let's have a look at your POKéMON!$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EA92: @ 825EA92
|
||||
.string "…Hmm…\p"
|
||||
@@ -221,19 +221,19 @@ BattleFrontier_Lounge1_Text_25ED0E: @ 825ED0E
|
||||
|
||||
BattleFrontier_Lounge1_Text_25ED4E: @ 825ED4E
|
||||
.string "That stat is relatively good.\n"
|
||||
.string "…Hm… That’s how I call it.$"
|
||||
.string "…Hm… That's how I call it.$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25ED87: @ 825ED87
|
||||
.string "That stat is quite impressive.\n"
|
||||
.string "…Hm… That’s how I call it.$"
|
||||
.string "…Hm… That's how I call it.$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EDC1: @ 825EDC1
|
||||
.string "That stat is outstanding!\n"
|
||||
.string "…Hm… That’s how I call it.$"
|
||||
.string "…Hm… That's how I call it.$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EDF6: @ 825EDF6
|
||||
.string "It’s flawless! A thing of perfection!\n"
|
||||
.string "…Hm… That’s how I call it.$"
|
||||
.string "It's flawless! A thing of perfection!\n"
|
||||
.string "…Hm… That's how I call it.$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EE37: @ 825EE37
|
||||
.string "What?\n"
|
||||
@@ -247,23 +247,23 @@ BattleFrontier_Lounge1_Text_25EEA6: @ 825EEA6
|
||||
.string "Save it for next time!$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EEF6: @ 825EEF6
|
||||
.string "Ah, youngster! Do your POKéMON’s\n"
|
||||
.string "Ah, youngster! Do your POKéMON's\n"
|
||||
.string "abilities intrigue you?\p"
|
||||
.string "Here, here!\n"
|
||||
.string "Let’s have a look at your POKéMON!$"
|
||||
.string "Let's have a look at your POKéMON!$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EF5E: @ 825EF5E
|
||||
.string "An expert I am, but even I can’t tell\n"
|
||||
.string "An expert I am, but even I can't tell\n"
|
||||
.string "anything about an unhatched POKéMON!\p"
|
||||
.string "Show me a POKéMON!\n"
|
||||
.string "A POKéMON is what I need to see!$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25EFDD: @ 825EFDD
|
||||
.string "He said my POKéMON is outstanding!\n"
|
||||
.string "I’m glad I raised it carefully!$"
|
||||
.string "I'm glad I raised it carefully!$"
|
||||
|
||||
BattleFrontier_Lounge1_Text_25F020: @ 825F020
|
||||
.string "He said my POKéMON is outstanding!\n"
|
||||
.string "But I didn’t do anything special\l"
|
||||
.string "But I didn't do anything special\l"
|
||||
.string "raising it…$"
|
||||
|
||||
|
||||
@@ -7,12 +7,12 @@ BattleFrontier_Lounge2_EventScript_260643:: @ 8260643
|
||||
checkflag FLAG_0x154
|
||||
goto_eq BattleFrontier_Lounge2_EventScript_26065F
|
||||
setflag FLAG_0x154
|
||||
msgbox BattleFrontier_Lounge2_Text_260766, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_260766, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge2_EventScript_26066D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_26065F:: @ 826065F
|
||||
msgbox BattleFrontier_Lounge2_Text_260857, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_260857, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge2_EventScript_26066D
|
||||
end
|
||||
|
||||
@@ -48,11 +48,11 @@ BattleFrontier_Lounge2_EventScript_26066D:: @ 826066D
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_2606F8:: @ 82606F8
|
||||
msgbox BattleFrontier_Lounge2_Text_260933, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_260933, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_260701:: @ 8260701
|
||||
msgbox BattleFrontier_Lounge2_Text_2608F2, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_2608F2, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_26070A:: @ 826070A
|
||||
@@ -97,34 +97,34 @@ BattleFrontier_Lounge2_EventScript_260737:: @ 8260737
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_26073C:: @ 826073C
|
||||
lock
|
||||
msgbox BattleFrontier_Lounge2_Text_261C9C, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_261C9C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_260747:: @ 8260747
|
||||
lock
|
||||
msgbox BattleFrontier_Lounge2_Text_261CDC, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_261CDC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_260752:: @ 8260752
|
||||
lock
|
||||
msgbox BattleFrontier_Lounge2_Text_261D1D, 4
|
||||
msgbox BattleFrontier_Lounge2_Text_261D1D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_EventScript_26075D:: @ 826075D
|
||||
msgbox BattleFrontier_Lounge2_Text_261D5C, 2
|
||||
msgbox BattleFrontier_Lounge2_Text_261D5C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge2_Text_260766:: @ 8260766
|
||||
.string "Howdy! When it comes to news about\n"
|
||||
.string "the BATTLE FRONTIER, I’m no. 1.\p"
|
||||
.string "the BATTLE FRONTIER, I'm no. 1.\p"
|
||||
.string "You can think of me as\n"
|
||||
.string "the FRONTIER MANIAC.\p"
|
||||
.string "Just checking, but you are a TRAINER,\n"
|
||||
.string "isn’t that right?\p"
|
||||
.string "I’ll happily share the hottest news\n"
|
||||
.string "isn't that right?\p"
|
||||
.string "I'll happily share the hottest news\n"
|
||||
.string "I gathered about the BATTLE FRONTIER.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260857:: @ 8260857
|
||||
@@ -133,29 +133,29 @@ BattleFrontier_Lounge2_Text_260857:: @ 8260857
|
||||
|
||||
BattleFrontier_Lounge2_Text_2608A1:: @ 82608A1
|
||||
.string "Well? Well? Well?\p"
|
||||
.string "I’m sure my information’s been\n"
|
||||
.string "I'm sure my information's been\n"
|
||||
.string "seriously useful to you, right?$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_2608F2:: @ 82608F2
|
||||
.string "Let’s see now…\p"
|
||||
.string "Let's see now…\p"
|
||||
.string "It sounds like the {STR_VAR_1}\n"
|
||||
.string "is the hottest place going.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260933:: @ 8260933
|
||||
.string "Let’s see now…\p"
|
||||
.string "Let's see now…\p"
|
||||
.string "It sounds like BATTLE TOWER\n"
|
||||
.string "{STR_VAR_1} is the hottest.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260971:: @ 8260971
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this mysterious TRAINER called\n"
|
||||
.string "It's this mysterious TRAINER called\n"
|
||||
.string "the SALON MAIDEN that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260A1E:: @ 8260A1E
|
||||
.string "Have you battled the SALON MAIDEN?\p"
|
||||
.string "When she’s measuring up her opponent,\n"
|
||||
.string "When she's measuring up her opponent,\n"
|
||||
.string "she apparently uses these POKéMON:\p"
|
||||
.string "A PSYCHIC-type PSI POKéMON,\n"
|
||||
.string "a FIRE-type VOLCANO POKéMON,\l"
|
||||
@@ -163,23 +163,23 @@ BattleFrontier_Lounge2_Text_260A1E:: @ 8260A1E
|
||||
|
||||
BattleFrontier_Lounge2_Text_260AE7:: @ 8260AE7
|
||||
.string "Have you battled the SALON MAIDEN\n"
|
||||
.string "when she’s serious?\p"
|
||||
.string "When she’s battling flat out,\n"
|
||||
.string "when she's serious?\p"
|
||||
.string "When she's battling flat out,\n"
|
||||
.string "she apparently uses these POKéMON:\p"
|
||||
.string "A DRAGON & PSYCHIC EON POKéMON,\n"
|
||||
.string "an ELECTRIC-type THUNDER POKéMON,\l"
|
||||
.string "and a NORMAL-type SLEEPING POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260BC4:: @ 8260BC4
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this flamboyant TRAINER called\n"
|
||||
.string "It's this flamboyant TRAINER called\n"
|
||||
.string "the DOME ACE that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260C6D:: @ 8260C6D
|
||||
.string "Have you battled the DOME ACE?\p"
|
||||
.string "When he’s treating the opponent\n"
|
||||
.string "When he's treating the opponent\n"
|
||||
.string "lightly, he uses these three POKéMON:\p"
|
||||
.string "A DRAGON & FLYING DRAGON POKéMON,\n"
|
||||
.string "a WATER & GROUND MUD FISH POKéMON,\l"
|
||||
@@ -187,8 +187,8 @@ BattleFrontier_Lounge2_Text_260C6D:: @ 8260C6D
|
||||
|
||||
BattleFrontier_Lounge2_Text_260D3A:: @ 8260D3A
|
||||
.string "Have you battled the DOME ACE\n"
|
||||
.string "when he’s serious?\p"
|
||||
.string "When he’s demonstrating his strategy,\n"
|
||||
.string "when he's serious?\p"
|
||||
.string "When he's demonstrating his strategy,\n"
|
||||
.string "he uses these three POKéMON:\p"
|
||||
.string "A DRAGON & FLYING EON POKéMON,\n"
|
||||
.string "a WATER & GROUND MUD FISH POKéMON,\l"
|
||||
@@ -196,10 +196,10 @@ BattleFrontier_Lounge2_Text_260D3A:: @ 8260D3A
|
||||
.string "POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260E1E:: @ 8260E1E
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this freaky TRAINER called\n"
|
||||
.string "It's this freaky TRAINER called\n"
|
||||
.string "the FACTORY HEAD that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_260EC7:: @ 8260EC7
|
||||
@@ -212,23 +212,23 @@ BattleFrontier_Lounge2_Text_260EC7:: @ 8260EC7
|
||||
|
||||
BattleFrontier_Lounge2_Text_260F74:: @ 8260F74
|
||||
.string "Have you battled the FACTORY HEAD\n"
|
||||
.string "when he’s serious?\p"
|
||||
.string "when he's serious?\p"
|
||||
.string "When he goes seriously to battle,\n"
|
||||
.string "he still gets three rental POKéMON.\p"
|
||||
.string "He battles under virtually the same\n"
|
||||
.string "conditions as you.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261026:: @ 8261026
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this scary TRAINER called\n"
|
||||
.string "It's this scary TRAINER called\n"
|
||||
.string "the PIKE QUEEN that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_2610CC:: @ 82610CC
|
||||
.string "Have you battled the PIKE QUEEN\n"
|
||||
.string "before?\p"
|
||||
.string "When she’s in a good mood, they say\n"
|
||||
.string "When she's in a good mood, they say\n"
|
||||
.string "she uses these three POKéMON:\p"
|
||||
.string "A POISON-type FANG SNAKE POKéMON,\n"
|
||||
.string "a BUG & ROCK MOLD POKéMON,\l"
|
||||
@@ -236,8 +236,8 @@ BattleFrontier_Lounge2_Text_2610CC:: @ 82610CC
|
||||
|
||||
BattleFrontier_Lounge2_Text_261194:: @ 8261194
|
||||
.string "Have you battled the PIKE QUEEN\n"
|
||||
.string "when she’s serious?\p"
|
||||
.string "When she’s seriously annoyed, they say\n"
|
||||
.string "when she's serious?\p"
|
||||
.string "When she's seriously annoyed, they say\n"
|
||||
.string "she uses these three POKéMON:\p"
|
||||
.string "A POISON-type FANG SNAKE POKéMON,\n"
|
||||
.string "a STEEL & GROUND IRON SNAKE POKéMON,\l"
|
||||
@@ -245,16 +245,16 @@ BattleFrontier_Lounge2_Text_261194:: @ 8261194
|
||||
.string "POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261282:: @ 8261282
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this cute TRAINER called\n"
|
||||
.string "It's this cute TRAINER called\n"
|
||||
.string "the ARENA TYCOON that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261329:: @ 8261329
|
||||
.string "Have you battled the ARENA TYCOON\n"
|
||||
.string "before?\p"
|
||||
.string "When she’s assessing the foe’s ability,\n"
|
||||
.string "When she's assessing the foe's ability,\n"
|
||||
.string "she supposedly uses these POKéMON:\p"
|
||||
.string "A BUG & FIGHTING SINGLE HORN POKéMON,\n"
|
||||
.string "a DARK-type MOONLIGHT POKéMON,\l"
|
||||
@@ -262,7 +262,7 @@ BattleFrontier_Lounge2_Text_261329:: @ 8261329
|
||||
|
||||
BattleFrontier_Lounge2_Text_261403:: @ 8261403
|
||||
.string "Have you battled the ARENA TYCOON\n"
|
||||
.string "when she’s serious?\p"
|
||||
.string "when she's serious?\p"
|
||||
.string "When she battles for keeps,\n"
|
||||
.string "she supposedly uses these POKéMON:\p"
|
||||
.string "A DARK-type MOONLIGHT POKéMON,\n"
|
||||
@@ -271,41 +271,41 @@ BattleFrontier_Lounge2_Text_261403:: @ 8261403
|
||||
.string "MUSHROOM POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_2614E6:: @ 82614E6
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this sinister TRAINER called\n"
|
||||
.string "It's this sinister TRAINER called\n"
|
||||
.string "the PALACE MAVEN that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261591:: @ 8261591
|
||||
.string "Have you battled the PALACE MAVEN\n"
|
||||
.string "before?\p"
|
||||
.string "When he’s testing the opponent’s\n"
|
||||
.string "spirit, he’s said to use these POKéMON:\p"
|
||||
.string "When he's testing the opponent's\n"
|
||||
.string "spirit, he's said to use these POKéMON:\p"
|
||||
.string "A POISON & FLYING-type BAT POKéMON,\n"
|
||||
.string "a NORMAL-type LAZY POKéMON, and a\l"
|
||||
.string "WATER- & ICE-type TRANSPORT POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_26166F:: @ 826166F
|
||||
.string "Have you battled the PALACE MAVEN\n"
|
||||
.string "when he’s serious?\p"
|
||||
.string "when he's serious?\p"
|
||||
.string "When he throws his entire might into\n"
|
||||
.string "battle, he’s said to use these POKéMON:\p"
|
||||
.string "battle, he's said to use these POKéMON:\p"
|
||||
.string "A FIRE-type LEGENDARY POKéMON,\n"
|
||||
.string "a NORMAL-type LAZY POKéMON,\l"
|
||||
.string "and a WATER-type AURORA POKéMON.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_26174D:: @ 826174D
|
||||
.string "Bet you didn’t know this!\p"
|
||||
.string "Bet you didn't know this!\p"
|
||||
.string "One of those top TRAINERS that SCOTT\n"
|
||||
.string "calls the FRONTIER BRAINS is there.\p"
|
||||
.string "It’s this fiery-hot TRAINER called\n"
|
||||
.string "It's this fiery-hot TRAINER called\n"
|
||||
.string "the PYRAMID KING that runs the place.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_2617F9:: @ 82617F9
|
||||
.string "Have you battled the PYRAMID KING\n"
|
||||
.string "before?\p"
|
||||
.string "When he’s checking the foe’s power,\n"
|
||||
.string "When he's checking the foe's power,\n"
|
||||
.string "he apparently uses these POKéMON:\p"
|
||||
.string "A ROCK-type ROCK PEAK POKéMON,\n"
|
||||
.string "an ICE-type ICEBERG POKéMON,\l"
|
||||
@@ -313,8 +313,8 @@ BattleFrontier_Lounge2_Text_2617F9:: @ 82617F9
|
||||
|
||||
BattleFrontier_Lounge2_Text_2618C4:: @ 82618C4
|
||||
.string "Have you battled the PYRAMID KING\n"
|
||||
.string "when he’s serious?\p"
|
||||
.string "When he’s pumped with hot power,\n"
|
||||
.string "when he's serious?\p"
|
||||
.string "When he's pumped with hot power,\n"
|
||||
.string "he apparently uses these POKéMON:\p"
|
||||
.string "An ICE & FLYING FREEZE POKéMON, an\n"
|
||||
.string "ELECTRIC & FLYING ELECTRIC POKéMON,\l"
|
||||
@@ -326,7 +326,7 @@ BattleFrontier_Lounge2_Text_2619AC:: @ 82619AC
|
||||
.string "you can enter DOUBLE BATTLES.\p"
|
||||
.string "But the DOUBLE BATTLE ROOMS of\n"
|
||||
.string "the BATTLE TOWER are, like, basic!\p"
|
||||
.string "They’re where you should learn about\n"
|
||||
.string "They're where you should learn about\n"
|
||||
.string "how DOUBLE BATTLES are played here\l"
|
||||
.string "in the BATTLE FRONTIER.$"
|
||||
|
||||
@@ -337,7 +337,7 @@ BattleFrontier_Lounge2_Text_261A91:: @ 8261A91
|
||||
.string "DOUBLE BATTLES.$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261B0C:: @ 8261B0C
|
||||
.string "Once you’re confident and comfortable\n"
|
||||
.string "Once you're confident and comfortable\n"
|
||||
.string "with DOUBLE BATTLES here, you should\l"
|
||||
.string "think about challenging other places\l"
|
||||
.string "offering DOUBLE BATTLES.$"
|
||||
@@ -350,24 +350,24 @@ BattleFrontier_Lounge2_Text_261B95:: @ 8261B95
|
||||
.string "You should look carefully!$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261C1A:: @ 8261C1A
|
||||
.string "If you’re with a friend, head for the\n"
|
||||
.string "If you're with a friend, head for the\n"
|
||||
.string "LINK MULTI BATTLE ROOM.\p"
|
||||
.string "If you play with a strong friend,\n"
|
||||
.string "you can expect to see tough foes!$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261C9C:: @ 8261C9C
|
||||
.string "What amazing news-gathering power!\n"
|
||||
.string "My mentor’s like none other!$"
|
||||
.string "My mentor's like none other!$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261CDC:: @ 8261CDC
|
||||
.string "What amazing powers of observation!\n"
|
||||
.string "My mentor’s like none other!$"
|
||||
.string "My mentor's like none other!$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261D1D:: @ 8261D1D
|
||||
.string "What amazing power of persuasion!\n"
|
||||
.string "My mentor’s like none other!$"
|
||||
.string "My mentor's like none other!$"
|
||||
|
||||
BattleFrontier_Lounge2_Text_261D5C:: @ 8261D5C
|
||||
.string "…What is this place?\n"
|
||||
.string "It’s scaring me…$"
|
||||
.string "It's scaring me…$"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BattleFrontier_Lounge3_EventScript_261D83:: @ 8261D83
|
||||
compare VAR_0x8004, 2
|
||||
goto_if 3, BattleFrontier_Lounge3_EventScript_261EEB
|
||||
setflag FLAG_0x157
|
||||
msgbox BattleFrontier_Lounge3_Text_262061, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_262061, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261DAF
|
||||
end
|
||||
|
||||
@@ -18,10 +18,10 @@ BattleFrontier_Lounge3_EventScript_261DAF:: @ 8261DAF
|
||||
special sub_813A820
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
msgbox BattleFrontier_Lounge3_Text_262A60, 5
|
||||
msgbox BattleFrontier_Lounge3_Text_262A60, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge3_EventScript_261FA5
|
||||
msgbox BattleFrontier_Lounge3_Text_262ABD, 5
|
||||
msgbox BattleFrontier_Lounge3_Text_262ABD, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge3_EventScript_261FA5
|
||||
message BattleFrontier_Lounge3_Text_262B42
|
||||
@@ -60,7 +60,7 @@ BattleFrontier_Lounge3_EventScript_261E51:: @ 8261E51
|
||||
specialvar VAR_TEMP_1, sub_813AA04
|
||||
compare VAR_TEMP_1, VAR_0x8008
|
||||
goto_if 4, BattleFrontier_Lounge3_EventScript_261E75
|
||||
msgbox BattleFrontier_Lounge3_Text_262B6E, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_262B6E, MSGBOX_DEFAULT
|
||||
message BattleFrontier_Lounge3_Text_262B42
|
||||
waitmessage
|
||||
goto BattleFrontier_Lounge3_EventScript_261DE9
|
||||
@@ -72,7 +72,7 @@ BattleFrontier_Lounge3_EventScript_261E75:: @ 8261E75
|
||||
setvar VAR_FRONTIER_GAMBLER_PLACED_BET_F, 1
|
||||
special sub_813A8FC
|
||||
playse SE_REGI
|
||||
msgbox BattleFrontier_Lounge3_Text_262BE0, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_262BE0, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261E96
|
||||
end
|
||||
|
||||
@@ -107,12 +107,12 @@ BattleFrontier_Lounge3_EventScript_261EE5:: @ 8261EE5
|
||||
return
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261EEB:: @ 8261EEB
|
||||
msgbox BattleFrontier_Lounge3_Text_261FFE, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_261FFE, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261FF1
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261EF9:: @ 8261EF9
|
||||
msgbox BattleFrontier_Lounge3_Text_26346B, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_26346B, MSGBOX_DEFAULT
|
||||
compare VAR_FRONTIER_GAMBLER_PLACED_BET_F, 1
|
||||
goto_if 4, BattleFrontier_Lounge3_EventScript_261F12
|
||||
goto BattleFrontier_Lounge3_EventScript_261DAF
|
||||
@@ -127,7 +127,7 @@ BattleFrontier_Lounge3_EventScript_261F12:: @ 8261F12
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261F2E:: @ 8261F2E
|
||||
msgbox BattleFrontier_Lounge3_Text_263334, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_263334, MSGBOX_DEFAULT
|
||||
compare VAR_FRONTIER_GAMBLER_AMOUNT_BET, 0
|
||||
call_if 1, BattleFrontier_Lounge3_EventScript_261F80
|
||||
compare VAR_FRONTIER_GAMBLER_AMOUNT_BET, 1
|
||||
@@ -136,13 +136,13 @@ BattleFrontier_Lounge3_EventScript_261F2E:: @ 8261F2E
|
||||
call_if 1, BattleFrontier_Lounge3_EventScript_261F94
|
||||
msgbox BattleFrontier_Lounge3_Text_2633D4, 9
|
||||
special sub_813A9D0
|
||||
msgbox BattleFrontier_Lounge3_Text_2633F2, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_2633F2, MSGBOX_DEFAULT
|
||||
setvar VAR_FRONTIER_GAMBLER_PLACED_BET_F, 0
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261F71:: @ 8261F71
|
||||
msgbox BattleFrontier_Lounge3_Text_263298, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_263298, MSGBOX_DEFAULT
|
||||
setvar VAR_FRONTIER_GAMBLER_PLACED_BET_F, 0
|
||||
release
|
||||
end
|
||||
@@ -170,7 +170,7 @@ BattleFrontier_Lounge3_EventScript_261F9E:: @ 8261F9E
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261FA5:: @ 8261FA5
|
||||
msgbox BattleFrontier_Lounge3_Text_26342D, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_26342D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -180,27 +180,27 @@ BattleFrontier_Lounge3_EventScript_261FAF:: @ 8261FAF
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261FB8:: @ 8261FB8
|
||||
msgbox BattleFrontier_Lounge3_Text_263545, 2
|
||||
msgbox BattleFrontier_Lounge3_Text_263545, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261FC1:: @ 8261FC1
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_Lounge3_Text_26346F, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_26346F, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261FF1
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261FD1:: @ 8261FD1
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_Lounge3_Text_26351D, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_26351D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261FF1
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_EventScript_261FE1:: @ 8261FE1
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_Lounge3_Text_2634C9, 4
|
||||
msgbox BattleFrontier_Lounge3_Text_2634C9, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge3_EventScript_261FF1
|
||||
end
|
||||
|
||||
@@ -212,9 +212,9 @@ BattleFrontier_Lounge3_EventScript_261FF1:: @ 8261FF1
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge3_Text_261FFE:: @ 8261FFE
|
||||
.string "…What’s that you want?\p"
|
||||
.string "Can’t you see we’re kind of busy here?\n"
|
||||
.string "Can’t your business wait till later?$"
|
||||
.string "…What's that you want?\p"
|
||||
.string "Can't you see we're kind of busy here?\n"
|
||||
.string "Can't your business wait till later?$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262061:: @ 8262061
|
||||
.string "…Huh?\n"
|
||||
@@ -228,7 +228,7 @@ BattleFrontier_Lounge3_Text_262061:: @ 8262061
|
||||
.string "First, we pick one of the facilities\n"
|
||||
.string "in the BATTLE FRONTIER.\p"
|
||||
.string "Then, we each pick a different TRAINER\n"
|
||||
.string "who’s taking that facility’s challenge,\l"
|
||||
.string "who's taking that facility's challenge,\l"
|
||||
.string "and bet with our Battle Points.\p"
|
||||
.string "The guy who bet on the TRAINER with\n"
|
||||
.string "the best record takes all the Battle\l"
|
||||
@@ -237,99 +237,99 @@ BattleFrontier_Lounge3_Text_262061:: @ 8262061
|
||||
.string "So, anyway…$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262261:: @ 8262261
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be challenging the BATTLE\l"
|
||||
.string "TOWER’s SINGLE BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "TOWER's SINGLE BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26230D:: @ 826230D
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be challenging the BATTLE\l"
|
||||
.string "TOWER’s DOUBLE BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "TOWER's DOUBLE BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2623B9:: @ 82623B9
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be challenging the BATTLE\l"
|
||||
.string "TOWER’s MULTI BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "TOWER's MULTI BATTLE ROOMS.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262464:: @ 8262464
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "DOME’s SINGLE BATTLE Tourney.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "DOME's SINGLE BATTLE Tourney.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26250E:: @ 826250E
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "DOME’s DOUBLE BATTLE Tourney.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "DOME's DOUBLE BATTLE Tourney.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2625B8:: @ 82625B8
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "FACTORY’s Battle Swap Single Tourney.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "FACTORY's Battle Swap Single Tourney.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26266A:: @ 826266A
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "FACTORY’s Battle Swap Double Tourney.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "FACTORY's Battle Swap Double Tourney.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26271C:: @ 826271C
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be challenging the BATTLE\l"
|
||||
.string "PALACE’s SINGLE BATTLE HALLS.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "PALACE's SINGLE BATTLE HALLS.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2627C9:: @ 82627C9
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be challenging the BATTLE\l"
|
||||
.string "PALACE’s DOUBLE BATTLE HALLS.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "PALACE's DOUBLE BATTLE HALLS.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262876:: @ 8262876
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "ARENA’s Set KO Tourney.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "ARENA's Set KO Tourney.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26291A:: @ 826291A
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "going to be entering the BATTLE PIKE’s\l"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE PIKE's\l"
|
||||
.string "Battle Choice.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2629BC:: @ 82629BC
|
||||
.string "What I’m looking for is a TRAINER who’s\n"
|
||||
.string "What I'm looking for is a TRAINER who's\n"
|
||||
.string "going to be entering the BATTLE\l"
|
||||
.string "PYRAMID’s Battle Quest.\p"
|
||||
.string "But so far, I haven’t seen a TRAINER\n"
|
||||
.string "PYRAMID's Battle Quest.\p"
|
||||
.string "But so far, I haven't seen a TRAINER\n"
|
||||
.string "that has that winning quality.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262A60:: @ 8262A60
|
||||
.string "I’ll see to it that you benefit, too.\n"
|
||||
.string "I'll see to it that you benefit, too.\n"
|
||||
.string "So how about it?\l"
|
||||
.string "How about entering that event for me?$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262ABD:: @ 8262ABD
|
||||
.string "All right, that’s perfect.\n"
|
||||
.string "All right, that's perfect.\n"
|
||||
.string "So, uh… How about spotting me some\l"
|
||||
.string "of your Battle Points?\p"
|
||||
.string "Trust me, I’ll show you my gratitude\n"
|
||||
.string "Trust me, I'll show you my gratitude\n"
|
||||
.string "afterward.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262B42:: @ 8262B42
|
||||
@@ -338,104 +338,104 @@ BattleFrontier_Lounge3_Text_262B42:: @ 8262B42
|
||||
|
||||
BattleFrontier_Lounge3_Text_262B6E:: @ 8262B6E
|
||||
.string "Oh, no, no, no!\n"
|
||||
.string "You don’t have enough Battle Points!\p"
|
||||
.string "I wish you wouldn’t monkey around and\n"
|
||||
.string "waste everyone’s time!$"
|
||||
.string "You don't have enough Battle Points!\p"
|
||||
.string "I wish you wouldn't monkey around and\n"
|
||||
.string "waste everyone's time!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262BE0:: @ 8262BE0
|
||||
.string "Heheh! Thanks much!\n"
|
||||
.string "So, off you go!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262C04:: @ 8262C04
|
||||
.string "Get to the BATTLE TOWER’s\n"
|
||||
.string "Get to the BATTLE TOWER's\n"
|
||||
.string "SINGLE BATTLE ROOMS pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262C90:: @ 8262C90
|
||||
.string "Get to the BATTLE TOWER’s\n"
|
||||
.string "Get to the BATTLE TOWER's\n"
|
||||
.string "DOUBLE BATTLE ROOMS pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262D1C:: @ 8262D1C
|
||||
.string "Get to the BATTLE TOWER’s\n"
|
||||
.string "Get to the BATTLE TOWER's\n"
|
||||
.string "MULTI BATTLE ROOMS pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262DA7:: @ 8262DA7
|
||||
.string "Get to the BATTLE DOME’s\n"
|
||||
.string "Get to the BATTLE DOME's\n"
|
||||
.string "SINGLE BATTLE Tourney pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262E34:: @ 8262E34
|
||||
.string "Get to the BATTLE DOME’s\n"
|
||||
.string "Get to the BATTLE DOME's\n"
|
||||
.string "DOUBLE BATTLE Tourney pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262EC1:: @ 8262EC1
|
||||
.string "Get to the BATTLE FACTORY’s\n"
|
||||
.string "Get to the BATTLE FACTORY's\n"
|
||||
.string "Battle Swap Single Tourney pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262F56:: @ 8262F56
|
||||
.string "Get to the BATTLE FACTORY’s\n"
|
||||
.string "Get to the BATTLE FACTORY's\n"
|
||||
.string "Battle Swap Double Tourney pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_262FEB:: @ 8262FEB
|
||||
.string "Get to the BATTLE PALACE’s\n"
|
||||
.string "Get to the BATTLE PALACE's\n"
|
||||
.string "SINGLE BATTLE HALLS pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_263078:: @ 8263078
|
||||
.string "Get to the BATTLE PALACE’s\n"
|
||||
.string "Get to the BATTLE PALACE's\n"
|
||||
.string "DOUBLE BATTLE HALLS pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_263105:: @ 8263105
|
||||
.string "Get to the BATTLE ARENA’s\n"
|
||||
.string "Get to the BATTLE ARENA's\n"
|
||||
.string "Set KO Tourney pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26318C:: @ 826318C
|
||||
.string "Get to the BATTLE PIKE’s\n"
|
||||
.string "Get to the BATTLE PIKE's\n"
|
||||
.string "Battle Choice pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_263211:: @ 8263211
|
||||
.string "Get to the BATTLE PYRAMID’s\n"
|
||||
.string "Get to the BATTLE PYRAMID's\n"
|
||||
.string "Battle Quest pronto!\p"
|
||||
.string "It’s a must-win situation!\n"
|
||||
.string "Don’t blow your chance!\l"
|
||||
.string "It's a must-win situation!\n"
|
||||
.string "Don't blow your chance!\l"
|
||||
.string "Both of our futures depend on you!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_263298:: @ 8263298
|
||||
.string "Oh, it’s you…\n"
|
||||
.string "Oh, it's you…\n"
|
||||
.string "Nice try…\p"
|
||||
.string "I hate to break it to you, but I can’t\n"
|
||||
.string "I hate to break it to you, but I can't\n"
|
||||
.string "return your Battle Points…\p"
|
||||
.string "I guess we’ll have to let it motivate\n"
|
||||
.string "I guess we'll have to let it motivate\n"
|
||||
.string "us to try harder next time!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_263334:: @ 8263334
|
||||
@@ -443,8 +443,8 @@ BattleFrontier_Lounge3_Text_263334:: @ 8263334
|
||||
.string "Hello there, champ!\p"
|
||||
.string "I knew you could!\n"
|
||||
.string "I knew you would!\l"
|
||||
.string "We’re both big winners!\p"
|
||||
.string "I’ll return your Battle Points and,\n"
|
||||
.string "We're both big winners!\p"
|
||||
.string "I'll return your Battle Points and,\n"
|
||||
.string "of course, a little extra from me!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2633D4:: @ 82633D4
|
||||
@@ -452,11 +452,11 @@ BattleFrontier_Lounge3_Text_2633D4:: @ 82633D4
|
||||
.string "{STR_VAR_1} Battle Points.$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_2633F2:: @ 82633F2
|
||||
.string "If you’re up for another challenge,\n"
|
||||
.string "If you're up for another challenge,\n"
|
||||
.string "please do think of me!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26342D:: @ 826342D
|
||||
.string "Not interested?! You shouldn’t be\n"
|
||||
.string "Not interested?! You shouldn't be\n"
|
||||
.string "so afraid to take a chance!$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26346B:: @ 826346B
|
||||
@@ -469,7 +469,7 @@ BattleFrontier_Lounge3_Text_26346F:: @ 826346F
|
||||
|
||||
BattleFrontier_Lounge3_Text_2634C9:: @ 82634C9
|
||||
.string "That TRAINER…\p"
|
||||
.string "He’s good, but he gets rattled too\n"
|
||||
.string "He's good, but he gets rattled too\n"
|
||||
.string "easily to survive the BATTLE DOME…$"
|
||||
|
||||
BattleFrontier_Lounge3_Text_26351D:: @ 826351D
|
||||
|
||||
@@ -2,24 +2,24 @@ BattleFrontier_Lounge4_MapScripts:: @ 826358C
|
||||
.byte 0
|
||||
|
||||
BattleFrontier_Lounge4_EventScript_26358D:: @ 826358D
|
||||
msgbox BattleFrontier_Lounge4_Text_2635A8, 2
|
||||
msgbox BattleFrontier_Lounge4_Text_2635A8, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge4_EventScript_263596:: @ 8263596
|
||||
msgbox BattleFrontier_Lounge4_Text_2635EC, 2
|
||||
msgbox BattleFrontier_Lounge4_Text_2635EC, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge4_EventScript_26359F:: @ 826359F
|
||||
msgbox BattleFrontier_Lounge4_Text_263625, 2
|
||||
msgbox BattleFrontier_Lounge4_Text_263625, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge4_Text_2635A8: @ 82635A8
|
||||
.string "I wonder if they’ll be airing interviews\n"
|
||||
.string "I wonder if they'll be airing interviews\n"
|
||||
.string "with tough TRAINERS today?$"
|
||||
|
||||
BattleFrontier_Lounge4_Text_2635EC: @ 82635EC
|
||||
.string "If I opened a restaurant here,\n"
|
||||
.string "it’d make money for sure.$"
|
||||
.string "it'd make money for sure.$"
|
||||
|
||||
BattleFrontier_Lounge4_Text_263625: @ 8263625
|
||||
.string "Whew…\p"
|
||||
|
||||
@@ -4,7 +4,7 @@ BattleFrontier_Lounge5_MapScripts:: @ 82645C5
|
||||
BattleFrontier_Lounge5_EventScript_2645C6:: @ 82645C6
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_Lounge5_Text_264632, 5
|
||||
msgbox BattleFrontier_Lounge5_Text_264632, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge5_EventScript_26460D
|
||||
special sub_81B94B0
|
||||
@@ -23,25 +23,25 @@ BattleFrontier_Lounge5_EventScript_2645C6:: @ 82645C6
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_EventScript_264603:: @ 8264603
|
||||
msgbox BattleFrontier_Lounge5_Text_264EEE, 4
|
||||
msgbox BattleFrontier_Lounge5_Text_264EEE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_EventScript_26460D:: @ 826460D
|
||||
msgbox BattleFrontier_Lounge5_Text_26467F, 4
|
||||
msgbox BattleFrontier_Lounge5_Text_26467F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_EventScript_264617:: @ 8264617
|
||||
msgbox BattleFrontier_Lounge5_Text_264F22, 2
|
||||
msgbox BattleFrontier_Lounge5_Text_264F22, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_EventScript_264620:: @ 8264620
|
||||
msgbox BattleFrontier_Lounge5_Text_264F64, 2
|
||||
msgbox BattleFrontier_Lounge5_Text_264F64, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_EventScript_264629:: @ 8264629
|
||||
msgbox BattleFrontier_Lounge5_Text_264FAB, 2
|
||||
msgbox BattleFrontier_Lounge5_Text_264FAB, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge5_Text_264632:: @ 8264632
|
||||
@@ -187,8 +187,8 @@ BattleFrontier_Lounge5_Text_264E8F:: @ 8264E8F
|
||||
.string "it will turn sneaky!$"
|
||||
|
||||
BattleFrontier_Lounge5_Text_264EEE:: @ 8264EEE
|
||||
.string "That’s silly! An EGG is asleep!\n"
|
||||
.string "I can’t talk to it!$"
|
||||
.string "That's silly! An EGG is asleep!\n"
|
||||
.string "I can't talk to it!$"
|
||||
|
||||
BattleFrontier_Lounge5_Text_264F22:: @ 8264F22
|
||||
.string "How charming!\n"
|
||||
|
||||
@@ -10,7 +10,7 @@ BattleFrontier_Lounge6_EventScript_264FED:: @ 8264FED
|
||||
copyvar VAR_0x8004, VAR_0x8008
|
||||
specialvar VAR_RESULT, sub_807E73C
|
||||
copyvar VAR_0x8009, VAR_RESULT
|
||||
msgbox BattleFrontier_Lounge6_Text_26508D, 5
|
||||
msgbox BattleFrontier_Lounge6_Text_26508D, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge6_EventScript_26506B
|
||||
special sub_81B94B0
|
||||
@@ -28,55 +28,55 @@ BattleFrontier_Lounge6_EventScript_264FED:: @ 8264FED
|
||||
special sub_807EA10
|
||||
special sub_807F0E4
|
||||
waitstate
|
||||
msgbox BattleFrontier_Lounge6_Text_265128, 4
|
||||
msgbox BattleFrontier_Lounge6_Text_265128, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x09C
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge6_EventScript_26506B:: @ 826506B
|
||||
msgbox BattleFrontier_Lounge6_Text_2651CB, 4
|
||||
msgbox BattleFrontier_Lounge6_Text_2651CB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge6_EventScript_265075:: @ 8265075
|
||||
bufferspeciesname 0, VAR_0x8009
|
||||
msgbox BattleFrontier_Lounge6_Text_26518D, 4
|
||||
msgbox BattleFrontier_Lounge6_Text_26518D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge6_EventScript_265083:: @ 8265083
|
||||
msgbox BattleFrontier_Lounge6_Text_26520E, 4
|
||||
msgbox BattleFrontier_Lounge6_Text_26520E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge6_Text_26508D: @ 826508D
|
||||
.string "My POKéMON is a {STR_VAR_2}.\n"
|
||||
.string "Do you know it?\l"
|
||||
.string "It’s quite cute and rather nice.\p"
|
||||
.string "It's quite cute and rather nice.\p"
|
||||
.string "This little one, I could trade with\n"
|
||||
.string "pride!\p"
|
||||
.string "Would you like to trade me a {STR_VAR_1}\n"
|
||||
.string "for my {STR_VAR_2}?$"
|
||||
|
||||
BattleFrontier_Lounge6_Text_265128: @ 8265128
|
||||
.string "Oh, it’s adorable!\n"
|
||||
.string "Oh, it's adorable!\n"
|
||||
.string "Thank you!\l"
|
||||
.string "I promise I’ll be good to it!\p"
|
||||
.string "Oh! I hope you’ll be good to\n"
|
||||
.string "I promise I'll be good to it!\p"
|
||||
.string "Oh! I hope you'll be good to\n"
|
||||
.string "my {STR_VAR_2}, too!$"
|
||||
|
||||
BattleFrontier_Lounge6_Text_26518D: @ 826518D
|
||||
.string "Oh, I’m sorry!\n"
|
||||
.string "I don’t intend to trade for anything\l"
|
||||
.string "Oh, I'm sorry!\n"
|
||||
.string "I don't intend to trade for anything\l"
|
||||
.string "but a {STR_VAR_1}.$"
|
||||
|
||||
BattleFrontier_Lounge6_Text_2651CB: @ 82651CB
|
||||
.string "Oh, you won’t?\n"
|
||||
.string "Well, that’s fine, too.\l"
|
||||
.string "Oh, you won't?\n"
|
||||
.string "Well, that's fine, too.\l"
|
||||
.string "Please come visit us again.$"
|
||||
|
||||
BattleFrontier_Lounge6_Text_26520E: @ 826520E
|
||||
.string "Giggle!\n"
|
||||
.string "A SKITTY is so much cuter than I had\l"
|
||||
.string "imagined. I’m delighted!$"
|
||||
.string "imagined. I'm delighted!$"
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@ BattleFrontier_Lounge7_EventScript_265255:: @ 8265255
|
||||
setvar VAR_TEMP_C, 9
|
||||
checkflag FLAG_0x15A
|
||||
goto_eq BattleFrontier_Lounge7_EventScript_265276
|
||||
msgbox BattleFrontier_Lounge7_Text_2656ED, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_2656ED, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x15A
|
||||
goto BattleFrontier_Lounge7_EventScript_265284
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_265276:: @ 8265276
|
||||
msgbox BattleFrontier_Lounge7_Text_2658AB, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_2658AB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge7_EventScript_265284
|
||||
end
|
||||
|
||||
@@ -122,13 +122,13 @@ BattleFrontier_Lounge7_EventScript_265445:: @ 8265445
|
||||
setvar VAR_TEMP_C, 10
|
||||
checkflag FLAG_0x15B
|
||||
goto_eq BattleFrontier_Lounge7_EventScript_265466
|
||||
msgbox BattleFrontier_Lounge7_Text_265A6C, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_265A6C, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x15B
|
||||
goto BattleFrontier_Lounge7_EventScript_265474
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_265466:: @ 8265466
|
||||
msgbox BattleFrontier_Lounge7_Text_265C2C, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_265C2C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge7_EventScript_265474
|
||||
end
|
||||
|
||||
@@ -234,12 +234,12 @@ BattleFrontier_Lounge7_EventScript_26562A:: @ 826562A
|
||||
BattleFrontier_Lounge7_EventScript_265635:: @ 8265635
|
||||
special sub_813ADB8
|
||||
special sub_813A988
|
||||
msgbox BattleFrontier_Lounge7_Text_265A0E, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_265A0E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_265645:: @ 8265645
|
||||
msgbox BattleFrontier_Lounge7_Text_265A0E, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_265A0E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -249,18 +249,18 @@ BattleFrontier_Lounge7_EventScript_26564F:: @ 826564F
|
||||
special sub_813AC7C
|
||||
buffernumberstring 1, VAR_0x8008
|
||||
copyvar VAR_0x8004, VAR_TEMP_C
|
||||
msgbox BattleFrontier_Lounge7_Text_265921, 5
|
||||
msgbox BattleFrontier_Lounge7_Text_265921, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge7_EventScript_2656CA
|
||||
specialvar VAR_TEMP_1, sub_813AA04
|
||||
compare VAR_TEMP_1, VAR_0x8008
|
||||
goto_if 4, BattleFrontier_Lounge7_EventScript_265696
|
||||
msgbox BattleFrontier_Lounge7_Text_265997, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_265997, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_Lounge7_EventScript_2656CA
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_265696:: @ 8265696
|
||||
msgbox BattleFrontier_Lounge7_Text_26595A, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_26595A, MSGBOX_DEFAULT
|
||||
special sub_813AEB4
|
||||
fadescreen 1
|
||||
special sub_813A988
|
||||
@@ -269,7 +269,7 @@ BattleFrontier_Lounge7_EventScript_265696:: @ 8265696
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_Lounge7_EventScript_265645
|
||||
msgbox BattleFrontier_Lounge7_Text_2659C7, 4
|
||||
msgbox BattleFrontier_Lounge7_Text_2659C7, MSGBOX_DEFAULT
|
||||
copyvar VAR_0x8004, VAR_0x8008
|
||||
special sub_813A9A4
|
||||
release
|
||||
@@ -282,28 +282,28 @@ BattleFrontier_Lounge7_EventScript_2656CA:: @ 82656CA
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_2656DB:: @ 82656DB
|
||||
msgbox BattleFrontier_Lounge7_Text_265C6F, 2
|
||||
msgbox BattleFrontier_Lounge7_Text_265C6F, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_EventScript_2656E4:: @ 82656E4
|
||||
msgbox BattleFrontier_Lounge7_Text_265D17, 2
|
||||
msgbox BattleFrontier_Lounge7_Text_265D17, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge7_Text_2656ED: @ 82656ED
|
||||
.string "Buhahaha!\p"
|
||||
.string "You couldn’t tell it from looking now,\n"
|
||||
.string "You couldn't tell it from looking now,\n"
|
||||
.string "but I used to be one tough TRAINER.\p"
|
||||
.string "I had a reputation as the toughest\n"
|
||||
.string "BEAUTY around, I tell you!\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "What is it now?\n"
|
||||
.string "You don’t believe me.\p"
|
||||
.string "I’m not like that blowhard woman over\n"
|
||||
.string "there. I’m actually talented!\p"
|
||||
.string "You don't believe me.\p"
|
||||
.string "I'm not like that blowhard woman over\n"
|
||||
.string "there. I'm actually talented!\p"
|
||||
.string "Let me prove it to you.\n"
|
||||
.string "I can teach your POKéMON special and\l"
|
||||
.string "yet cute moves.\p"
|
||||
.string "But my lessons don’t come free.\n"
|
||||
.string "But my lessons don't come free.\n"
|
||||
.string "How about paying for the moves I teach\l"
|
||||
.string "with a wee bit of Battle Points?$"
|
||||
|
||||
@@ -326,33 +326,33 @@ BattleFrontier_Lounge7_Text_26595A: @ 826595A
|
||||
|
||||
BattleFrontier_Lounge7_Text_265997: @ 8265997
|
||||
.string "What the…\n"
|
||||
.string "You haven’t got enough Battle Points!$"
|
||||
.string "You haven't got enough Battle Points!$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_2659C7: @ 82659C7
|
||||
.string "Do you see how skilled I am now?\n"
|
||||
.string "I’ll take your Battle Points, thanks!$"
|
||||
.string "I'll take your Battle Points, thanks!$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265A0E: @ 8265A0E
|
||||
.string "What’s that?\n"
|
||||
.string "You don’t want to…\p"
|
||||
.string "What's that?\n"
|
||||
.string "You don't want to…\p"
|
||||
.string "If you want to see how skilled I am,\n"
|
||||
.string "you come see me anytime!$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265A6C: @ 8265A6C
|
||||
.string "Ihihihi!\p"
|
||||
.string "I know it’s hard to see now, but I used\n"
|
||||
.string "I know it's hard to see now, but I used\n"
|
||||
.string "to be one fantastic TRAINER.\p"
|
||||
.string "I had a reputation as the most\n"
|
||||
.string "invincible SWIMMER around, I tell you!\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "What’s wrong?\n"
|
||||
.string "You don’t believe me.\p"
|
||||
.string "I’m not like that buffoonish woman over\n"
|
||||
.string "there. I’m actually experienced!\p"
|
||||
.string "What's wrong?\n"
|
||||
.string "You don't believe me.\p"
|
||||
.string "I'm not like that buffoonish woman over\n"
|
||||
.string "there. I'm actually experienced!\p"
|
||||
.string "I can prove it to you.\n"
|
||||
.string "I can teach your POKéMON hard and\l"
|
||||
.string "yet pretty moves.\p"
|
||||
.string "But my lessons don’t come free.\n"
|
||||
.string "But my lessons don't come free.\n"
|
||||
.string "How about paying for the moves I teach\l"
|
||||
.string "with a wee bit of Battle Points?$"
|
||||
|
||||
@@ -364,31 +364,31 @@ BattleFrontier_Lounge7_Text_265C2C: @ 8265C2C
|
||||
BattleFrontier_Lounge7_Text_265C6F: @ 8265C6F
|
||||
.string "Those ladies, the way they bad-mouth\n"
|
||||
.string "each other, you probably think that\l"
|
||||
.string "they don’t get along.\p"
|
||||
.string "But if that were true, they wouldn’t\n"
|
||||
.string "they don't get along.\p"
|
||||
.string "But if that were true, they wouldn't\n"
|
||||
.string "stay out here together, would they?$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265D17: @ 8265D17
|
||||
.string "When I was just a wee YOUNGSTER,\n"
|
||||
.string "those ladies were strong and beautiful.\p"
|
||||
.string "They were idols among us TRAINERS.\p"
|
||||
.string "Even now, age hasn’t dulled their\n"
|
||||
.string "Even now, age hasn't dulled their\n"
|
||||
.string "abilities.\p"
|
||||
.string "In fact, their POKéMON moves have\n"
|
||||
.string "grown even more polished.\p"
|
||||
.string "But… For some reason, I can’t help\n"
|
||||
.string "But… For some reason, I can't help\n"
|
||||
.string "but feel this…\p"
|
||||
.string "Time is so cruel…$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265E30:: @ 8265E30
|
||||
.string "Recovers up to\n"
|
||||
.string "half the user’s\n"
|
||||
.string "half the user's\n"
|
||||
.string "maximum HP.$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265E5B:: @ 8265E5B
|
||||
.string "Inflicts damage\n"
|
||||
.string "identical to the\n"
|
||||
.string "user’s level.$"
|
||||
.string "user's level.$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_265E8A:: @ 8265E8A
|
||||
.string "Recovers half the\n"
|
||||
@@ -442,7 +442,7 @@ BattleFrontier_Lounge7_Text_26603E:: @ 826603E
|
||||
|
||||
BattleFrontier_Lounge7_Text_266070:: @ 8266070
|
||||
.string "Hurls mud in the\n"
|
||||
.string "foe’s face to re-\n"
|
||||
.string "foe's face to re-\n"
|
||||
.string "duce its accuracy.$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_2660A6:: @ 82660A6
|
||||
@@ -453,7 +453,7 @@ BattleFrontier_Lounge7_Text_2660A6:: @ 82660A6
|
||||
BattleFrontier_Lounge7_Text_2660D0:: @ 82660D0
|
||||
.string "A chilling attack\n"
|
||||
.string "that lowers the\n"
|
||||
.string "foe’s SPEED.$"
|
||||
.string "foe's SPEED.$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_2660FF:: @ 82660FF
|
||||
.string "Endures any at-\n"
|
||||
@@ -461,7 +461,7 @@ BattleFrontier_Lounge7_Text_2660FF:: @ 82660FF
|
||||
.string "leaving 1HP.$"
|
||||
|
||||
BattleFrontier_Lounge7_Text_26612D:: @ 826612D
|
||||
.string "Copies the foe’s\n"
|
||||
.string "Copies the foe's\n"
|
||||
.string "effect(s) and\n"
|
||||
.string "gives to the user.$"
|
||||
|
||||
|
||||
@@ -2,15 +2,15 @@ BattleFrontier_Lounge8_MapScripts:: @ 82676C9
|
||||
.byte 0
|
||||
|
||||
BattleFrontier_Lounge8_EventScript_2676CA:: @ 82676CA
|
||||
msgbox BattleFrontier_Lounge8_Text_2676E5, 2
|
||||
msgbox BattleFrontier_Lounge8_Text_2676E5, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge8_EventScript_2676D3:: @ 82676D3
|
||||
msgbox BattleFrontier_Lounge8_Text_26779C, 2
|
||||
msgbox BattleFrontier_Lounge8_Text_26779C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge8_EventScript_2676DC:: @ 82676DC
|
||||
msgbox BattleFrontier_Lounge8_Text_26782C, 2
|
||||
msgbox BattleFrontier_Lounge8_Text_26782C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Lounge8_Text_2676E5: @ 82676E5
|
||||
@@ -22,15 +22,15 @@ BattleFrontier_Lounge8_Text_2676E5: @ 82676E5
|
||||
.string "Spirit…\l"
|
||||
.string "Bravery…\l"
|
||||
.string "And ability…\p"
|
||||
.string "Well, I’m all set in every way!\n"
|
||||
.string "I’ll be unstoppable at every building!\p"
|
||||
.string "Well, I'm all set in every way!\n"
|
||||
.string "I'll be unstoppable at every building!\p"
|
||||
.string "Huh? POKéMON?\n"
|
||||
.string "What’s that?$"
|
||||
.string "What's that?$"
|
||||
|
||||
BattleFrontier_Lounge8_Text_26779C: @ 826779C
|
||||
.string "Do you know about the FRONTIER\n"
|
||||
.string "BRAINS?\p"
|
||||
.string "That’s what SCOTT calls the seven\n"
|
||||
.string "That's what SCOTT calls the seven\n"
|
||||
.string "special TRAINERS that run the seven\l"
|
||||
.string "facilities in the BATTLE FRONTIER.$"
|
||||
|
||||
@@ -39,7 +39,7 @@ BattleFrontier_Lounge8_Text_26782C: @ 826782C
|
||||
.string "told me that I have a lot of talent\l"
|
||||
.string "for battling!\p"
|
||||
.string "I like POKéMON CONTESTS more!\p"
|
||||
.string "But I’m no good at CONTESTS!\p"
|
||||
.string "But I'm no good at CONTESTS!\p"
|
||||
.string "I guess having talent and liking\n"
|
||||
.string "something aren’t the same.$"
|
||||
.string "something aren't the same.$"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ BattleFrontier_Mart_EventScript_267ACC:: @ 8267ACC
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart BattleFrontier_Mart_Pokemart_267AE4
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -31,36 +31,36 @@ BattleFrontier_Mart_Pokemart_267AE4: @ 8267AE4
|
||||
end
|
||||
|
||||
BattleFrontier_Mart_EventScript_267B02:: @ 8267B02
|
||||
msgbox BattleFrontier_Mart_Text_267B29, 2
|
||||
msgbox BattleFrontier_Mart_Text_267B29, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Mart_EventScript_267B0B:: @ 8267B0B
|
||||
lock
|
||||
applymovement 2, BattleFrontier_Mart_Movement_2725B0
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_Mart_Text_267B8F, 4
|
||||
msgbox BattleFrontier_Mart_Text_267B8F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_Mart_EventScript_267B20:: @ 8267B20
|
||||
msgbox BattleFrontier_Mart_Text_267C01, 2
|
||||
msgbox BattleFrontier_Mart_Text_267C01, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_Mart_Text_267B29: @ 8267B29
|
||||
.string "We came here to chaperon our\n"
|
||||
.string "grandson.\p"
|
||||
.string "But since we’re here, we thought\n"
|
||||
.string "But since we're here, we thought\n"
|
||||
.string "we should get some souvenirs.$"
|
||||
|
||||
BattleFrontier_Mart_Text_267B8F: @ 8267B8F
|
||||
.string "Dear, what do you think of this?\n"
|
||||
.string "Wouldn’t this make a nice gift?\p"
|
||||
.string "It’s…PRO…TE…IN?\n"
|
||||
.string "It sounds delicious, doesn’t it?$"
|
||||
.string "Wouldn't this make a nice gift?\p"
|
||||
.string "It's…PRO…TE…IN?\n"
|
||||
.string "It sounds delicious, doesn't it?$"
|
||||
|
||||
BattleFrontier_Mart_Text_267C01: @ 8267C01
|
||||
.string "A lot of the BATTLE FRONTIER’s\n"
|
||||
.string "facilities don’t allow the use of items\l"
|
||||
.string "A lot of the BATTLE FRONTIER's\n"
|
||||
.string "facilities don't allow the use of items\l"
|
||||
.string "during battles.\p"
|
||||
.string "That rule makes things tougher than\n"
|
||||
.string "they already are!$"
|
||||
|
||||
@@ -27,44 +27,44 @@ BattleFrontier_OutsideEast_EventScript_242C3F:: @ 8242C3F
|
||||
return
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C43:: @ 8242C43
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E11, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E11, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C4C:: @ 8242C4C
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E58, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E58, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C55:: @ 8242C55
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E96, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242E96, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C5E:: @ 8242C5E
|
||||
msgbox BattleFrontier_OutsideEast_Text_242ECF, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242ECF, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C67:: @ 8242C67
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F8C, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F8C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C70:: @ 8242C70
|
||||
msgbox BattleFrontier_OutsideEast_Text_242FDC, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_242FDC, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C79:: @ 8242C79
|
||||
msgbox BattleFrontier_OutsideEast_Text_24308C, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_24308C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C82:: @ 8242C82
|
||||
msgbox BattleFrontier_OutsideEast_Text_243106, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243106, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C8B:: @ 8242C8B
|
||||
msgbox BattleFrontier_OutsideEast_Text_2431A5, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_2431A5, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242C94:: @ 8242C94
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideEast_Text_2432DD, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_2432DD, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -73,35 +73,35 @@ BattleFrontier_OutsideEast_EventScript_242C9F:: @ 8242C9F
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox BattleFrontier_OutsideEast_Text_24334B, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_24334B, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CB2:: @ 8242CB2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243363, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243363, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CBB:: @ 8242CBB
|
||||
msgbox BattleFrontier_OutsideEast_Text_243425, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243425, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CC4:: @ 8242CC4
|
||||
msgbox BattleFrontier_OutsideEast_Text_2434A0, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_2434A0, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CCD:: @ 8242CCD
|
||||
msgbox BattleFrontier_OutsideEast_Text_243504, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243504, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CD6:: @ 8242CD6
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideEast_Text_243529, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_243529, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CE1:: @ 8242CE1
|
||||
msgbox BattleFrontier_OutsideEast_Text_243230, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243230, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242CEA:: @ 8242CEA
|
||||
@@ -123,7 +123,7 @@ BattleFrontier_OutsideEast_EventScript_242CFC:: @ 8242CFC
|
||||
playse 269
|
||||
applymovement 14, BattleFrontier_OutsideEast_Movement_242D69
|
||||
waitmovement 0
|
||||
msgbox gUnknown_082731BD, 4
|
||||
msgbox gUnknown_082731BD, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
waitse
|
||||
playmoncry SPECIES_SUDOWOODO, 2
|
||||
@@ -169,55 +169,55 @@ BattleFrontier_OutsideEast_Movement_242D69: @ 8242D69
|
||||
step_end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242D79:: @ 8242D79
|
||||
msgbox BattleFrontier_OutsideEast_Text_243598, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243598, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242D82:: @ 8242D82
|
||||
msgbox BattleFrontier_OutsideEast_Text_243668, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243668, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242D8B:: @ 8242D8B
|
||||
msgbox BattleFrontier_OutsideEast_Text_2436F2, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_2436F2, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242D94:: @ 8242D94
|
||||
msgbox BattleFrontier_OutsideEast_Text_243809, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243809, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242D9D:: @ 8242D9D
|
||||
msgbox BattleFrontier_OutsideEast_Text_243895, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243895, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DA6:: @ 8242DA6
|
||||
msgbox BattleFrontier_OutsideEast_Text_243943, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243943, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DAF:: @ 8242DAF
|
||||
msgbox BattleFrontier_OutsideEast_Text_2439A0, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_2439A0, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DB8:: @ 8242DB8
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideEast_Text_243A2B, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_243A2B, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DC3:: @ 8242DC3
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideEast_Text_243A53, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_243A53, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DCE:: @ 8242DCE
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F0D, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F0D, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DD7:: @ 8242DD7
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F4A, 3
|
||||
msgbox BattleFrontier_OutsideEast_Text_242F4A, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DE0:: @ 8242DE0
|
||||
msgbox BattleFrontier_OutsideEast_Text_243B68, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243B68, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DE9:: @ 8242DE9
|
||||
@@ -225,17 +225,17 @@ BattleFrontier_OutsideEast_EventScript_242DE9:: @ 8242DE9
|
||||
faceplayer
|
||||
checkflag FLAG_0x1C6
|
||||
goto_eq BattleFrontier_OutsideEast_EventScript_242DFE
|
||||
msgbox BattleFrontier_OutsideEast_Text_243C2C, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_243C2C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242DFE:: @ 8242DFE
|
||||
msgbox BattleFrontier_OutsideEast_Text_243CA3, 4
|
||||
msgbox BattleFrontier_OutsideEast_Text_243CA3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_EventScript_242E08:: @ 8242E08
|
||||
msgbox BattleFrontier_OutsideEast_Text_243D0B, 2
|
||||
msgbox BattleFrontier_OutsideEast_Text_243D0B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideEast_Text_242E11: @ 8242E11
|
||||
@@ -265,22 +265,22 @@ BattleFrontier_OutsideEast_Text_242F4A: @ 8242F4A
|
||||
|
||||
BattleFrontier_OutsideEast_Text_242F8C: @ 8242F8C
|
||||
.string "Wow!\n"
|
||||
.string "It’s huge!\p"
|
||||
.string "It's huge!\p"
|
||||
.string "The BATTLE TOWER feels special.\n"
|
||||
.string "It’s different from the others.$"
|
||||
.string "It's different from the others.$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_242FDC: @ 8242FDC
|
||||
.string "My grand ambition is to conquer both\n"
|
||||
.string "the BATTLE FRONTIER and the POKéMON\l"
|
||||
.string "LEAGUE.\p"
|
||||
.string "And if my dream comes true…\p"
|
||||
.string "I… I’m going to ask MIMI next door\n"
|
||||
.string "I… I'm going to ask MIMI next door\n"
|
||||
.string "if she will be friends with me!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_24308C: @ 824308C
|
||||
.string "The BATTLE PYRAMID’s too harsh!\n"
|
||||
.string "I just can’t make it to the top!\p"
|
||||
.string "Since I’m out of options, maybe I can\n"
|
||||
.string "The BATTLE PYRAMID's too harsh!\n"
|
||||
.string "I just can't make it to the top!\p"
|
||||
.string "Since I'm out of options, maybe I can\n"
|
||||
.string "climb the outside…$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243106: @ 8243106
|
||||
@@ -291,23 +291,23 @@ BattleFrontier_OutsideEast_Text_243106: @ 8243106
|
||||
.string "and in utter and total desperation?$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_2431A5: @ 82431A5
|
||||
.string "I didn’t sleep for a week, but then\n"
|
||||
.string "I didn't sleep for a week, but then\n"
|
||||
.string "I put together the ultimate team!\p"
|
||||
.string "I can’t see myself losing, no joke.\n"
|
||||
.string "We’re storming the BATTLE ARENA!$"
|
||||
.string "I can't see myself losing, no joke.\n"
|
||||
.string "We're storming the BATTLE ARENA!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243230: @ 8243230
|
||||
.string "Did SCOTT bring you here, too?\n"
|
||||
.string "What is it with that guy?\p"
|
||||
.string "It sounds like he really does know\n"
|
||||
.string "how to spot talented TRAINERS, but…\p"
|
||||
.string "I’ve never seen him battling in person\n"
|
||||
.string "I've never seen him battling in person\n"
|
||||
.string "ever.$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_2432DD: @ 82432DD
|
||||
.string "ZIGG!\n"
|
||||
.string "I believe in you, little buddy!\p"
|
||||
.string "I’ll make my little ZIGG any favorite\n"
|
||||
.string "I'll make my little ZIGG any favorite\n"
|
||||
.string "tasty treats you like if you win!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_24334B: @ 824334B
|
||||
@@ -315,11 +315,11 @@ BattleFrontier_OutsideEast_Text_24334B: @ 824334B
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243363: @ 8243363
|
||||
.string "People call me a busybody,\n"
|
||||
.string "but I can’t help it.\p"
|
||||
.string "Your hat’s on crooked!\n"
|
||||
.string "but I can't help it.\p"
|
||||
.string "Your hat's on crooked!\n"
|
||||
.string "Oh, no, trash on the ground!\l"
|
||||
.string "Oops, it’s almost dinnertime!\p"
|
||||
.string "I don’t know if I can stand to just\n"
|
||||
.string "Oops, it's almost dinnertime!\p"
|
||||
.string "I don't know if I can stand to just\n"
|
||||
.string "watch at the BATTLE PALACE…$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243425: @ 8243425
|
||||
@@ -329,24 +329,24 @@ BattleFrontier_OutsideEast_Text_243425: @ 8243425
|
||||
.string "another shot at glory.$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_2434A0: @ 82434A0
|
||||
.string "I’m fast on my BIKE, and that goes for\n"
|
||||
.string "I'm fast on my BIKE, and that goes for\n"
|
||||
.string "the way I battle, too.\p"
|
||||
.string "I win matches in the blink of\n"
|
||||
.string "an eye!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243504: @ 8243504
|
||||
.string "I’m better than my daddy\n"
|
||||
.string "I'm better than my daddy\n"
|
||||
.string "at POKéMON.$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243529: @ 8243529
|
||||
.string "Go on, my baby sweetie!\n"
|
||||
.string "Go rack up some wins for Daddy!\p"
|
||||
.string "You’re just like your mother,\n"
|
||||
.string "so you’ll be dominating!$"
|
||||
.string "You're just like your mother,\n"
|
||||
.string "so you'll be dominating!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243598: @ 8243598
|
||||
.string "It wasn’t easy getting here,\n"
|
||||
.string "but I’d heard about this knockout\l"
|
||||
.string "It wasn't easy getting here,\n"
|
||||
.string "but I'd heard about this knockout\l"
|
||||
.string "pretty girl at the BATTLE ARENA.\p"
|
||||
.string "Instead of her, do you know what\n"
|
||||
.string "I found?\p"
|
||||
@@ -365,18 +365,18 @@ BattleFrontier_OutsideEast_Text_2436F2: @ 82436F2
|
||||
.string "When there comes a confident TRAINER\n"
|
||||
.string "reaching for the golden pinnacle,\l"
|
||||
.string "there shall appear a man among men.\p"
|
||||
.string "Don’t know that legend?\n"
|
||||
.string "Don't know that legend?\n"
|
||||
.string "Well, of course not!\l"
|
||||
.string "I just made it up!\p"
|
||||
.string "What’s it supposed to mean?\n"
|
||||
.string "That, my friend, I can’t say!$"
|
||||
.string "What's it supposed to mean?\n"
|
||||
.string "That, my friend, I can't say!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243809: @ 8243809
|
||||
.string "Man! Oh man!\n"
|
||||
.string "I’ve never lost once before!\p"
|
||||
.string "I've never lost once before!\p"
|
||||
.string "But I got wiped out with no saving\n"
|
||||
.string "grace at all!\p"
|
||||
.string "And then I’m told I don’t have any\n"
|
||||
.string "And then I'm told I don't have any\n"
|
||||
.string "talent?! Man!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243895: @ 8243895
|
||||
@@ -389,14 +389,14 @@ BattleFrontier_OutsideEast_Text_243895: @ 8243895
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243943: @ 8243943
|
||||
.string "Yes!\n"
|
||||
.string "I’ve finally got enough Battle Points!\p"
|
||||
.string "I guess I’ll trade for another giant\n"
|
||||
.string "I've finally got enough Battle Points!\p"
|
||||
.string "I guess I'll trade for another giant\n"
|
||||
.string "plush DOLL!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_2439A0: @ 82439A0
|
||||
.string "Oh, yeah, okay!\n"
|
||||
.string "So this is the RANKING HALL!\p"
|
||||
.string "I’d like to go down in history as\n"
|
||||
.string "I'd like to go down in history as\n"
|
||||
.string "a super champ and have my name\l"
|
||||
.string "recorded here for posterity.$"
|
||||
|
||||
@@ -405,8 +405,8 @@ BattleFrontier_OutsideEast_Text_243A2B: @ 8243A2B
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243A53: @ 8243A53
|
||||
.string "Ooh, darling, you are so wonderful!\p"
|
||||
.string "Ooh, I just can’t wait anymore!\p"
|
||||
.string "Let’s go to a MULTI BATTLE ROOM\n"
|
||||
.string "Ooh, I just can't wait anymore!\p"
|
||||
.string "Let's go to a MULTI BATTLE ROOM\n"
|
||||
.string "right this instant!\p"
|
||||
.string "If we get together in the BATTLE SALON,\n"
|
||||
.string "the power of our love will overcome\l"
|
||||
@@ -415,7 +415,7 @@ BattleFrontier_OutsideEast_Text_243A53: @ 8243A53
|
||||
.string "will topple like dominoes!$"
|
||||
|
||||
BattleFrontier_OutsideEast_Text_243B68: @ 8243B68
|
||||
.string "The BATTLE FRONTIER isn’t exclusively\n"
|
||||
.string "The BATTLE FRONTIER isn't exclusively\n"
|
||||
.string "for tough TRAINERS.\p"
|
||||
.string "Many people with special abilities\n"
|
||||
.string "have been invited, it seems.\p"
|
||||
|
||||
@@ -10,7 +10,7 @@ BattleFrontier_OutsideWest_MapScript1_23D3E7: @ 823D3E7
|
||||
BattleFrontier_OutsideWest_EventScript_23D3F0:: @ 823D3F0
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D808, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D808, MSGBOX_DEFAULT
|
||||
checkitem ITEM_SS_TICKET, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_OutsideWest_EventScript_23D44E
|
||||
@@ -29,15 +29,15 @@ BattleFrontier_OutsideWest_EventScript_23D416:: @ 823D416
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D44E:: @ 823D44E
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D842, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D842, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D458:: @ 823D458
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D8F2, 5
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D8F2, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_OutsideWest_EventScript_23D4AE
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D94B, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D94B, MSGBOX_DEFAULT
|
||||
call BattleFrontier_OutsideWest_EventScript_23D4BA
|
||||
warp MAP_SLATEPORT_CITY_HARBOR, 255, 8, 11
|
||||
waitstate
|
||||
@@ -45,10 +45,10 @@ BattleFrontier_OutsideWest_EventScript_23D458:: @ 823D458
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D483:: @ 823D483
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D90E, 5
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D90E, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_OutsideWest_EventScript_23D4AE
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D94B, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D94B, MSGBOX_DEFAULT
|
||||
call BattleFrontier_OutsideWest_EventScript_23D4BA
|
||||
warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11
|
||||
waitstate
|
||||
@@ -72,32 +72,32 @@ BattleFrontier_OutsideWest_EventScript_23D4BA:: @ 823D4BA
|
||||
return
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D4D8:: @ 823D4D8
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D929, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D929, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D4E2:: @ 823D4E2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D6F7, 3
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D6F7, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D4EB:: @ 823D4EB
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D737, 3
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D737, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D4F4:: @ 823D4F4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D772, 3
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D772, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D4FD:: @ 823D4FD
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D7A6, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D7A6, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D506:: @ 823D4FD
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D9DD, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D9DD, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D50F:: @ 823D50F
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D99C, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23D99C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D518:: @ 823D518
|
||||
@@ -112,7 +112,7 @@ BattleFrontier_OutsideWest_EventScript_23D518:: @ 823D518
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D52D:: @ 823D52D
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DABF, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DABF, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D536:: @ 823D536
|
||||
@@ -128,10 +128,10 @@ BattleFrontier_OutsideWest_EventScript_23D53D:: @ 823D53D
|
||||
BattleFrontier_OutsideWest_EventScript_23D544:: @ 823D544
|
||||
applymovement 9, BattleFrontier_OutsideWest_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DB7D, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DB7D, MSGBOX_DEFAULT
|
||||
applymovement 10, BattleFrontier_OutsideWest_Movement_2725A4
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DBCE, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DBCE, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 25
|
||||
applymovement 9, BattleFrontier_OutsideWest_Movement_2725A6
|
||||
@@ -152,7 +152,7 @@ BattleFrontier_OutsideWest_EventScript_23D57F:: @ 823D57F
|
||||
call_if 1, BattleFrontier_OutsideWest_EventScript_23D5BA
|
||||
compare VAR_FACING, 4
|
||||
call_if 1, BattleFrontier_OutsideWest_EventScript_23D5BA
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DC36, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DC36, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -224,7 +224,7 @@ BattleFrontier_OutsideWest_Movement_23D632: @ 823D632
|
||||
BattleFrontier_OutsideWest_EventScript_23D635:: @ 823D635
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DD3B, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DD3B, MSGBOX_DEFAULT
|
||||
random 2
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_OutsideWest_EventScript_23D653
|
||||
@@ -232,71 +232,71 @@ BattleFrontier_OutsideWest_EventScript_23D635:: @ 823D635
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D653:: @ 823D653
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DD7A, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DD7A, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D65D:: @ 823D65D
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DDAD, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DDAD, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D667:: @ 823D667
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DE15, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DE15, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D670:: @ 823D670
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DF7D, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DF7D, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D679:: @ 823D679
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DEFD, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DEFD, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D682:: @ 823D682
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DEB4, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DEB4, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D68B:: @ 823D68B
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DFBF, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23DFBF, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D694:: @ 823D694
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E01E, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E01E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D69D:: @ 823D69D
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E09F, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E09F, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6A6:: @ 823D6A6
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E102, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E102, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6AF:: @ 823D6AF
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E154, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E154, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6B8:: @ 823D6B8
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E273, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E273, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6C3:: @ 823D6C3
|
||||
lock
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E2E9, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E2E9, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6CE:: @ 823D6CE
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E37E, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E37E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6D7:: @ 823D6D7
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E410, 4
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E410, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 23, BattleFrontier_OutsideWest_Movement_2725A2
|
||||
waitmovement 0
|
||||
@@ -304,7 +304,7 @@ BattleFrontier_OutsideWest_EventScript_23D6D7:: @ 823D6D7
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_EventScript_23D6EE:: @ 823D6EE
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E5A5, 2
|
||||
msgbox BattleFrontier_OutsideWest_Text_23E5A5, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D6F7: @ 823D6F7
|
||||
@@ -329,14 +329,14 @@ BattleFrontier_OutsideWest_Text_23D808: @ 823D808
|
||||
.string "May I see your TICKET?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D842: @ 823D842
|
||||
.string "{PLAYER} doesn’t have the TICKET…\p"
|
||||
.string "I’m terribly sorry.\p"
|
||||
.string "{PLAYER} doesn't have the TICKET…\p"
|
||||
.string "I'm terribly sorry.\p"
|
||||
.string "You must have a TICKET to board\n"
|
||||
.string "the ferry.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D89D: @ 823D89D
|
||||
.string "{PLAYER} flashed the TICKET.\p"
|
||||
.string "Perfect! That’s all you need!\p"
|
||||
.string "Perfect! That's all you need!\p"
|
||||
.string "And where would you like to go?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D8F2: @ 823D8F2
|
||||
@@ -356,13 +356,13 @@ BattleFrontier_OutsideWest_Text_23D97A: @ 823D97A
|
||||
.string "Then, where would you like to go?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D99C: @ 823D99C
|
||||
.string "I’m the best out of all my friends.\n"
|
||||
.string "I'm the best out of all my friends.\n"
|
||||
.string "But here…\l"
|
||||
.string "I’ve been useless!$"
|
||||
.string "I've been useless!$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23D9DD: @ 823D9DD
|
||||
.string "I want to go to the BATTLE TOWER,\n"
|
||||
.string "but I can’t find it even though I have\l"
|
||||
.string "but I can't find it even though I have\l"
|
||||
.string "a map of the BATTLE FRONTIER.\p"
|
||||
.string "This place is just too big!$"
|
||||
|
||||
@@ -373,40 +373,40 @@ BattleFrontier_OutsideWest_Text_23DA60: @ 823DA60
|
||||
.string "Urrrrp…$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DABF: @ 823DABF
|
||||
.string "It’s not as if just anyone can come\n"
|
||||
.string "It's not as if just anyone can come\n"
|
||||
.string "here, you know?\p"
|
||||
.string "Only those TRAINERS who’ve been\n"
|
||||
.string "Only those TRAINERS who've been\n"
|
||||
.string "recognized as tough are brought here.\p"
|
||||
.string "That’s why many TRAINERS don’t even\n"
|
||||
.string "That's why many TRAINERS don't even\n"
|
||||
.string "know about the BATTLE FRONTIER.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DB7D: @ 823DB7D
|
||||
.string "Hey, bro…\p"
|
||||
.string "Are you sure we can make challenges\n"
|
||||
.string "even if we don’t have any POKéMON?$"
|
||||
.string "even if we don't have any POKéMON?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DBCE: @ 823DBCE
|
||||
.string "Uh…\n"
|
||||
.string "I’m sure it’ll be okay.\p"
|
||||
.string "I'm sure it'll be okay.\p"
|
||||
.string "I think…\p"
|
||||
.string "But remember that big scary guy?\n"
|
||||
.string "He said, “I’ll lend you POKéMON!”$"
|
||||
.string "He said, “I'll lend you POKéMON!”$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DC36: @ 823DC36
|
||||
.string "That’s the BATTLE FACTORY.\n"
|
||||
.string "That's the BATTLE FACTORY.\n"
|
||||
.string "You can rent strong POKéMON there.\p"
|
||||
.string "But it makes me wonder.\n"
|
||||
.string "Who’s raising those rental POKéMON?$"
|
||||
.string "Who's raising those rental POKéMON?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DCB0: @ 823DCB0
|
||||
.string "I’m scared of going into the BATTLE\n"
|
||||
.string "I'm scared of going into the BATTLE\n"
|
||||
.string "PIKE because of SEVIPER…\p"
|
||||
.string "B-but I came all the way here, so I will\n"
|
||||
.string "try to conquer everything!\l"
|
||||
.string "…Shudder…$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DD3B: @ 823DD3B
|
||||
.string "Let’s play rock, paper, scissors!\n"
|
||||
.string "Let's play rock, paper, scissors!\n"
|
||||
.string "One, two, three!\p"
|
||||
.string "… … … … … …$"
|
||||
|
||||
@@ -417,53 +417,53 @@ BattleFrontier_OutsideWest_Text_23DD7A: @ 823DD7A
|
||||
BattleFrontier_OutsideWest_Text_23DDAD: @ 823DDAD
|
||||
.string "Oh, no…\n"
|
||||
.string "I lost.\p"
|
||||
.string "I guess I’m not very lucky today.\n"
|
||||
.string "I’ll put off my BATTLE PIKE challenge\l"
|
||||
.string "I guess I'm not very lucky today.\n"
|
||||
.string "I'll put off my BATTLE PIKE challenge\l"
|
||||
.string "until tomorrow.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DE15: @ 823DE15
|
||||
.string "I believe I’m the only person here who,\n"
|
||||
.string "I believe I'm the only person here who,\n"
|
||||
.string "for some unknown reason, would choose\l"
|
||||
.string "fishing over battling.\p"
|
||||
.string "Huh? You can’t catch anything here?\n"
|
||||
.string "That’s disappointing…$"
|
||||
.string "Huh? You can't catch anything here?\n"
|
||||
.string "That's disappointing…$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DEB4: @ 823DEB4
|
||||
.string "Today, I’m going to keep battling, no\n"
|
||||
.string "Today, I'm going to keep battling, no\n"
|
||||
.string "matter what, until I get a Symbol.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DEFD: @ 823DEFD
|
||||
.string "Oh? You’re off to challenge\n"
|
||||
.string "Oh? You're off to challenge\n"
|
||||
.string "the BATTLE DOME?\p"
|
||||
.string "I’ll wish you the best of luck.\n"
|
||||
.string "I'll wish you the best of luck.\n"
|
||||
.string "Let us both win our way up and meet\l"
|
||||
.string "in challenges.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DF7D: @ 823DF7D
|
||||
.string "Grandpa, over here!\n"
|
||||
.string "The BATTLE DOME is here!\l"
|
||||
.string "Go get ’em, Grandpa!$"
|
||||
.string "Go get 'em, Grandpa!$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23DFBF: @ 823DFBF
|
||||
.string "Ah, so this here is the BATTLE DOME?\n"
|
||||
.string "I won’t let GENTLEMEN beat me!\p"
|
||||
.string "I won't let GENTLEMEN beat me!\p"
|
||||
.string "But where is the entrance?$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23E01E: @ 823E01E
|
||||
.string "There used to be nothing here not all\n"
|
||||
.string "that long ago.\p"
|
||||
.string "But, now look at this place! Amazing!\n"
|
||||
.string "I’ll bring my mother out to see this.$"
|
||||
.string "I'll bring my mother out to see this.$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23E09F: @ 823E09F
|
||||
.string "I’ve finally arrived at the BATTLE\n"
|
||||
.string "I've finally arrived at the BATTLE\n"
|
||||
.string "FRONTIER!\p"
|
||||
.string "I’m sure to grab attention with\n"
|
||||
.string "I'm sure to grab attention with\n"
|
||||
.string "my looks and ability!$"
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23E102: @ 823E102
|
||||
.string "Munch, munch…\p"
|
||||
.string "It looks like this square’s filled with\n"
|
||||
.string "It looks like this square's filled with\n"
|
||||
.string "tough people.\p"
|
||||
.string "Munch, munch…$"
|
||||
|
||||
@@ -482,7 +482,7 @@ BattleFrontier_OutsideWest_Text_23E154: @ 823E154
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23E273: @ 823E273
|
||||
.string "Huh? Will you listen to yourself?\n"
|
||||
.string "That’s nothing!\p"
|
||||
.string "That's nothing!\p"
|
||||
.string "Why, the last time I cheered for him,\n"
|
||||
.string "our eyes met and sparks flew!$"
|
||||
|
||||
@@ -504,7 +504,7 @@ BattleFrontier_OutsideWest_Text_23E37E: @ 823E37E
|
||||
|
||||
BattleFrontier_OutsideWest_Text_23E410: @ 823E410
|
||||
.string "Those people squabbling over there…\p"
|
||||
.string "It’s hard to believe, but they once\n"
|
||||
.string "It's hard to believe, but they once\n"
|
||||
.string "were TRAINERS, and good ones, too.\p"
|
||||
.string "They used to be incredibly tough,\n"
|
||||
.string "and they were famous, too.\p"
|
||||
@@ -512,7 +512,7 @@ BattleFrontier_OutsideWest_Text_23E410: @ 823E410
|
||||
.string "certain TRAINER at a tournament.\p"
|
||||
.string "They were so thoroughly whipped,\n"
|
||||
.string "they became smitten by the TRAINER.\p"
|
||||
.string "Now they’re just fans of the TRAINER.\n"
|
||||
.string "Now they're just fans of the TRAINER.\n"
|
||||
.string "They go cheer for their idol at the\l"
|
||||
.string "BATTLE DOME every day now.$"
|
||||
|
||||
@@ -520,7 +520,7 @@ BattleFrontier_OutsideWest_Text_23E5A5: @ 823E5A5
|
||||
.string "I heard a rumor that someone saw\n"
|
||||
.string "a POKéMON with an unusually long tail\l"
|
||||
.string "somewhere in the BATTLE FRONTIER.\p"
|
||||
.string "It must be adorable. I’m sure of it…\p"
|
||||
.string "It must be adorable. I'm sure of it…\p"
|
||||
.string "Oh, challenges can wait. I feel driven\n"
|
||||
.string "to find the delightful creature!$"
|
||||
|
||||
|
||||
@@ -16,15 +16,15 @@ BattleFrontier_PokemonCenter_1F_EventScript_267908:: @ 8267908
|
||||
end
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_EventScript_267916:: @ 8267916
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267944, 2
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267944, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_EventScript_26791F:: @ 826791F
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_2679EB, 2
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_2679EB, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_EventScript_267928:: @ 8267928
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267A4B, 2
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267A4B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_EventScript_267931:: @ 8267931
|
||||
@@ -32,26 +32,26 @@ BattleFrontier_PokemonCenter_1F_EventScript_267931:: @ 8267931
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_SKITTY, 0
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267A90, 4
|
||||
msgbox BattleFrontier_PokemonCenter_1F_Text_267A90, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_Text_267944: @ 8267944
|
||||
.string "There was someone here using a \n"
|
||||
.string "POKéMON I’ve never seen before.\p"
|
||||
.string "POKéMON I've never seen before.\p"
|
||||
.string "I never learned about it at\n"
|
||||
.string "TRAINER’S SCHOOL at least.\p"
|
||||
.string "TRAINER'S SCHOOL at least.\p"
|
||||
.string "I wonder where you can catch POKéMON\n"
|
||||
.string "like that.$"
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_Text_2679EB: @ 82679EB
|
||||
.string "Okay! Next stop, the BATTLE ARENA!\n"
|
||||
.string "I’d better get the right POKéMON from\l"
|
||||
.string "I'd better get the right POKéMON from\l"
|
||||
.string "the PC Storage System.$"
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_Text_267A4B: @ 8267A4B
|
||||
.string "Giggle… I’m going to go through every\n"
|
||||
.string "Giggle… I'm going to go through every\n"
|
||||
.string "challenge with just this baby!$"
|
||||
|
||||
BattleFrontier_PokemonCenter_1F_Text_267A90: @ 8267A90
|
||||
|
||||
@@ -71,34 +71,34 @@ BattleFrontier_RankingHall_EventScript_25E522:: @ 825E522
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E52F:: @ 825E52F
|
||||
msgbox BattleFrontier_RankingHall_Text_25E57C, 2
|
||||
msgbox BattleFrontier_RankingHall_Text_25E57C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E538:: @ 825E538
|
||||
msgbox BattleFrontier_RankingHall_Text_25E5F9, 3
|
||||
msgbox BattleFrontier_RankingHall_Text_25E5F9, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E541:: @ 825E541
|
||||
msgbox BattleFrontier_RankingHall_Text_25E62E, 3
|
||||
msgbox BattleFrontier_RankingHall_Text_25E62E, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E54A:: @ 825E54A
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_RankingHall_Text_25E666, 5
|
||||
msgbox BattleFrontier_RankingHall_Text_25E666, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq BattleFrontier_RankingHall_EventScript_25E569
|
||||
msgbox BattleFrontier_RankingHall_Text_25E6B6, 4
|
||||
msgbox BattleFrontier_RankingHall_Text_25E6B6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E569:: @ 825E569
|
||||
msgbox BattleFrontier_RankingHall_Text_25E685, 4
|
||||
msgbox BattleFrontier_RankingHall_Text_25E685, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_EventScript_25E573:: @ 825E573
|
||||
msgbox BattleFrontier_RankingHall_Text_25E715, 2
|
||||
msgbox BattleFrontier_RankingHall_Text_25E715, MSGBOX_NPC
|
||||
end
|
||||
|
||||
BattleFrontier_RankingHall_Text_25E57C: @ 825E57C
|
||||
@@ -119,17 +119,17 @@ BattleFrontier_RankingHall_Text_25E666: @ 825E666
|
||||
.string "Hi, is your name on this list?$"
|
||||
|
||||
BattleFrontier_RankingHall_Text_25E685: @ 825E685
|
||||
.string "Wow, that’s super!\n"
|
||||
.string "I’ll have to try harder, too!$"
|
||||
.string "Wow, that's super!\n"
|
||||
.string "I'll have to try harder, too!$"
|
||||
|
||||
BattleFrontier_RankingHall_Text_25E6B6: @ 825E6B6
|
||||
.string "Oh, is that right?\p"
|
||||
.string "If you saw your friend’s name up here,\n"
|
||||
.string "If you saw your friend's name up here,\n"
|
||||
.string "I bet it would make you work harder!$"
|
||||
|
||||
BattleFrontier_RankingHall_Text_25E715: @ 825E715
|
||||
.string "Hmm…\n"
|
||||
.string "My name’s not up there…\p"
|
||||
.string "Well, it’s only natural since I haven’t\n"
|
||||
.string "My name's not up there…\p"
|
||||
.string "Well, it's only natural since I haven't\n"
|
||||
.string "taken any challenges yet.$"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ BattleFrontier_ReceptionGate_EventScript_2661F3:: @ 82661F3
|
||||
waitmovement 0
|
||||
applymovement 1, BattleFrontier_ReceptionGate_Movement_27259A
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266580, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266580, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 255, BattleFrontier_ReceptionGate_Movement_2662D2
|
||||
waitmovement 0
|
||||
@@ -27,16 +27,16 @@ BattleFrontier_ReceptionGate_EventScript_2661F3:: @ 82661F3
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266229:: @ 8266229
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665B2, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665F7, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665B2, MSGBOX_DEFAULT
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665F7, MSGBOX_DEFAULT
|
||||
playfanfare MUS_FANFA4
|
||||
message BattleFrontier_ReceptionGate_Text_266676
|
||||
waitfanfare
|
||||
waitmessage
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266695, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266695, MSGBOX_DEFAULT
|
||||
setflag FLAG_SYS_FRONTIER_PASS
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266703, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, MSGBOX_DEFAULT
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266703, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_ReceptionGate_Movement_2725A6
|
||||
applymovement 2, BattleFrontier_ReceptionGate_Movement_2725A6
|
||||
@@ -47,14 +47,14 @@ BattleFrontier_ReceptionGate_EventScript_266229:: @ 8266229
|
||||
applymovement 2, BattleFrontier_ReceptionGate_Movement_272598
|
||||
applymovement 255, BattleFrontier_ReceptionGate_Movement_272598
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266733, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266733, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, BattleFrontier_ReceptionGate_Movement_2662F0
|
||||
applymovement 2, BattleFrontier_ReceptionGate_Movement_2662F6
|
||||
applymovement 255, BattleFrontier_ReceptionGate_Movement_2662D7
|
||||
applymovement 4, BattleFrontier_ReceptionGate_Movement_2662E0
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266764, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266764, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 4, BattleFrontier_ReceptionGate_Movement_2662E8
|
||||
waitmovement 0
|
||||
@@ -121,15 +121,15 @@ BattleFrontier_ReceptionGate_Movement_2662F6: @ 82662F6
|
||||
BattleFrontier_ReceptionGate_EventScript_2662FC:: @ 82662FC
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665B2, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2665B2, MSGBOX_DEFAULT
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266310:: @ 8266310
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266857, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266857, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
@@ -154,59 +154,59 @@ BattleFrontier_ReceptionGate_EventScript_266320:: @ 8266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663AE:: @ 82663AE
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2668C2, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2668C2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663BC:: @ 82663BC
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26696F, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26696F, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663CA:: @ 82663CA
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266A34, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266A34, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663D8:: @ 82663D8
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266AC2, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266AC2, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663E6:: @ 82663E6
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266B5D, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266B5D, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2663F4:: @ 82663F4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266C24, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266C24, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266402:: @ 8266402
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266CBB, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266CBB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266410:: @ 8266410
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266D1C, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266D1C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_26641E:: @ 826641E
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266DCB, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266DCB, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266320
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_26642C:: @ 826642C
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266436:: @ 8266436
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266E66, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266E66, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
@@ -225,39 +225,39 @@ BattleFrontier_ReceptionGate_EventScript_266446:: @ 8266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664A4:: @ 82664A4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266F04, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266F04, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664B2:: @ 82664B2
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266F69, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_266F69, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664C0:: @ 82664C0
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267080, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267080, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664CE:: @ 82664CE
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26716A, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26716A, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664DC:: @ 82664DC
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267298, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267298, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266446
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664EA:: @ 82664EA
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_2664F4:: @ 82664F4
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267357, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_267357, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266504
|
||||
end
|
||||
|
||||
@@ -274,22 +274,22 @@ BattleFrontier_ReceptionGate_EventScript_266504:: @ 8266504
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_26654C:: @ 826654C
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2673A1, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2673A1, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266504
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_26655A:: @ 826655A
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2674F3, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2674F3, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266504
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266568:: @ 8266568
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26761C, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_26761C, MSGBOX_DEFAULT
|
||||
goto BattleFrontier_ReceptionGate_EventScript_266504
|
||||
end
|
||||
|
||||
BattleFrontier_ReceptionGate_EventScript_266576:: @ 8266576
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, 4
|
||||
msgbox BattleFrontier_ReceptionGate_Text_2666C6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -304,7 +304,7 @@ BattleFrontier_ReceptionGate_Text_2665B2: @ 82665B2
|
||||
BattleFrontier_ReceptionGate_Text_2665F7: @ 82665F7
|
||||
.string "For a first-time visitor, we issue\n"
|
||||
.string "the FRONTIER PASS.\p"
|
||||
.string "It’s for use at all the facilities\n"
|
||||
.string "It's for use at all the facilities\n"
|
||||
.string "in the BATTLE FRONTIER.\p"
|
||||
.string "Here you are!$"
|
||||
|
||||
@@ -321,7 +321,7 @@ BattleFrontier_ReceptionGate_Text_2666C6: @ 82666C6
|
||||
.string "FRONTIER has to offer!$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266703: @ 8266703
|
||||
.string "???: Well, if it isn’t {PLAYER}{KUN}!\n"
|
||||
.string "???: Well, if it isn't {PLAYER}{KUN}!\n"
|
||||
.string "You came out here!$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266733: @ 8266733
|
||||
@@ -329,17 +329,17 @@ BattleFrontier_ReceptionGate_Text_266733: @ 8266733
|
||||
.string "Good day to you, sir!$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266764: @ 8266764
|
||||
.string "SCOTT: It’s great to see you here,\n"
|
||||
.string "SCOTT: It's great to see you here,\n"
|
||||
.string "it really is!\p"
|
||||
.string "I hope you’ll take your time and\n"
|
||||
.string "I hope you'll take your time and\n"
|
||||
.string "explore everywhere.\p"
|
||||
.string "Naturally, I hope you’ll also experience\n"
|
||||
.string "Naturally, I hope you'll also experience\n"
|
||||
.string "the pure essence of battling.\p"
|
||||
.string "I also have my quarters here, so feel\n"
|
||||
.string "free to visit if you have time.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266857: @ 8266857
|
||||
.string "I’m your guide to the various facilities\n"
|
||||
.string "I'm your guide to the various facilities\n"
|
||||
.string "here in the BATTLE FRONTIER.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_26689D: @ 826689D
|
||||
@@ -347,7 +347,7 @@ BattleFrontier_ReceptionGate_Text_26689D: @ 826689D
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_2668C2: @ 82668C2
|
||||
.string "It is the gigantic tower considered\n"
|
||||
.string "to be the BATTLE FRONTIER’s symbol.\p"
|
||||
.string "to be the BATTLE FRONTIER's symbol.\p"
|
||||
.string "There are four kinds of BATTLE ROOMS\n"
|
||||
.string "in the tower for SINGLE, DOUBLE, MULTI,\l"
|
||||
.string "and LINK MULTI BATTLES.$"
|
||||
@@ -412,7 +412,7 @@ BattleFrontier_ReceptionGate_Text_266DCB: @ 8266DCB
|
||||
.string "for fabulous prizes there.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266E66: @ 8266E66
|
||||
.string "I’m your guide to the basic rules that\n"
|
||||
.string "I'm your guide to the basic rules that\n"
|
||||
.string "are common to all the challenges\l"
|
||||
.string "offered by the facilities in the BATTLE\l"
|
||||
.string "FRONTIER.$"
|
||||
@@ -422,7 +422,7 @@ BattleFrontier_ReceptionGate_Text_266EE0: @ 8266EE0
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266F04: @ 8266F04
|
||||
.string "All the challenges at the BATTLE\n"
|
||||
.string "FRONTIER’s facilities come in\l"
|
||||
.string "FRONTIER's facilities come in\l"
|
||||
.string "two courses--Level 50 and Open Level.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_266F69: @ 8266F69
|
||||
@@ -466,7 +466,7 @@ BattleFrontier_ReceptionGate_Text_267298: @ 8267298
|
||||
.string "different items.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_267357: @ 8267357
|
||||
.string "I’m your guide to the FRONTIER PASS.$"
|
||||
.string "I'm your guide to the FRONTIER PASS.$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_26737C: @ 826737C
|
||||
.string "Which would you like to learn about?$"
|
||||
@@ -480,7 +480,7 @@ BattleFrontier_ReceptionGate_Text_2673A1: @ 82673A1
|
||||
.string "To earn a symbol, TRAINERS may need\n"
|
||||
.string "to defeat other TRAINERS in a row,\l"
|
||||
.string "and may need to win events repeatedly.\p"
|
||||
.string "It’s certainly not easy to win symbols.\n"
|
||||
.string "It's certainly not easy to win symbols.\n"
|
||||
.string "I wish you the best of luck!$"
|
||||
|
||||
BattleFrontier_ReceptionGate_Text_2674F3: @ 82674F3
|
||||
|
||||
@@ -46,7 +46,7 @@ BattleFrontier_ScottsHouse_EventScript_263704:: @ 8263704
|
||||
goto_if 0, BattleFrontier_ScottsHouse_EventScript_2636EC
|
||||
checkflag FLAG_SYS_PYRAMID_SILVER
|
||||
goto_if 0, BattleFrontier_ScottsHouse_EventScript_2636EC
|
||||
msgbox BattleFrontier_ScottsHouse_Text_2640BC, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_2640BC, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_LANSAT_BERRY
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_2637D0
|
||||
@@ -70,7 +70,7 @@ BattleFrontier_ScottsHouse_EventScript_26376A:: @ 826376A
|
||||
goto_if 0, BattleFrontier_ScottsHouse_EventScript_2636EC
|
||||
checkflag FLAG_SYS_PYRAMID_GOLD
|
||||
goto_if 0, BattleFrontier_ScottsHouse_EventScript_2636EC
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264216, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264216, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_STARF_BERRY
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_2637D0
|
||||
@@ -80,12 +80,12 @@ BattleFrontier_ScottsHouse_EventScript_26376A:: @ 826376A
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_2637D0:: @ 82637D0
|
||||
msgbox BattleFrontier_ScottsHouse_Text_2643EB, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_2643EB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_2637DA:: @ 82637DA
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264373, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264373, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -95,17 +95,17 @@ BattleFrontier_ScottsHouse_EventScript_2637E4:: @ 82637E4
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_263807
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_263811
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263DDD, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263DDD, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_263807:: @ 8263807
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263F12, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263F12, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_263811:: @ 8263811
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263FFE, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263FFE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -133,7 +133,7 @@ BattleFrontier_ScottsHouse_EventScript_26381B:: @ 826381B
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_26387A:: @ 826387A
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264412, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264412, MSGBOX_DEFAULT
|
||||
givedecoration_std 42
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_2638A0
|
||||
@@ -143,12 +143,12 @@ BattleFrontier_ScottsHouse_EventScript_26387A:: @ 826387A
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_2638A0:: @ 82638A0
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264583, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264583, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_2638AA:: @ 82638AA
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264546, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_264546, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -176,7 +176,7 @@ BattleFrontier_ScottsHouse_EventScript_2638B4:: @ 82638B4
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_263913:: @ 8263913
|
||||
msgbox BattleFrontier_ScottsHouse_Text_26449F, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_26449F, MSGBOX_DEFAULT
|
||||
givedecoration_std 43
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_2638A0
|
||||
@@ -186,12 +186,12 @@ BattleFrontier_ScottsHouse_EventScript_263913:: @ 8263913
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_263939:: @ 8263939
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263DB8, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263DB8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_ScottsHouse_EventScript_263943:: @ 8263943
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263A3F, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263A3F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 30
|
||||
compare VAR_FACING, 2
|
||||
@@ -202,10 +202,10 @@ BattleFrontier_ScottsHouse_EventScript_263943:: @ 8263943
|
||||
call_if 1, BattleFrontier_ScottsHouse_EventScript_263A29
|
||||
compare VAR_FACING, 3
|
||||
call_if 1, BattleFrontier_ScottsHouse_EventScript_263A34
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263B29, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263B29, MSGBOX_DEFAULT
|
||||
applymovement 1, BattleFrontier_ScottsHouse_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263BD4, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263BD4, MSGBOX_DEFAULT
|
||||
compare VAR_0x40D1, 13
|
||||
goto_eq BattleFrontier_ScottsHouse_EventScript_2639BC
|
||||
compare VAR_0x40D1, 9
|
||||
@@ -242,7 +242,7 @@ BattleFrontier_ScottsHouse_EventScript_2639E9:: @ 82639E9
|
||||
BattleFrontier_ScottsHouse_EventScript_2639F8:: @ 82639F8
|
||||
special sub_813A9D0
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263CB0, 9
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263CD0, 4
|
||||
msgbox BattleFrontier_ScottsHouse_Text_263CD0, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x1D1
|
||||
setflag FLAG_TEMP_2
|
||||
release
|
||||
@@ -274,7 +274,7 @@ BattleFrontier_ScottsHouse_Text_263A3F: @ 8263A3F
|
||||
.string "Anyway, {PLAYER}{KUN}, let me formally\n"
|
||||
.string "welcome you to the BATTLE FRONTIER.\p"
|
||||
.string "This is my dream come true.\n"
|
||||
.string "It took me years and years, but I’ve\l"
|
||||
.string "It took me years and years, but I've\l"
|
||||
.string "finally given shape to my dream.$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_263B29: @ 8263B29
|
||||
@@ -286,10 +286,10 @@ BattleFrontier_ScottsHouse_Text_263B29: @ 8263B29
|
||||
.string "or time it took to make this real.$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_263BD4: @ 8263BD4
|
||||
.string "But that’s all in the past.\n"
|
||||
.string "But that's all in the past.\n"
|
||||
.string "No point dwelling on that!\p"
|
||||
.string "All I want for you is to enjoy battling\n"
|
||||
.string "to your heart’s content here.\p"
|
||||
.string "to your heart's content here.\p"
|
||||
.string "{PLAYER}{KUN}, I want you to have this\n"
|
||||
.string "as a memento for all the time our\l"
|
||||
.string "paths crossed on our journeys.$"
|
||||
@@ -308,17 +308,17 @@ BattleFrontier_ScottsHouse_Text_263CD0: @ 8263CD0
|
||||
.string "see fit, like trading them for items.$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_263DB8: @ 8263DB8
|
||||
.string "I’m expecting great things from you!$"
|
||||
.string "I'm expecting great things from you!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_263DDD: @ 8263DDD
|
||||
.string "SCOTT: Every TRAINER is an individual.\n"
|
||||
.string "They all lead lives of their own.\p"
|
||||
.string "But when they’re in a battle,\n"
|
||||
.string "it doesn’t matter who they are.\p"
|
||||
.string "They’re all the same!\p"
|
||||
.string "But when they're in a battle,\n"
|
||||
.string "it doesn't matter who they are.\p"
|
||||
.string "They're all the same!\p"
|
||||
.string "I love the purity of battle,\n"
|
||||
.string "where everyone is equal.\p"
|
||||
.string "That’s why I go everywhere seeking\n"
|
||||
.string "That's why I go everywhere seeking\n"
|
||||
.string "TRAINERS who are serious about\l"
|
||||
.string "battling, and invite them here.$"
|
||||
|
||||
@@ -329,11 +329,11 @@ BattleFrontier_ScottsHouse_Text_263F12: @ 8263F12
|
||||
.string "symbols from them?\p"
|
||||
.string "I handpicked the FRONTIER BRAINS\n"
|
||||
.string "as the toughest TRAINERS anywhere.\p"
|
||||
.string "But I’m sure that seeing how tough\n"
|
||||
.string "But I'm sure that seeing how tough\n"
|
||||
.string "you are will startle even them!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_263FFE: @ 8263FFE
|
||||
.string "SCOTT: You don’t just train for battle,\n"
|
||||
.string "SCOTT: You don't just train for battle,\n"
|
||||
.string "right?\p"
|
||||
.string "I think I remember you working on\n"
|
||||
.string "a POKéDEX as well.\p"
|
||||
@@ -348,34 +348,34 @@ BattleFrontier_ScottsHouse_Text_2640BC: @ 82640BC
|
||||
.string "…Wait a second…\n"
|
||||
.string "Oh!\p"
|
||||
.string "Your FRONTIER PASS!\n"
|
||||
.string "You’ve collected the full set\l"
|
||||
.string "You've collected the full set\l"
|
||||
.string "of silver symbols!\p"
|
||||
.string "That’s more than impressive!\n"
|
||||
.string "That's more than impressive!\n"
|
||||
.string "You are tough, just as I suspected!\p"
|
||||
.string "Normally, I wouldn’t do something\n"
|
||||
.string "Normally, I wouldn't do something\n"
|
||||
.string "like this, but this is a special time!\p"
|
||||
.string "I want you to have this.\n"
|
||||
.string "I’m sure you can put it to proper use.$"
|
||||
.string "I'm sure you can put it to proper use.$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_264216: @ 8264216
|
||||
.string "SCOTT: I hope you’re enjoying\n"
|
||||
.string "SCOTT: I hope you're enjoying\n"
|
||||
.string "everything in the BATTLE FRONTIER.\p"
|
||||
.string "…Wait a second…\n"
|
||||
.string "Oh, my disbelieving eyes!\p"
|
||||
.string "Your FRONTIER PASS!\n"
|
||||
.string "You’ve gathered up the full set\l"
|
||||
.string "You've gathered up the full set\l"
|
||||
.string "of gold symbols!\p"
|
||||
.string "That’s more than stupendous!\n"
|
||||
.string "You’re incredible, just as I suspected!\p"
|
||||
.string "That's more than stupendous!\n"
|
||||
.string "You're incredible, just as I suspected!\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "{PLAYER}, you’ve got to accept this!\p"
|
||||
.string "{PLAYER}, you've got to accept this!\p"
|
||||
.string "I think you will be able to\n"
|
||||
.string "appreciate the value of my gift!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_264373: @ 8264373
|
||||
.string "I must say I have the gift of knowing\n"
|
||||
.string "a good TRAINER when I see one.\p"
|
||||
.string "I’m so glad I had the foresight to\n"
|
||||
.string "I'm so glad I had the foresight to\n"
|
||||
.string "bring you here!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_2643EB: @ 82643EB
|
||||
@@ -386,18 +386,18 @@ BattleFrontier_ScottsHouse_Text_264412: @ 8264412
|
||||
.string "SCOTT: Oh, I heard about you!\n"
|
||||
.string "How you ruled the BATTLE TOWER!\l"
|
||||
.string "You beat over 50 TRAINERS in a row?\p"
|
||||
.string "That’s fantastic!\n"
|
||||
.string "That's fantastic!\n"
|
||||
.string "I want you to have this!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_26449F: @ 826449F
|
||||
.string "SCOTT: Oh, my! I heard about you!\n"
|
||||
.string "How you overwhelmed the BATTLE TOWER!\l"
|
||||
.string "You beat over 100 TRAINERS in a row?\p"
|
||||
.string "That’s ridiculously spectacular!\n"
|
||||
.string "You’ve got to have this!$"
|
||||
.string "That's ridiculously spectacular!\n"
|
||||
.string "You've got to have this!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_264546: @ 8264546
|
||||
.string "I’ll be expecting to hear even greater\n"
|
||||
.string "I'll be expecting to hear even greater\n"
|
||||
.string "things about you now!$"
|
||||
|
||||
BattleFrontier_ScottsHouse_Text_264583: @ 8264583
|
||||
|
||||
@@ -4,10 +4,10 @@ BirthIsland_Harbor_MapScripts:: @ 826805C
|
||||
BirthIsland_Harbor_EventScript_26805D:: @ 826805D
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BirthIsland_Harbor_Text_2C6B90, 5
|
||||
msgbox BirthIsland_Harbor_Text_2C6B90, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq BirthIsland_Harbor_EventScript_2680A2
|
||||
msgbox BirthIsland_Harbor_Text_2A6A5D, 4
|
||||
msgbox BirthIsland_Harbor_Text_2A6A5D, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, BirthIsland_Harbor_Movement_2725AA
|
||||
waitmovement 0
|
||||
@@ -21,7 +21,7 @@ BirthIsland_Harbor_EventScript_26805D:: @ 826805D
|
||||
end
|
||||
|
||||
BirthIsland_Harbor_EventScript_2680A2:: @ 82680A2
|
||||
msgbox BirthIsland_Harbor_Text_2A6A82, 4
|
||||
msgbox BirthIsland_Harbor_Text_2A6A82, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ CaveOfOrigin_B1F_MapScripts:: @ 82357A8
|
||||
CaveOfOrigin_B1F_EventScript_2357A9:: @ 82357A9
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CaveOfOrigin_B1F_Text_23586E, 4
|
||||
msgbox CaveOfOrigin_B1F_Text_23586E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, CaveOfOrigin_B1F_Movement_2725A6
|
||||
waitmovement 0
|
||||
@@ -47,7 +47,7 @@ CaveOfOrigin_B1F_EventScript_235842:: @ 8235842
|
||||
goto CaveOfOrigin_B1F_EventScript_2357F0
|
||||
|
||||
CaveOfOrigin_B1F_EventScript_23584D:: @ 823584D
|
||||
msgbox CaveOfOrigin_B1F_Text_235CEE, 4
|
||||
msgbox CaveOfOrigin_B1F_Text_235CEE, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
playse SE_KAIDAN
|
||||
fadescreenspeed 1, 4
|
||||
@@ -61,27 +61,27 @@ CaveOfOrigin_B1F_EventScript_23584D:: @ 823584D
|
||||
|
||||
CaveOfOrigin_B1F_Text_23586E: @ 823586E
|
||||
.string "Ah, so you are {PLAYER}{KUN}?\n"
|
||||
.string "I’ve heard tales of your exploits.\p"
|
||||
.string "I've heard tales of your exploits.\p"
|
||||
.string "My name is WALLACE.\p"
|
||||
.string "I was once the GYM LEADER of\n"
|
||||
.string "SOOTOPOLIS, but something came up.\p"
|
||||
.string "So now, I’ve entrusted my mentor JUAN\n"
|
||||
.string "with the GYM’s operation.\p"
|
||||
.string "So now, I've entrusted my mentor JUAN\n"
|
||||
.string "with the GYM's operation.\p"
|
||||
.string "… … … … … …\n"
|
||||
.string "… … … … … …\p"
|
||||
.string "GROUDON and KYOGRE, the two POKéMON\n"
|
||||
.string "wreaking havoc here, are considered\l"
|
||||
.string "to be super-ancient POKéMON.\p"
|
||||
.string "But there aren’t just two super-\n"
|
||||
.string "But there aren't just two super-\n"
|
||||
.string "ancient POKéMON.\p"
|
||||
.string "There is one more somewhere.\p"
|
||||
.string "Somewhere, there is a super-\n"
|
||||
.string "ancient POKéMON named RAYQUAZA.\p"
|
||||
.string "It’s said that it was RAYQUAZA that\n"
|
||||
.string "It's said that it was RAYQUAZA that\n"
|
||||
.string "becalmed the two combatants in\l"
|
||||
.string "the distant past.\p"
|
||||
.string "But even I have no clue as to\n"
|
||||
.string "RAYQUAZA’s whereabouts…$"
|
||||
.string "RAYQUAZA's whereabouts…$"
|
||||
|
||||
CaveOfOrigin_B1F_Text_235ACE: @ 8235ACE
|
||||
.string "WALLACE: {PLAYER}{KUN}, do you perhaps\n"
|
||||
@@ -90,7 +90,7 @@ CaveOfOrigin_B1F_Text_235ACE: @ 8235ACE
|
||||
|
||||
CaveOfOrigin_B1F_Text_235B23: @ 8235B23
|
||||
.string "WALLACE: The CAVE OF ORIGIN?\p"
|
||||
.string "But that’s right here!\n"
|
||||
.string "But that's right here!\n"
|
||||
.string "I need you to do better than that!\p"
|
||||
.string "Please, I need you to think about\n"
|
||||
.string "where RAYQUAZA might be right now.$"
|
||||
@@ -105,14 +105,14 @@ CaveOfOrigin_B1F_Text_235BBF: @ 8235BBF
|
||||
.string "more carefully for me?$"
|
||||
|
||||
CaveOfOrigin_B1F_Text_235C99: @ 8235C99
|
||||
.string "WALLACE: Huh? You don’t remember?\n"
|
||||
.string "Hmm… That’s a problem…\p"
|
||||
.string "Can’t you remember somehow?$"
|
||||
.string "WALLACE: Huh? You don't remember?\n"
|
||||
.string "Hmm… That's a problem…\p"
|
||||
.string "Can't you remember somehow?$"
|
||||
|
||||
CaveOfOrigin_B1F_Text_235CEE: @ 8235CEE
|
||||
.string "WALLACE: The SKY PILLAR?\p"
|
||||
.string "That’s it!\n"
|
||||
.string "That's it!\n"
|
||||
.string "It must be the SKY PILLAR!\p"
|
||||
.string "{PLAYER}{KUN}, there’s not a moment to lose!\n"
|
||||
.string "We’ll head to the SKY PILLAR right away!$"
|
||||
.string "{PLAYER}{KUN}, there's not a moment to lose!\n"
|
||||
.string "We'll head to the SKY PILLAR right away!$"
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ DesertRuins_EventScript_22D9DB:: @ 822D9DB
|
||||
end
|
||||
|
||||
DesertRuins_EventScript_22D9EE:: @ 822D9EE
|
||||
msgbox gUnknown_0827304E, 4
|
||||
msgbox gUnknown_0827304E, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
@@ -22,53 +22,53 @@ DewfordTown_EventScript_1E9511:: @ 81E9511
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E955A:: @ 81E955A
|
||||
msgbox DewfordTown_Text_1E9CE5, 4
|
||||
msgbox DewfordTown_Text_1E9CE5, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
goto DewfordTown_EventScript_1E9660
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E956A:: @ 81E956A
|
||||
msgbox DewfordTown_Text_1E9D3A, 4
|
||||
msgbox DewfordTown_Text_1E9D3A, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
goto DewfordTown_EventScript_1E96E7
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E957A:: @ 81E957A
|
||||
msgbox DewfordTown_Text_1E9D8F, 4
|
||||
msgbox DewfordTown_Text_1E9D8F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9585:: @ 81E9585
|
||||
msgbox DewfordTown_Text_1E9B24, 5
|
||||
msgbox DewfordTown_Text_1E9B24, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_EventScript_1E95A2
|
||||
msgbox DewfordTown_Text_1E9BD9, 4
|
||||
msgbox DewfordTown_Text_1E9BD9, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95A2:: @ 81E95A2
|
||||
msgbox DewfordTown_Text_1E9B7F, 4
|
||||
msgbox DewfordTown_Text_1E9B7F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
goto DewfordTown_EventScript_1E9660
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95B1:: @ 81E95B1
|
||||
msgbox DewfordTown_Text_1E99A8, 2
|
||||
msgbox DewfordTown_Text_1E99A8, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95BA:: @ 81E95BA
|
||||
msgbox DewfordTown_Text_1E9A0F, 3
|
||||
msgbox DewfordTown_Text_1E9A0F, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95C3:: @ 81E95C3
|
||||
msgbox DewfordTown_Text_1E9A3D, 3
|
||||
msgbox DewfordTown_Text_1E9A3D, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95CC:: @ 81E95CC
|
||||
msgbox DewfordTown_Text_1E9A7F, 3
|
||||
msgbox DewfordTown_Text_1E9A7F, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95D5:: @ 81E95D5
|
||||
@@ -76,7 +76,7 @@ DewfordTown_EventScript_1E95D5:: @ 81E95D5
|
||||
faceplayer
|
||||
checkflag FLAG_0x101
|
||||
goto_eq DewfordTown_EventScript_1E962A
|
||||
msgbox DewfordTown_Text_1E9DD1, 5
|
||||
msgbox DewfordTown_Text_1E9DD1, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_EventScript_1E95FF
|
||||
compare VAR_RESULT, 0
|
||||
@@ -84,15 +84,15 @@ DewfordTown_EventScript_1E95D5:: @ 81E95D5
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E95FF:: @ 81E95FF
|
||||
msgbox DewfordTown_Text_1E9E14, 4
|
||||
msgbox DewfordTown_Text_1E9E14, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_OLD_ROD
|
||||
setflag FLAG_0x101
|
||||
msgbox DewfordTown_Text_1E9E65, 4
|
||||
msgbox DewfordTown_Text_1E9E65, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9620:: @ 81E9620
|
||||
msgbox DewfordTown_Text_1E9F92, 4
|
||||
msgbox DewfordTown_Text_1E9F92, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -107,12 +107,12 @@ DewfordTown_EventScript_1E962A:: @ 81E962A
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E964C:: @ 81E964C
|
||||
msgbox DewfordTown_Text_1E9FD0, 4
|
||||
msgbox DewfordTown_Text_1E9FD0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9656:: @ 81E9656
|
||||
msgbox DewfordTown_Text_1EA004, 4
|
||||
msgbox DewfordTown_Text_1EA004, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -189,11 +189,11 @@ DewfordTown_EventScript_1E96E7:: @ 81E96E7
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9790:: @ 81E9790
|
||||
msgbox DewfordTown_Text_1EEC1D, 4
|
||||
msgbox DewfordTown_Text_1EEC1D, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
DewfordTown_EventScript_1E9799:: @ 81E9799
|
||||
msgbox DewfordTown_Text_1EEDA7, 4
|
||||
msgbox DewfordTown_Text_1EEDA7, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
DewfordTown_Movement_1E97A2: @ 81E97A2
|
||||
@@ -598,7 +598,7 @@ DewfordTown_EventScript_1E9922:: @ 81E9922
|
||||
lock
|
||||
faceplayer
|
||||
call DewfordTown_EventScript_271E8B
|
||||
msgbox DewfordTown_Text_1EA136, 5
|
||||
msgbox DewfordTown_Text_1EA136, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_EventScript_1E9948
|
||||
compare VAR_RESULT, 0
|
||||
@@ -606,12 +606,12 @@ DewfordTown_EventScript_1E9922:: @ 81E9922
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9948:: @ 81E9948
|
||||
msgbox DewfordTown_Text_1EA491, 4
|
||||
msgbox DewfordTown_Text_1EA491, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9952:: @ 81E9952
|
||||
msgbox DewfordTown_Text_1EA242, 4
|
||||
msgbox DewfordTown_Text_1EA242, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 9
|
||||
call DewfordTown_EventScript_271E7C
|
||||
lock
|
||||
@@ -626,17 +626,17 @@ DewfordTown_EventScript_1E997D:: @ 81E997D
|
||||
incrementgamestat 2
|
||||
compare VAR_0x8004, 0
|
||||
goto_eq DewfordTown_EventScript_1E999E
|
||||
msgbox DewfordTown_Text_1EA2AA, 4
|
||||
msgbox DewfordTown_Text_1EA2AA, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E9994:: @ 81E9994
|
||||
msgbox DewfordTown_Text_1EA443, 4
|
||||
msgbox DewfordTown_Text_1EA443, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_EventScript_1E999E:: @ 81E999E
|
||||
msgbox DewfordTown_Text_1EA3FE, 4
|
||||
msgbox DewfordTown_Text_1EA3FE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -656,12 +656,12 @@ DewfordTown_Text_1E9A3D: @ 81E9A3D
|
||||
|
||||
DewfordTown_Text_1E9A7F: @ 81E9A7F
|
||||
.string "DEWFORD HALL\n"
|
||||
.string "“Everyone’s information exchange!”$"
|
||||
.string "“Everyone's information exchange!”$"
|
||||
|
||||
Route104_Text_1E9AAF: @ 81E9AAF
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "We’ve hit land in DEWFORD.\p"
|
||||
.string "I suppose you’re off to deliver that\n"
|
||||
.string "We've hit land in DEWFORD.\p"
|
||||
.string "I suppose you're off to deliver that\n"
|
||||
.string "LETTER to, who was it now, STEVEN!$"
|
||||
|
||||
DewfordTown_Text_1E9B24: @ 81E9B24
|
||||
@@ -673,33 +673,33 @@ DewfordTown_Text_1E9B24: @ 81E9B24
|
||||
DewfordTown_Text_1E9B7F: @ 81E9B7F
|
||||
.string "MR. BRINEY: PETALBURG it is, then!\p"
|
||||
.string "Anchors aweigh!\n"
|
||||
.string "PEEKO, we’re setting sail, my darling!$"
|
||||
.string "PEEKO, we're setting sail, my darling!$"
|
||||
|
||||
DewfordTown_Text_1E9BD9: @ 81E9BD9
|
||||
.string "MR. BRINEY: Then you go on and deliver\n"
|
||||
.string "the LETTER. I’ll be waiting.$"
|
||||
.string "the LETTER. I'll be waiting.$"
|
||||
|
||||
Route104_Text_1E9C1D: @ 81E9C1D
|
||||
Route109_Text_1E9C1D: @ 81E9C1D
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "We’ve hit land in DEWFORD!\p"
|
||||
.string "We've hit land in DEWFORD!\p"
|
||||
.string "You just go on and tell me whenever\n"
|
||||
.string "you want to set sail again!$"
|
||||
|
||||
DewfordTown_Text_1E9C8A: @ 81E9C8A
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "For you, I’ll go out to sea anytime!\p"
|
||||
.string "For you, I'll go out to sea anytime!\p"
|
||||
.string "Now, my friend, where are we bound?$"
|
||||
|
||||
DewfordTown_Text_1E9CE5: @ 81E9CE5
|
||||
.string "MR. BRINEY: PETALBURG, is it?\p"
|
||||
.string "Anchors aweigh!\n"
|
||||
.string "PEEKO, we’re setting sail, my darling!$"
|
||||
.string "PEEKO, we're setting sail, my darling!$"
|
||||
|
||||
DewfordTown_Text_1E9D3A: @ 81E9D3A
|
||||
.string "MR. BRINEY: SLATEPORT, is it?\p"
|
||||
.string "Anchors aweigh!\n"
|
||||
.string "PEEKO, we’re setting sail, my darling!$"
|
||||
.string "PEEKO, we're setting sail, my darling!$"
|
||||
|
||||
DewfordTown_Text_1E9D8F: @ 81E9D8F
|
||||
.string "MR. BRINEY: You just tell me whenever\n"
|
||||
@@ -711,11 +711,11 @@ DewfordTown_Text_1E9DD1: @ 81E9DD1
|
||||
|
||||
DewfordTown_Text_1E9E14: @ 81E9E14
|
||||
.string "I hear you, and I like what\n"
|
||||
.string "you’re saying!\p"
|
||||
.string "I’ll give you one of my fishing RODS.$"
|
||||
.string "you're saying!\p"
|
||||
.string "I'll give you one of my fishing RODS.$"
|
||||
|
||||
DewfordTown_Text_1E9E65: @ 81E9E65
|
||||
.string "And, as an added bonus, I’ll even throw\n"
|
||||
.string "And, as an added bonus, I'll even throw\n"
|
||||
.string "in a little fishing advice!\p"
|
||||
.string "First, you want to face the water,\n"
|
||||
.string "then use the ROD.\p"
|
||||
@@ -728,19 +728,19 @@ DewfordTown_Text_1E9E65: @ 81E9E65
|
||||
|
||||
DewfordTown_Text_1E9F92: @ 81E9F92
|
||||
.string "Oh, is that so?\n"
|
||||
.string "That’s too bad, then.$"
|
||||
.string "That's too bad, then.$"
|
||||
|
||||
DewfordTown_Text_1E9FB8: @ 81E9FB8
|
||||
.string "Yo!\n"
|
||||
.string "How’s your fishing?$"
|
||||
.string "How's your fishing?$"
|
||||
|
||||
DewfordTown_Text_1E9FD0: @ 81E9FD0
|
||||
.string "Is that right! That’s great!\n"
|
||||
.string "Is that right! That's great!\n"
|
||||
.string "Haul in some big ones!$"
|
||||
|
||||
DewfordTown_Text_1EA004: @ 81EA004
|
||||
.string "Oh, hey, don’t get down on yourself!\n"
|
||||
.string "I’ll give you a little fishing advice.\p"
|
||||
.string "Oh, hey, don't get down on yourself!\n"
|
||||
.string "I'll give you a little fishing advice.\p"
|
||||
.string "First, you want to face the water,\n"
|
||||
.string "then use the ROD.\p"
|
||||
.string "Focus your mind…\n"
|
||||
@@ -751,49 +751,49 @@ DewfordTown_Text_1EA004: @ 81EA004
|
||||
.string "to haul them in.$"
|
||||
|
||||
DewfordTown_Text_1EA136: @ 81EA136
|
||||
.string "I like what’s hip, happening, and trendy.\n"
|
||||
.string "I’m always checking it out.\p"
|
||||
.string "I like what's hip, happening, and trendy.\n"
|
||||
.string "I'm always checking it out.\p"
|
||||
.string "Listen, have you heard about this new\n"
|
||||
.string "“{STR_VAR_1}”?\p"
|
||||
.string "That’s right!\n"
|
||||
.string "That's right!\n"
|
||||
.string "Of course you know!\p"
|
||||
.string "I mean, sheesh,\n"
|
||||
.string "“{STR_VAR_1}”…\l"
|
||||
.string "It’s the hottest thing in cool!\p"
|
||||
.string "Wherever you’re from,\n"
|
||||
.string "It's the hottest thing in cool!\p"
|
||||
.string "Wherever you're from,\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "is the biggest happening thing, right?$"
|
||||
|
||||
DewfordTown_Text_1EA242: @ 81EA242
|
||||
.string "Hunh?\n"
|
||||
.string "It’s not the hip and happening thing?\p"
|
||||
.string "It's not the hip and happening thing?\p"
|
||||
.string "Well, hey, you have to tell me,\n"
|
||||
.string "what’s new and what’s “in”?$"
|
||||
.string "what's new and what's “in”?$"
|
||||
|
||||
DewfordTown_Text_1EA2AA: @ 81EA2AA
|
||||
.string "Hunh?\n"
|
||||
.string "“{STR_VAR_2}”?\p"
|
||||
.string "… …\p"
|
||||
.string "…Uh… Yeah! That’s right!\n"
|
||||
.string "…Uh… Yeah! That's right!\n"
|
||||
.string "Yeah, I knew that! Knew it all along!\p"
|
||||
.string "Of course I know about that!\n"
|
||||
.string "“{STR_VAR_2},” right?\p"
|
||||
.string "Yeah, that’s it, it’s there!\n"
|
||||
.string "Isn’t “{STR_VAR_2}”\l"
|
||||
.string "Yeah, that's it, it's there!\n"
|
||||
.string "Isn't “{STR_VAR_2}”\l"
|
||||
.string "the coolest, or what?\p"
|
||||
.string "It’s the hippest thing in hip.\n"
|
||||
.string "You think I’d not know about it?\p"
|
||||
.string "It's the hippest thing in hip.\n"
|
||||
.string "You think I'd not know about it?\p"
|
||||
.string "“{STR_VAR_1}”…\n"
|
||||
.string "It’s, like, so five minutes ago.\p"
|
||||
.string "It's, like, so five minutes ago.\p"
|
||||
.string "Now, “{STR_VAR_2}” is\n"
|
||||
.string "what’s vital and in tune with the times!$"
|
||||
.string "what's vital and in tune with the times!$"
|
||||
|
||||
DewfordTown_Text_1EA3FE: @ 81EA3FE
|
||||
.string "Hmm…\n"
|
||||
.string "“{STR_VAR_2},” huh?\p"
|
||||
.string "But personally, I think\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "is what’s real in cool.$"
|
||||
.string "is what's real in cool.$"
|
||||
|
||||
DewfordTown_Text_1EA443: @ 81EA443
|
||||
.string "Well, if you hear of any happening new\n"
|
||||
|
||||
@@ -156,13 +156,13 @@ DewfordTown_Gym_EventScript_1FC7C1:: @ 81FC7C1
|
||||
return
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC7C2:: @ 81FC7C2
|
||||
trainerbattle 1, TRAINER_BRAWLY_1, 0, DewfordTown_Gym_Text_1FCF44, DewfordTown_Gym_Text_1FD008, DewfordTown_Gym_EventScript_1FC7F7
|
||||
trainerbattle_single TRAINER_BRAWLY_1, DewfordTown_Gym_Text_1FCF44, DewfordTown_Gym_Text_1FD008, DewfordTown_Gym_EventScript_1FC7F7, NO_MUSIC
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_Gym_EventScript_1FC89C
|
||||
checkflag FLAG_0x0A6
|
||||
goto_if 0, DewfordTown_Gym_EventScript_1FC878
|
||||
msgbox DewfordTown_Gym_Text_1FD20D, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD20D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -171,7 +171,7 @@ DewfordTown_Gym_EventScript_1FC7F7:: @ 81FC7F7
|
||||
message DewfordTown_Gym_Text_1FD07D
|
||||
waitmessage
|
||||
call DewfordTown_Gym_EventScript_27207E
|
||||
msgbox DewfordTown_Gym_Text_1FD0A8, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD0A8, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x4F1
|
||||
setflag FLAG_BADGE02_GET
|
||||
addvar VAR_0x4085, 1
|
||||
@@ -183,7 +183,7 @@ DewfordTown_Gym_EventScript_1FC7F7:: @ 81FC7F7
|
||||
closemessage
|
||||
delay 30
|
||||
playfanfare MUS_ME_TORE_EYE
|
||||
msgbox DewfordTown_Gym_Text_1FD1E0, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD1E0, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
closemessage
|
||||
delay 30
|
||||
@@ -197,7 +197,7 @@ DewfordTown_Gym_EventScript_1FC855:: @ 81FC855
|
||||
giveitem_std ITEM_TM08
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq DewfordTown_Gym_EventScript_27205E
|
||||
msgbox DewfordTown_Gym_Text_1FD181, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD181, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0A6
|
||||
return
|
||||
|
||||
@@ -205,19 +205,19 @@ DewfordTown_Gym_EventScript_1FC878:: @ 81FC878
|
||||
giveitem_std ITEM_TM08
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq DewfordTown_Gym_EventScript_272054
|
||||
msgbox DewfordTown_Gym_Text_1FD181, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD181, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0A6
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC89C:: @ 81FC89C
|
||||
trainerbattle 7, TRAINER_BRAWLY_1, 0, DewfordTown_Gym_Text_1FD2C4, DewfordTown_Gym_Text_1FD367, DewfordTown_Gym_Text_1FD3DE
|
||||
msgbox DewfordTown_Gym_Text_1FD37B, 6
|
||||
trainerbattle_rematch_double TRAINER_BRAWLY_1, DewfordTown_Gym_Text_1FD2C4, DewfordTown_Gym_Text_1FD367, DewfordTown_Gym_Text_1FD3DE
|
||||
msgbox DewfordTown_Gym_Text_1FD37B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC8B7:: @ 81FC8B7
|
||||
trainerbattle 2, TRAINER_TAKAO, 0, DewfordTown_Gym_Text_1FCB9F, DewfordTown_Gym_Text_1FCBB8, DewfordTown_Gym_EventScript_1FC8D2
|
||||
msgbox DewfordTown_Gym_Text_1FCBCA, 6
|
||||
trainerbattle_single TRAINER_TAKAO, DewfordTown_Gym_Text_1FCB9F, DewfordTown_Gym_Text_1FCBB8, DewfordTown_Gym_EventScript_1FC8D2
|
||||
msgbox DewfordTown_Gym_Text_1FCBCA, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC8D2:: @ 81FC8D2
|
||||
@@ -226,8 +226,8 @@ DewfordTown_Gym_EventScript_1FC8D2:: @ 81FC8D2
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC8D9:: @ 81FC8D9
|
||||
trainerbattle 2, TRAINER_JOCELYN, 0, DewfordTown_Gym_Text_1FCC0A, DewfordTown_Gym_Text_1FCC45, DewfordTown_Gym_EventScript_1FC8F4
|
||||
msgbox DewfordTown_Gym_Text_1FCC6B, 6
|
||||
trainerbattle_single TRAINER_JOCELYN, DewfordTown_Gym_Text_1FCC0A, DewfordTown_Gym_Text_1FCC45, DewfordTown_Gym_EventScript_1FC8F4
|
||||
msgbox DewfordTown_Gym_Text_1FCC6B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC8F4:: @ 81FC8F4
|
||||
@@ -236,8 +236,8 @@ DewfordTown_Gym_EventScript_1FC8F4:: @ 81FC8F4
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC8FB:: @ 81FC8FB
|
||||
trainerbattle 2, TRAINER_LAURA, 0, DewfordTown_Gym_Text_1FCD01, DewfordTown_Gym_Text_1FCD3C, DewfordTown_Gym_EventScript_1FC916
|
||||
msgbox DewfordTown_Gym_Text_1FCD4F, 6
|
||||
trainerbattle_single TRAINER_LAURA, DewfordTown_Gym_Text_1FCD01, DewfordTown_Gym_Text_1FCD3C, DewfordTown_Gym_EventScript_1FC916
|
||||
msgbox DewfordTown_Gym_Text_1FCD4F, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC916:: @ 81FC916
|
||||
@@ -246,8 +246,8 @@ DewfordTown_Gym_EventScript_1FC916:: @ 81FC916
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC91D:: @ 81FC91D
|
||||
trainerbattle 2, TRAINER_BRENDEN, 0, DewfordTown_Gym_Text_1FCE48, DewfordTown_Gym_Text_1FCE75, DewfordTown_Gym_EventScript_1FC938
|
||||
msgbox DewfordTown_Gym_Text_1FCEAB, 6
|
||||
trainerbattle_single TRAINER_BRENDEN, DewfordTown_Gym_Text_1FCE48, DewfordTown_Gym_Text_1FCE75, DewfordTown_Gym_EventScript_1FC938
|
||||
msgbox DewfordTown_Gym_Text_1FCEAB, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC938:: @ 81FC938
|
||||
@@ -256,8 +256,8 @@ DewfordTown_Gym_EventScript_1FC938:: @ 81FC938
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC93F:: @ 81FC93F
|
||||
trainerbattle 2, TRAINER_CRISTIAN, 0, DewfordTown_Gym_Text_1FCEDC, DewfordTown_Gym_Text_1FCF0A, DewfordTown_Gym_EventScript_1FC95A
|
||||
msgbox DewfordTown_Gym_Text_1FCF26, 6
|
||||
trainerbattle_single TRAINER_CRISTIAN, DewfordTown_Gym_Text_1FCEDC, DewfordTown_Gym_Text_1FCF0A, DewfordTown_Gym_EventScript_1FC95A
|
||||
msgbox DewfordTown_Gym_Text_1FCF26, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC95A:: @ 81FC95A
|
||||
@@ -266,8 +266,8 @@ DewfordTown_Gym_EventScript_1FC95A:: @ 81FC95A
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC961:: @ 81FC961
|
||||
trainerbattle 2, TRAINER_LILITH, 0, DewfordTown_Gym_Text_1FCDB8, DewfordTown_Gym_Text_1FCDE5, DewfordTown_Gym_EventScript_1FC97C
|
||||
msgbox DewfordTown_Gym_Text_1FCE08, 6
|
||||
trainerbattle_single TRAINER_LILITH, DewfordTown_Gym_Text_1FCDB8, DewfordTown_Gym_Text_1FCDE5, DewfordTown_Gym_EventScript_1FC97C
|
||||
msgbox DewfordTown_Gym_Text_1FCE08, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC97C:: @ 81FC97C
|
||||
@@ -280,12 +280,12 @@ DewfordTown_Gym_EventScript_1FC983:: @ 81FC983
|
||||
faceplayer
|
||||
checkflag FLAG_0x4F1
|
||||
goto_eq DewfordTown_Gym_EventScript_1FC998
|
||||
msgbox DewfordTown_Gym_Text_1FC9D6, 4
|
||||
msgbox DewfordTown_Gym_Text_1FC9D6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC998:: @ 81FC998
|
||||
msgbox DewfordTown_Gym_Text_1FCB5C, 4
|
||||
msgbox DewfordTown_Gym_Text_1FCB5C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -304,33 +304,33 @@ DewfordTown_Gym_EventScript_1FC9B2:: @ 81FC9B2
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC9C2:: @ 81FC9C2
|
||||
msgbox DewfordTown_Gym_Text_1FD28B, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD28B, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Gym_EventScript_1FC9CC:: @ 81FC9CC
|
||||
msgbox DewfordTown_Gym_Text_1FD272, 4
|
||||
msgbox DewfordTown_Gym_Text_1FD272, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Gym_Text_1FC9D6: @ 81FC9D6
|
||||
.string "Hey, how’s it going, CHAMPION-\n"
|
||||
.string "Hey, how's it going, CHAMPION-\n"
|
||||
.string "bound {PLAYER}?\p"
|
||||
.string "DEWFORD’s GYM LEADER BRAWLY commands\n"
|
||||
.string "DEWFORD's GYM LEADER BRAWLY commands\n"
|
||||
.string "FIGHTING-type POKéMON.\p"
|
||||
.string "Going against him with NORMAL-type\n"
|
||||
.string "POKéMON is asking for trouble.\p"
|
||||
.string "FIGHTING POKéMON will lay a serious\n"
|
||||
.string "smack down on NORMAL POKéMON,\l"
|
||||
.string "so be careful!\p"
|
||||
.string "What’s worse, the GYM is as dark as\n"
|
||||
.string "What's worse, the GYM is as dark as\n"
|
||||
.string "the ocean floor.\p"
|
||||
.string "But it will get brighter after defeating\n"
|
||||
.string "the TRAINERS in your way.\p"
|
||||
.string "Hey, okay, go for it!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCB5C: @ 81FCB5C
|
||||
.string "Whoah! It’s turned too bright in here!\p"
|
||||
.string "Whoah! It's turned too bright in here!\p"
|
||||
.string "Your future is bright, too!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCB9F: @ 81FCB9F
|
||||
@@ -345,24 +345,24 @@ DewfordTown_Gym_Text_1FCBCA: @ 81FCBCA
|
||||
.string "Your technique is commendable!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCC0A: @ 81FCC0A
|
||||
.string "There’s no need for BRAWLY to be\n"
|
||||
.string "There's no need for BRAWLY to be\n"
|
||||
.string "involved!\p"
|
||||
.string "I’ll crush you!$"
|
||||
.string "I'll crush you!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCC45: @ 81FCC45
|
||||
.string "But… How?\n"
|
||||
.string "How could I lose so easily?$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCC6B: @ 81FCC6B
|
||||
.string "I’m not going to waste this loss.\n"
|
||||
.string "I’ll use it to motivate me to train!\p"
|
||||
.string "One day I’ll become a GYM LEADER…\p"
|
||||
.string "No, I’ll become the POKéMON LEAGUE\n"
|
||||
.string "I'm not going to waste this loss.\n"
|
||||
.string "I'll use it to motivate me to train!\p"
|
||||
.string "One day I'll become a GYM LEADER…\p"
|
||||
.string "No, I'll become the POKéMON LEAGUE\n"
|
||||
.string "CHAMPION!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCD01: @ 81FCD01
|
||||
.string "Don’t you dare brush me off!\n"
|
||||
.string "It’s not my fault if you cry!$"
|
||||
.string "Don't you dare brush me off!\n"
|
||||
.string "It's not my fault if you cry!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCD3C: @ 81FCD3C
|
||||
.string "Waaaaaaah!\n"
|
||||
@@ -371,8 +371,8 @@ DewfordTown_Gym_Text_1FCD3C: @ 81FCD3C
|
||||
DewfordTown_Gym_Text_1FCD4F: @ 81FCD4F
|
||||
.string "I battle in the dark to make my heart\n"
|
||||
.string "stronger.\p"
|
||||
.string "But because it’s so dark, I can never\n"
|
||||
.string "see BRAWLY’s face…$"
|
||||
.string "But because it's so dark, I can never\n"
|
||||
.string "see BRAWLY's face…$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCDB8: @ 81FCDB8
|
||||
.string "Ufufu…\n"
|
||||
@@ -380,22 +380,22 @@ DewfordTown_Gym_Text_1FCDB8: @ 81FCDB8
|
||||
|
||||
DewfordTown_Gym_Text_1FCDE5: @ 81FCDE5
|
||||
.string "Oh, you…\n"
|
||||
.string "I don’t want to know you!$"
|
||||
.string "I don't want to know you!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCE08: @ 81FCE08
|
||||
.string "You deserve to stay lost and end up\n"
|
||||
.string "back at the entrance again!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCE48: @ 81FCE48
|
||||
.string "I’ll show you the gumption of\n"
|
||||
.string "I'll show you the gumption of\n"
|
||||
.string "a sailing man!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCE75: @ 81FCE75
|
||||
.string "How’d this happen?\n"
|
||||
.string "It’s not like me to lose this way!$"
|
||||
.string "How'd this happen?\n"
|
||||
.string "It's not like me to lose this way!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCEAB: @ 81FCEAB
|
||||
.string "Oh, aye! You’re worthy of seeing\n"
|
||||
.string "Oh, aye! You're worthy of seeing\n"
|
||||
.string "our GYM LEADER.$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCEDC: @ 81FCEDC
|
||||
@@ -411,19 +411,19 @@ DewfordTown_Gym_Text_1FCF26: @ 81FCF26
|
||||
.string "Go after that BADGE!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FCF44: @ 81FCF44
|
||||
.string "I’m BRAWLY!\n"
|
||||
.string "DEWFORD’s GYM LEADER!\p"
|
||||
.string "I’ve been churned in the rough waves\n"
|
||||
.string "of these parts, and I’ve grown tough\l"
|
||||
.string "I'm BRAWLY!\n"
|
||||
.string "DEWFORD's GYM LEADER!\p"
|
||||
.string "I've been churned in the rough waves\n"
|
||||
.string "of these parts, and I've grown tough\l"
|
||||
.string "in the pitch-black cave!\p"
|
||||
.string "So you wanted to challenge me?\n"
|
||||
.string "Let me see what you’re made of!$"
|
||||
.string "Let me see what you're made of!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD008: @ 81FD008
|
||||
.string "Whoah, wow! You made a much bigger\n"
|
||||
.string "splash than I expected!\p"
|
||||
.string "You swamped me!\p"
|
||||
.string "Okay, you’ve got me.\n"
|
||||
.string "Okay, you've got me.\n"
|
||||
.string "Take this GYM BADGE!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD07D: @ 81FD07D
|
||||
@@ -434,14 +434,14 @@ DewfordTown_Gym_Text_1FD0A8: @ 81FD0A8
|
||||
.string "The KNUCKLE BADGE makes all POKéMON\n"
|
||||
.string "up to Level 30, even those you get in\l"
|
||||
.string "trades, obey without question.\p"
|
||||
.string "And, you’ll be able to use the HM move\n"
|
||||
.string "And, you'll be able to use the HM move\n"
|
||||
.string "FLASH outside of battle.\p"
|
||||
.string "If you’d like, use this TECHNICAL\n"
|
||||
.string "If you'd like, use this TECHNICAL\n"
|
||||
.string "MACHINE, too.$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD181: @ 81FD181
|
||||
.string "That TM08 contains BULK UP.\p"
|
||||
.string "It’s a move that raises both ATTACK\n"
|
||||
.string "It's a move that raises both ATTACK\n"
|
||||
.string "and DEFENSE stats.\p"
|
||||
.string "… … … … … …$"
|
||||
|
||||
@@ -459,7 +459,7 @@ DewfordTown_Gym_Text_1FD272: @ 81FD272
|
||||
|
||||
DewfordTown_Gym_Text_1FD28B: @ 81FD28B
|
||||
.string "DEWFORD TOWN POKéMON GYM\p"
|
||||
.string "BRAWLY’S CERTIFIED TRAINERS:\n"
|
||||
.string "BRAWLY'S CERTIFIED TRAINERS:\n"
|
||||
.string "{PLAYER}$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD2C4: @ 81FD2C4
|
||||
@@ -468,16 +468,16 @@ DewfordTown_Gym_Text_1FD2C4: @ 81FD2C4
|
||||
.string "A giant wave of a talent like you…\n"
|
||||
.string "I knew you would return!\p"
|
||||
.string "Show me how much higher\n"
|
||||
.string "you’ve gone!$"
|
||||
.string "you've gone!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD367: @ 81FD367
|
||||
.string "Wow!\n"
|
||||
.string "Swamped again!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD37B: @ 81FD37B
|
||||
.string "BRAWLY: Battling is vast and it’s deep.\n"
|
||||
.string "You can’t see the bottom.\l"
|
||||
.string "It’s just like the sea of HOENN!$"
|
||||
.string "BRAWLY: Battling is vast and it's deep.\n"
|
||||
.string "You can't see the bottom.\l"
|
||||
.string "It's just like the sea of HOENN!$"
|
||||
|
||||
DewfordTown_Gym_Text_1FD3DE: @ 81FD3DE
|
||||
.string "BRAWLY: A wave may draw back, but it\n"
|
||||
@@ -486,6 +486,6 @@ DewfordTown_Gym_Text_1FD3DE: @ 81FD3DE
|
||||
.string "I knew you would return!\p"
|
||||
.string "Oh? You only have one POKéMON\n"
|
||||
.string "that can battle.\p"
|
||||
.string "I’m sorry, but I’d like you to come back\n"
|
||||
.string "I'm sorry, but I'd like you to come back\n"
|
||||
.string "with at least two POKéMON.$"
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@ DewfordTown_Hall_EventScript_1FD4D0:: @ 81FD4D0
|
||||
special TrendyPhraseIsOld
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_Hall_EventScript_1FD4EF
|
||||
msgbox DewfordTown_Hall_Text_1FD818, 4
|
||||
msgbox DewfordTown_Hall_Text_1FD818, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD4EF:: @ 81FD4EF
|
||||
msgbox DewfordTown_Hall_Text_1FD877, 4
|
||||
msgbox DewfordTown_Hall_Text_1FD877, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -21,7 +21,7 @@ DewfordTown_Hall_EventScript_1FD4F9:: @ 81FD4F9
|
||||
lock
|
||||
faceplayer
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
msgbox DewfordTown_Hall_Text_1FD8ED, 4
|
||||
msgbox DewfordTown_Hall_Text_1FD8ED, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -30,7 +30,7 @@ DewfordTown_Hall_EventScript_1FD50A:: @ 81FD50A
|
||||
faceplayer
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
special sub_811EF6C
|
||||
msgbox DewfordTown_Hall_Text_1FD948, 5
|
||||
msgbox DewfordTown_Hall_Text_1FD948, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq DewfordTown_Hall_EventScript_1FD533
|
||||
compare VAR_RESULT, 0
|
||||
@@ -38,12 +38,12 @@ DewfordTown_Hall_EventScript_1FD50A:: @ 81FD50A
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD533:: @ 81FD533
|
||||
msgbox DewfordTown_Hall_Text_1FD9B3, 4
|
||||
msgbox DewfordTown_Hall_Text_1FD9B3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD53D:: @ 81FD53D
|
||||
msgbox DewfordTown_Hall_Text_1FDA06, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDA06, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -51,7 +51,7 @@ DewfordTown_Hall_EventScript_1FD547:: @ 81FD547
|
||||
lock
|
||||
faceplayer
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
msgbox DewfordTown_Hall_Text_1FDA5C, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDA5C, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 4, DewfordTown_Hall_Movement_2725A6
|
||||
waitmovement 0
|
||||
@@ -62,7 +62,7 @@ DewfordTown_Hall_EventScript_1FD563:: @ 81FD563
|
||||
lock
|
||||
faceplayer
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
msgbox DewfordTown_Hall_Text_1FDA99, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDA99, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 5, DewfordTown_Hall_Movement_2725A6
|
||||
waitmovement 0
|
||||
@@ -73,14 +73,14 @@ DewfordTown_Hall_EventScript_1FD57F:: @ 81FD57F
|
||||
lock
|
||||
faceplayer
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
msgbox DewfordTown_Hall_Text_1FDAC4, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDAC4, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD590:: @ 81FD590
|
||||
lockall
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
msgbox DewfordTown_Hall_Text_1FDB89, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDB89, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -100,22 +100,22 @@ DewfordTown_Hall_EventScript_1FD5A0:: @ 81FD5A0
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD607:: @ 81FD607
|
||||
msgbox DewfordTown_Hall_Text_1FDC05, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDC05, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD611:: @ 81FD611
|
||||
msgbox DewfordTown_Hall_Text_1FDC21, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDC21, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD61B:: @ 81FD61B
|
||||
msgbox DewfordTown_Hall_Text_1FDC3C, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDC3C, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD625:: @ 81FD625
|
||||
msgbox DewfordTown_Hall_Text_1FDC57, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDC57, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -147,41 +147,41 @@ DewfordTown_Hall_EventScript_1FD647:: @ 81FD647
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD6AD:: @ 81FD6AD
|
||||
call DewfordTown_Hall_EventScript_1FD73A
|
||||
msgbox DewfordTown_Hall_Text_1FDC76, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDC76, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_1FD772
|
||||
msgbox DewfordTown_Hall_Text_1FDCE2, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDCE2, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD6C9:: @ 81FD6C9
|
||||
call DewfordTown_Hall_EventScript_1FD73A
|
||||
msgbox DewfordTown_Hall_Text_1FDD95, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDD95, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_1FD772
|
||||
msgbox DewfordTown_Hall_Text_1FDE0E, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDE0E, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD6E5:: @ 81FD6E5
|
||||
call DewfordTown_Hall_EventScript_1FD73A
|
||||
msgbox DewfordTown_Hall_Text_1FDE77, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDE77, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_1FD772
|
||||
msgbox DewfordTown_Hall_Text_1FDED8, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDED8, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD701:: @ 81FD701
|
||||
call DewfordTown_Hall_EventScript_1FD73A
|
||||
msgbox DewfordTown_Hall_Text_1FDF72, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDF72, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_1FD772
|
||||
msgbox DewfordTown_Hall_Text_1FDFF1, 4
|
||||
msgbox DewfordTown_Hall_Text_1FDFF1, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD71D:: @ 81FD71D
|
||||
call DewfordTown_Hall_EventScript_1FD73A
|
||||
msgbox DewfordTown_Hall_Text_1FE09A, 4
|
||||
msgbox DewfordTown_Hall_Text_1FE09A, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_1FD772
|
||||
msgbox DewfordTown_Hall_Text_1FE0F2, 4
|
||||
msgbox DewfordTown_Hall_Text_1FE0F2, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -254,7 +254,7 @@ DewfordTown_Hall_EventScript_1FD7DA:: @ 81FD7DA
|
||||
call DewfordTown_Hall_EventScript_271E8B
|
||||
checkflag FLAG_RECEIVED_TM_36
|
||||
goto_eq DewfordTown_Hall_EventScript_1FD80E
|
||||
msgbox DewfordTown_Hall_Text_1FE142, 4
|
||||
msgbox DewfordTown_Hall_Text_1FE142, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_TM36
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq DewfordTown_Hall_EventScript_272054
|
||||
@@ -263,51 +263,51 @@ DewfordTown_Hall_EventScript_1FD7DA:: @ 81FD7DA
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_1FD80E:: @ 81FD80E
|
||||
msgbox DewfordTown_Hall_Text_1FE1ED, 4
|
||||
msgbox DewfordTown_Hall_Text_1FE1ED, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_Text_1FD818: @ 81FD818
|
||||
.string "What’s in vogue? Why, it has to be\n"
|
||||
.string "What's in vogue? Why, it has to be\n"
|
||||
.string "“{STR_VAR_1}”!\p"
|
||||
.string "I can’t imagine what life would be like\n"
|
||||
.string "I can't imagine what life would be like\n"
|
||||
.string "without “{STR_VAR_1}”!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FD877: @ 81FD877
|
||||
.string "What’s in vogue? Why, it has to be\n"
|
||||
.string "What's in vogue? Why, it has to be\n"
|
||||
.string "“{STR_VAR_1}”!\p"
|
||||
.string "But I’m getting kind of bored with it.\p"
|
||||
.string "But I'm getting kind of bored with it.\p"
|
||||
.string "I should look for the next big thing.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FD8ED: @ 81FD8ED
|
||||
.string "I’m teaching my POKéMON about\n"
|
||||
.string "I'm teaching my POKéMON about\n"
|
||||
.string "“{STR_VAR_1},”\l"
|
||||
.string "but it’s not going well.\p"
|
||||
.string "It’s a bit too much, I think.$"
|
||||
.string "but it's not going well.\p"
|
||||
.string "It's a bit too much, I think.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FD948: @ 81FD948
|
||||
.string "I’m studying up on the hip and trendy\n"
|
||||
.string "I'm studying up on the hip and trendy\n"
|
||||
.string "“{STR_VAR_1}” now.\p"
|
||||
.string "Is it true that there’s a deep link\n"
|
||||
.string "Is it true that there's a deep link\n"
|
||||
.string "between “{STR_VAR_1}”\l"
|
||||
.string "and “{STR_VAR_2}”?$"
|
||||
|
||||
DewfordTown_Hall_Text_1FD9B3: @ 81FD9B3
|
||||
.string "Oh!\n"
|
||||
.string "So, my hunch was right!\p"
|
||||
.string "I’m one step closer to being hip and\n"
|
||||
.string "I'm one step closer to being hip and\n"
|
||||
.string "happening, yowza!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDA06: @ 81FDA06
|
||||
.string "What?!\n"
|
||||
.string "Is that so?!\p"
|
||||
.string "It’s not easy for an older fellow like\n"
|
||||
.string "It's not easy for an older fellow like\n"
|
||||
.string "me to keep up with trends!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDA5C: @ 81FDA5C
|
||||
.string "This whole business about\n"
|
||||
.string "“{STR_VAR_1}”…\l"
|
||||
.string "Isn’t there a TV show on it?$"
|
||||
.string "Isn't there a TV show on it?$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDA99: @ 81FDA99
|
||||
.string "Across the sea…\p"
|
||||
@@ -326,7 +326,7 @@ DewfordTown_Hall_Text_1FDAC4: @ 81FDAC4
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "picture books.\p"
|
||||
.string "Heheh, I own!\n"
|
||||
.string "I’m not sharing anything with you!$"
|
||||
.string "I'm not sharing anything with you!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDB89: @ 81FDB89
|
||||
.string "IDENTIFYING GOOD\n"
|
||||
@@ -337,29 +337,29 @@ DewfordTown_Hall_Text_1FDB89: @ 81FDB89
|
||||
.string "POKéMON…\p"
|
||||
.string "USEFUL\n"
|
||||
.string "“{STR_VAR_1}”…\p"
|
||||
.string "It’s neatly jammed with books about\n"
|
||||
.string "It's neatly jammed with books about\n"
|
||||
.string "“{STR_VAR_1}.”$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDC05: @ 81FDC05
|
||||
.string "“{STR_VAR_1}’S\n"
|
||||
.string "“{STR_VAR_1}'S\n"
|
||||
.string "SCREAM” is the title.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDC21: @ 81FDC21
|
||||
.string "“{STR_VAR_1}’S\n"
|
||||
.string "“{STR_VAR_1}'S\n"
|
||||
.string "SMILE” is the title.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDC3C: @ 81FDC3C
|
||||
.string "It’s titled “THE LAST\n"
|
||||
.string "It's titled “THE LAST\n"
|
||||
.string "{STR_VAR_1}”.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDC57: @ 81FDC57
|
||||
.string "It’s titled “THE BIRTH OF\n"
|
||||
.string "It's titled “THE BIRTH OF\n"
|
||||
.string "{STR_VAR_1}”.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDC76: @ 81FDC76
|
||||
.string "I saw “{STR_VAR_1}”!\n"
|
||||
.string "Cool, huh?\p"
|
||||
.string "It’s, like, the coolest thing going!\p"
|
||||
.string "It's, like, the coolest thing going!\p"
|
||||
.string "It was awesome!\n"
|
||||
.string "It was the real thing, oh yeah!$"
|
||||
|
||||
@@ -367,11 +367,11 @@ DewfordTown_Hall_Text_1FDCE2: @ 81FDCE2
|
||||
.string "Oh, no, no, no.\p"
|
||||
.string "That alleged\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "you claim to have seen--it’s not.\p"
|
||||
.string "you claim to have seen--it's not.\p"
|
||||
.string "The authentic article is much…\n"
|
||||
.string "How should I say it?\l"
|
||||
.string "Sharper, yet more mellow!\p"
|
||||
.string "Ah, no matter. It’s astonishing!$"
|
||||
.string "Ah, no matter. It's astonishing!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FDD95: @ 81FDD95
|
||||
.string "Hey, listen, I composed a theme song\n"
|
||||
@@ -409,7 +409,7 @@ DewfordTown_Hall_Text_1FDED8: @ 81FDED8
|
||||
|
||||
DewfordTown_Hall_Text_1FDF72: @ 81FDF72
|
||||
.string "I was thinking, though…\p"
|
||||
.string "Wouldn’t you agree that\n"
|
||||
.string "Wouldn't you agree that\n"
|
||||
.string "“{STR_VAR_1}” has\l"
|
||||
.string "grown from being something trendy to\l"
|
||||
.string "being a part of our daily lives?$"
|
||||
@@ -417,33 +417,33 @@ DewfordTown_Hall_Text_1FDF72: @ 81FDF72
|
||||
DewfordTown_Hall_Text_1FDFF1: @ 81FDFF1
|
||||
.string "Beg pardon?\n"
|
||||
.string "That much, what?\p"
|
||||
.string "However, it’s true that\n"
|
||||
.string "However, it's true that\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "weighs heavily on your mind, whether\l"
|
||||
.string "you’re awake or asleep.\p"
|
||||
.string "Absolutely, you’re the\n"
|
||||
.string "you're awake or asleep.\p"
|
||||
.string "Absolutely, you're the\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "PROFESSOR, old sport!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FE09A: @ 81FE09A
|
||||
.string "If you and me team up as a combo,\n"
|
||||
.string "we’ll be invincible when it comes to all\l"
|
||||
.string "we'll be invincible when it comes to all\l"
|
||||
.string "things “{STR_VAR_1}”!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FE0F2: @ 81FE0F2
|
||||
.string "Spot on, my friend!\p"
|
||||
.string "We shall be the\n"
|
||||
.string "“{STR_VAR_1}” DUO!\p"
|
||||
.string "Isn’t that a ripe image?\n"
|
||||
.string "Isn't that a ripe image?\n"
|
||||
.string "Hahahah!$"
|
||||
|
||||
DewfordTown_Hall_Text_1FE142: @ 81FE142
|
||||
.string "For me, SLUDGE BOMB is at the peak\n"
|
||||
.string "of popularity. It’s the one.\p"
|
||||
.string "Hunh? You’re telling me that you don’t\n"
|
||||
.string "of popularity. It's the one.\p"
|
||||
.string "Hunh? You're telling me that you don't\n"
|
||||
.string "know about SLUDGE BOMB?\p"
|
||||
.string "That’s outright pitiful.\n"
|
||||
.string "I’ll give you one.$"
|
||||
.string "That's outright pitiful.\n"
|
||||
.string "I'll give you one.$"
|
||||
|
||||
DewfordTown_Hall_Text_1FE1ED: @ 81FE1ED
|
||||
.string "I love SLUDGE BOMB.\p"
|
||||
|
||||
@@ -2,11 +2,11 @@ DewfordTown_House1_MapScripts:: @ 81FC3CD
|
||||
.byte 0
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3CE:: @ 81FC3CE
|
||||
msgbox DewfordTown_House1_Text_1FC3F3, 2
|
||||
msgbox DewfordTown_House1_Text_1FC3F3, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3D7:: @ 81FC3D7
|
||||
msgbox DewfordTown_House1_Text_1FC45B, 2
|
||||
msgbox DewfordTown_House1_Text_1FC45B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3E0:: @ 81FC3E0
|
||||
@@ -14,13 +14,13 @@ DewfordTown_House1_EventScript_1FC3E0:: @ 81FC3E0
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox DewfordTown_House1_Text_1FC510, 4
|
||||
msgbox DewfordTown_House1_Text_1FC510, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House1_Text_1FC3F3: @ 81FC3F3
|
||||
.string "There’s a lot to be said for living on\n"
|
||||
.string "There's a lot to be said for living on\n"
|
||||
.string "a small island like this in harmony with\l"
|
||||
.string "POKéMON and the family.$"
|
||||
|
||||
@@ -29,7 +29,7 @@ DewfordTown_House1_Text_1FC45B: @ 81FC45B
|
||||
.string "CITY when I married my husband here.\p"
|
||||
.string "Life goes by slowly on this little\n"
|
||||
.string "island. But being surrounded by the\l"
|
||||
.string "beautiful sea--that’s happiness, too.$"
|
||||
.string "beautiful sea--that's happiness, too.$"
|
||||
|
||||
DewfordTown_House1_Text_1FC510: @ 81FC510
|
||||
.string "ZIGZAGOON: Guguuh!$"
|
||||
|
||||
@@ -6,7 +6,7 @@ DewfordTown_House2_EventScript_1FE22E:: @ 81FE22E
|
||||
faceplayer
|
||||
checkflag FLAG_0x121
|
||||
goto_eq DewfordTown_House2_EventScript_1FE267
|
||||
msgbox DewfordTown_House2_Text_1FE27A, 4
|
||||
msgbox DewfordTown_House2_Text_1FE27A, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_SILK_SCARF
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq DewfordTown_House2_EventScript_1FE25D
|
||||
@@ -15,30 +15,30 @@ DewfordTown_House2_EventScript_1FE22E:: @ 81FE22E
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE25D:: @ 81FE25D
|
||||
msgbox DewfordTown_House2_Text_1FE356, 4
|
||||
msgbox DewfordTown_House2_Text_1FE356, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE267:: @ 81FE267
|
||||
msgbox DewfordTown_House2_Text_1FE3D1, 4
|
||||
msgbox DewfordTown_House2_Text_1FE3D1, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_House2_EventScript_1FE271:: @ 81FE271
|
||||
msgbox DewfordTown_House2_Text_1FE444, 2
|
||||
msgbox DewfordTown_House2_Text_1FE444, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House2_Text_1FE27A: @ 81FE27A
|
||||
.string "Gorge your eyes on this!\p"
|
||||
.string "It’s a SILK SCARF. It’s right at the\n"
|
||||
.string "It's a SILK SCARF. It's right at the\n"
|
||||
.string "cutting edge of fashion, yeah!\p"
|
||||
.string "Oh, I can see your eyes twinkling!\n"
|
||||
.string "You appreciate my dazzling style!\p"
|
||||
.string "Oh, you’re a delight!\n"
|
||||
.string "Oh, you're a delight!\n"
|
||||
.string "Here you go. I want you to have it!$"
|
||||
|
||||
DewfordTown_House2_Text_1FE356: @ 81FE356
|
||||
.string "Oh, you don’t have room?\p"
|
||||
.string "Oh, you don't have room?\p"
|
||||
.string "Now, listen tight, this SCARF is a must-\n"
|
||||
.string "have! Why, I would sell all my items\l"
|
||||
.string "in order to get it!$"
|
||||
@@ -46,7 +46,7 @@ DewfordTown_House2_Text_1FE356: @ 81FE356
|
||||
DewfordTown_House2_Text_1FE3D1: @ 81FE3D1
|
||||
.string "The SILK SCARF raises the power of\n"
|
||||
.string "NORMAL-type moves.\p"
|
||||
.string "It’s a marvelous SCARF that will go\n"
|
||||
.string "It's a marvelous SCARF that will go\n"
|
||||
.string "with almost all POKéMON!$"
|
||||
|
||||
DewfordTown_House2_Text_1FE444: @ 81FE444
|
||||
@@ -54,6 +54,6 @@ DewfordTown_House2_Text_1FE444: @ 81FE444
|
||||
.string "to visit DEWFORD?\p"
|
||||
.string "Did you maybe come here because you\n"
|
||||
.string "heard about BRAWLY?\p"
|
||||
.string "He’s so cool…\n"
|
||||
.string "He's so cool…\n"
|
||||
.string "Everyone idolizes him.$"
|
||||
|
||||
|
||||
@@ -17,21 +17,21 @@ DewfordTown_PokemonCenter_1F_EventScript_1FC537:: @ 81FC537
|
||||
end
|
||||
|
||||
DewfordTown_PokemonCenter_1F_EventScript_1FC545:: @ 81FC545
|
||||
msgbox DewfordTown_PokemonCenter_1F_Text_1FC557, 2
|
||||
msgbox DewfordTown_PokemonCenter_1F_Text_1FC557, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_PokemonCenter_1F_EventScript_1FC54E:: @ 81FC54E
|
||||
msgbox DewfordTown_PokemonCenter_1F_Text_1FC5AE, 2
|
||||
msgbox DewfordTown_PokemonCenter_1F_Text_1FC5AE, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_PokemonCenter_1F_Text_1FC557: @ 81FC557
|
||||
.string "There’s a stone cavern at the edge\n"
|
||||
.string "There's a stone cavern at the edge\n"
|
||||
.string "of town.\p"
|
||||
.string "I’ve heard you can find rare stones\n"
|
||||
.string "I've heard you can find rare stones\n"
|
||||
.string "there.$"
|
||||
|
||||
DewfordTown_PokemonCenter_1F_Text_1FC5AE: @ 81FC5AE
|
||||
.string "Even if a POKéMON faints and can’t\n"
|
||||
.string "Even if a POKéMON faints and can't\n"
|
||||
.string "battle, it can still use a move learned\l"
|
||||
.string "from a HIDDEN MACHINE (HM).$"
|
||||
|
||||
|
||||
@@ -8,15 +8,15 @@ EverGrandeCity_MapScript1_1E7D21: @ 81E7D21
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D2B:: @ 81E7D2B
|
||||
msgbox EverGrandeCity_Text_1E7D4F, 3
|
||||
msgbox EverGrandeCity_Text_1E7D4F, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D34:: @ 81E7D34
|
||||
msgbox EverGrandeCity_Text_1E7D89, 3
|
||||
msgbox EverGrandeCity_Text_1E7D89, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D3D:: @ 81E7D3D
|
||||
msgbox EverGrandeCity_Text_1E7D65, 3
|
||||
msgbox EverGrandeCity_Text_1E7D65, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D46:: @ 81E7D46
|
||||
|
||||
@@ -39,8 +39,8 @@ EverGrandeCity_ChampionsRoom_Movement_228A42: @ 8228A42
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228A45:: @ 8228A45
|
||||
playbgm MUS_DAIGO, 0
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_228C4C, 4
|
||||
trainerbattle 3, TRAINER_WALLACE, 0, EverGrandeCity_ChampionsRoom_Text_228EAC
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_228C4C, MSGBOX_DEFAULT
|
||||
trainerbattle_no_intro TRAINER_WALLACE, EverGrandeCity_ChampionsRoom_Text_228EAC
|
||||
goto EverGrandeCity_ChampionsRoom_EventScript_228A61
|
||||
end
|
||||
|
||||
@@ -49,7 +49,7 @@ EverGrandeCity_ChampionsRoom_EventScript_228A61:: @ 8228A61
|
||||
setmetatile 6, 1, 838, 0
|
||||
setmetatile 6, 2, 839, 0
|
||||
special DrawWholeMapView
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_228F66, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_228F66, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
playse SE_DOOR
|
||||
checkplayergender
|
||||
@@ -75,7 +75,7 @@ EverGrandeCity_ChampionsRoom_EventScript_228AC1:: @ 8228AC1
|
||||
return
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228AC6:: @ 8228AC6
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2290CA, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2290CA, MSGBOX_DEFAULT
|
||||
delay 40
|
||||
playse SE_PIN
|
||||
applymovement 2, EverGrandeCity_ChampionsRoom_Movement_272598
|
||||
@@ -83,12 +83,12 @@ EverGrandeCity_ChampionsRoom_EventScript_228AC6:: @ 8228AC6
|
||||
applymovement 2, EverGrandeCity_ChampionsRoom_Movement_27259A
|
||||
waitmovement 0
|
||||
call EverGrandeCity_ChampionsRoom_EventScript_228C12
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_22910B, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_22910B, MSGBOX_DEFAULT
|
||||
goto EverGrandeCity_ChampionsRoom_EventScript_228B30
|
||||
end
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228AFB:: @ 8228AFB
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229152, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229152, MSGBOX_DEFAULT
|
||||
delay 40
|
||||
playse SE_PIN
|
||||
applymovement 2, EverGrandeCity_ChampionsRoom_Movement_272598
|
||||
@@ -96,7 +96,7 @@ EverGrandeCity_ChampionsRoom_EventScript_228AFB:: @ 8228AFB
|
||||
applymovement 2, EverGrandeCity_ChampionsRoom_Movement_27259A
|
||||
waitmovement 0
|
||||
call EverGrandeCity_ChampionsRoom_EventScript_228C12
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2291A2, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2291A2, MSGBOX_DEFAULT
|
||||
goto EverGrandeCity_ChampionsRoom_EventScript_228B30
|
||||
end
|
||||
|
||||
@@ -107,15 +107,15 @@ EverGrandeCity_ChampionsRoom_EventScript_228B30:: @ 8228B30
|
||||
waitmovement 0
|
||||
applymovement 255, EverGrandeCity_ChampionsRoom_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2291E6, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2291E6, MSGBOX_DEFAULT
|
||||
call EverGrandeCity_ChampionsRoom_EventScript_272184
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_22934D, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_22934D, MSGBOX_DEFAULT
|
||||
applymovement 1, EverGrandeCity_ChampionsRoom_Movement_2725A6
|
||||
waitmovement 0
|
||||
delay 20
|
||||
applymovement 1, EverGrandeCity_ChampionsRoom_Movement_2725AA
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229399, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229399, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 30
|
||||
applymovement 1, EverGrandeCity_ChampionsRoom_Movement_228C3B
|
||||
@@ -126,7 +126,7 @@ EverGrandeCity_ChampionsRoom_EventScript_228B30:: @ 8228B30
|
||||
delay 20
|
||||
applymovement 255, EverGrandeCity_ChampionsRoom_Movement_2725AA
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2293EB, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2293EB, MSGBOX_DEFAULT
|
||||
checkplayergender
|
||||
compare VAR_RESULT, 0
|
||||
call_if 1, EverGrandeCity_ChampionsRoom_EventScript_228BEB
|
||||
@@ -143,11 +143,11 @@ EverGrandeCity_ChampionsRoom_EventScript_228B30:: @ 8228B30
|
||||
end
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228BEB:: @ 8228BEB
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229479, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_229479, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228BF4:: @ 8228BF4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2294F5, 4
|
||||
msgbox EverGrandeCity_ChampionsRoom_Text_2294F5, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
EverGrandeCity_ChampionsRoom_EventScript_228BFD:: @ 8228BFD
|
||||
@@ -231,7 +231,7 @@ EverGrandeCity_ChampionsRoom_Text_228C4C: @ 8228C4C
|
||||
.string "That was superb work, putting an end\l"
|
||||
.string "to that crisis all by yourself.\p"
|
||||
.string "Oops!\p"
|
||||
.string "It wouldn’t be fair to say that you\n"
|
||||
.string "It wouldn't be fair to say that you\n"
|
||||
.string "alone ended the crisis.\p"
|
||||
.string "You overcame that difficult situation\n"
|
||||
.string "by working as one with your POKéMON.\p"
|
||||
@@ -274,7 +274,7 @@ EverGrandeCity_ChampionsRoom_Text_228F66: @ 8228F66
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_2290CA: @ 82290CA
|
||||
.string "MAY: {PLAYER}{KUN}!\p"
|
||||
.string "Here’s some advice before you challenge\n"
|
||||
.string "Here's some advice before you challenge\n"
|
||||
.string "the CHAMPION…$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_22910B: @ 822910B
|
||||
@@ -282,7 +282,7 @@ EverGrandeCity_ChampionsRoom_Text_22910B: @ 822910B
|
||||
.string "What, what, what?\p"
|
||||
.string "{PLAYER}{KUN}…\n"
|
||||
.string "Could it be that…\l"
|
||||
.string "It’s already over?$"
|
||||
.string "It's already over?$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_229152: @ 8229152
|
||||
.string "BRENDAN: {PLAYER}!\p"
|
||||
@@ -292,19 +292,19 @@ EverGrandeCity_ChampionsRoom_Text_229152: @ 8229152
|
||||
EverGrandeCity_ChampionsRoom_Text_2291A2: @ 82291A2
|
||||
.string "BRENDAN: {PLAYER}…\p"
|
||||
.string "Are you trying to tell me…\n"
|
||||
.string "You’ve beaten the CHAMPION?$"
|
||||
.string "You've beaten the CHAMPION?$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_2291E6: @ 82291E6
|
||||
.string "PROF. BIRCH: See?\n"
|
||||
.string "What did I tell you, {RIVAL}?\p"
|
||||
.string "Didn’t I tell you that you don’t need\n"
|
||||
.string "Didn't I tell you that you don't need\n"
|
||||
.string "to worry about {PLAYER}{KUN}?\p"
|
||||
.string "… … … … … … … …\n"
|
||||
.string "{PLAYER}{KUN}, you’ve finally done it.\p"
|
||||
.string "{PLAYER}{KUN}, you've finally done it.\p"
|
||||
.string "When I heard that you defeated your\n"
|
||||
.string "own father at the PETALBURG GYM,\l"
|
||||
.string "I thought perhaps you had a chance…\p"
|
||||
.string "But to think you’ve actually become\n"
|
||||
.string "But to think you've actually become\n"
|
||||
.string "the CHAMPION!\p"
|
||||
.string "Ah, yes!\p"
|
||||
.string "What became of your POKéDEX?\n"
|
||||
@@ -322,25 +322,25 @@ EverGrandeCity_ChampionsRoom_Text_229399: @ 8229399
|
||||
.string "Come with me.$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_2293EB: @ 82293EB
|
||||
.string "WALLACE: I’m sorry, but…\p"
|
||||
.string "WALLACE: I'm sorry, but…\p"
|
||||
.string "From here on, only those TRAINERS who\n"
|
||||
.string "have become CHAMPIONS may enter.\p"
|
||||
.string "You’ll have to wait outside with\n"
|
||||
.string "You'll have to wait outside with\n"
|
||||
.string "PROF. BIRCH.$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_229479: @ 8229479
|
||||
.string "MAY: Groan…\p"
|
||||
.string "… … … … … … … …\n"
|
||||
.string "… … … … … … … …\p"
|
||||
.string "I’m just joking! That’s okay!\n"
|
||||
.string "That’s the rule!\p"
|
||||
.string "I'm just joking! That's okay!\n"
|
||||
.string "That's the rule!\p"
|
||||
.string "{PLAYER}{KUN}!\n"
|
||||
.string "Honestly, congratulations!$"
|
||||
|
||||
EverGrandeCity_ChampionsRoom_Text_2294F5: @ 82294F5
|
||||
.string "BRENDAN: Whaaaat?! … … … … …\n"
|
||||
.string "… … … … … … … …\p"
|
||||
.string "It can’t be helped if that’s the rule.\p"
|
||||
.string "It can't be helped if that's the rule.\p"
|
||||
.string "{PLAYER}, way to go!\n"
|
||||
.string "Congratulations!$"
|
||||
|
||||
|
||||
@@ -44,13 +44,13 @@ EverGrandeCity_DrakesRoom_EventScript_2286F3:: @ 82286F3
|
||||
checkflag FLAG_0x4FE
|
||||
goto_eq EverGrandeCity_DrakesRoom_EventScript_22871A
|
||||
playbgm MUS_SITENNOU, 0
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_22873E, 4
|
||||
trainerbattle 3, TRAINER_DRAKE, 0, EverGrandeCity_DrakesRoom_Text_228895
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_22873E, MSGBOX_DEFAULT
|
||||
trainerbattle_no_intro TRAINER_DRAKE, EverGrandeCity_DrakesRoom_Text_228895
|
||||
goto EverGrandeCity_DrakesRoom_EventScript_228724
|
||||
end
|
||||
|
||||
EverGrandeCity_DrakesRoom_EventScript_22871A:: @ 822871A
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_2288B0, 4
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_2288B0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -59,7 +59,7 @@ EverGrandeCity_DrakesRoom_EventScript_228724:: @ 8228724
|
||||
special sub_813BF7C
|
||||
setflag FLAG_0x4FE
|
||||
call EverGrandeCity_DrakesRoom_EventScript_2723F8
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_2288B0, 4
|
||||
msgbox EverGrandeCity_DrakesRoom_Text_2288B0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -73,7 +73,7 @@ EverGrandeCity_DrakesRoom_Text_22873E: @ 822873E
|
||||
.string "For us to battle with POKéMON as\n"
|
||||
.string "partners, do you know what it takes?\p"
|
||||
.string "Do you know what is needed?\p"
|
||||
.string "If you don’t, then you will never\n"
|
||||
.string "If you don't, then you will never\n"
|
||||
.string "prevail over me!$"
|
||||
|
||||
EverGrandeCity_DrakesRoom_Text_228895: @ 8228895
|
||||
|
||||
@@ -44,27 +44,27 @@ EverGrandeCity_GlaciasRoom_EventScript_228469:: @ 8228469
|
||||
checkflag FLAG_0x4FD
|
||||
goto_eq EverGrandeCity_GlaciasRoom_EventScript_228490
|
||||
playbgm MUS_SITENNOU, 0
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_2284AC, 4
|
||||
trainerbattle 3, TRAINER_GLACIA, 0, EverGrandeCity_GlaciasRoom_Text_2285B4
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_2284AC, MSGBOX_DEFAULT
|
||||
trainerbattle_no_intro TRAINER_GLACIA, EverGrandeCity_GlaciasRoom_Text_2285B4
|
||||
goto EverGrandeCity_GlaciasRoom_EventScript_22849A
|
||||
end
|
||||
|
||||
EverGrandeCity_GlaciasRoom_EventScript_228490:: @ 8228490
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_228640, 4
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_228640, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_GlaciasRoom_EventScript_22849A:: @ 822849A
|
||||
setflag FLAG_0x4FD
|
||||
call EverGrandeCity_GlaciasRoom_EventScript_2723F8
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_228640, 4
|
||||
msgbox EverGrandeCity_GlaciasRoom_Text_228640, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_GlaciasRoom_Text_2284AC: @ 82284AC
|
||||
.string "Welcome, my name is GLACIA\n"
|
||||
.string "of the ELITE FOUR.\p"
|
||||
.string "I’ve traveled from afar to HOENN\n"
|
||||
.string "I've traveled from afar to HOENN\n"
|
||||
.string "so that I may hone my ice skills.\p"
|
||||
.string "But all I have seen are challenges by\n"
|
||||
.string "weak TRAINERS and their POKéMON.\p"
|
||||
@@ -76,7 +76,7 @@ EverGrandeCity_GlaciasRoom_Text_2285B4: @ 82285B4
|
||||
.string "You and your POKéMON…\n"
|
||||
.string "How hot your spirits burn!\p"
|
||||
.string "The all-consuming heat overwhelms.\p"
|
||||
.string "It’s no surprise that my icy skills\n"
|
||||
.string "It's no surprise that my icy skills\n"
|
||||
.string "failed to harm you.$"
|
||||
|
||||
EverGrandeCity_GlaciasRoom_Text_228640: @ 8228640
|
||||
|
||||
@@ -23,7 +23,7 @@ EverGrandeCity_HallOfFame_EventScript_229850:: @ 8229850
|
||||
applymovement 1, EverGrandeCity_HallOfFame_Movement_2725A8
|
||||
applymovement 255, EverGrandeCity_HallOfFame_Movement_2725A4
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_HallOfFame_Text_22990E, 4
|
||||
msgbox EverGrandeCity_HallOfFame_Text_22990E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, EverGrandeCity_HallOfFame_Movement_229908
|
||||
applymovement 255, EverGrandeCity_HallOfFame_Movement_229908
|
||||
@@ -32,7 +32,7 @@ EverGrandeCity_HallOfFame_EventScript_229850:: @ 8229850
|
||||
applymovement 1, EverGrandeCity_HallOfFame_Movement_2725A8
|
||||
applymovement 255, EverGrandeCity_HallOfFame_Movement_2725A4
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_HallOfFame_Text_2299A3, 4
|
||||
msgbox EverGrandeCity_HallOfFame_Text_2299A3, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 1, EverGrandeCity_HallOfFame_Movement_2725A6
|
||||
applymovement 255, EverGrandeCity_HallOfFame_Movement_2725A6
|
||||
@@ -92,7 +92,7 @@ EverGrandeCity_HallOfFame_Text_22990E: @ 822990E
|
||||
.string "are honored.$"
|
||||
|
||||
EverGrandeCity_HallOfFame_Text_2299A3: @ 82299A3
|
||||
.string "WALLACE: Come on, let’s record your\n"
|
||||
.string "WALLACE: Come on, let's record your\n"
|
||||
.string "name as a TRAINER who triumphed over\l"
|
||||
.string "the POKéMON LEAGUE, and the names of\l"
|
||||
.string "the partners who battled with you.$"
|
||||
|
||||
@@ -44,26 +44,26 @@ EverGrandeCity_PhoebesRoom_EventScript_2281CB:: @ 82281CB
|
||||
checkflag FLAG_0x4FC
|
||||
goto_eq EverGrandeCity_PhoebesRoom_EventScript_2281F2
|
||||
playbgm MUS_SITENNOU, 0
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_22820E, 4
|
||||
trainerbattle 3, TRAINER_PHOEBE, 0, EverGrandeCity_PhoebesRoom_Text_228325
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_22820E, MSGBOX_DEFAULT
|
||||
trainerbattle_no_intro TRAINER_PHOEBE, EverGrandeCity_PhoebesRoom_Text_228325
|
||||
goto EverGrandeCity_PhoebesRoom_EventScript_2281FC
|
||||
end
|
||||
|
||||
EverGrandeCity_PhoebesRoom_EventScript_2281F2:: @ 82281F2
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_228343, 4
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_228343, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_PhoebesRoom_EventScript_2281FC:: @ 82281FC
|
||||
setflag FLAG_0x4FC
|
||||
call EverGrandeCity_PhoebesRoom_EventScript_2723F8
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_228343, 4
|
||||
msgbox EverGrandeCity_PhoebesRoom_Text_228343, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_PhoebesRoom_Text_22820E: @ 822820E
|
||||
.string "Ahahaha!\p"
|
||||
.string "I’m PHOEBE of the ELITE FOUR.\n"
|
||||
.string "I'm PHOEBE of the ELITE FOUR.\n"
|
||||
.string "I did my training on MT. PYRE.\p"
|
||||
.string "While I trained, I gained the ability\n"
|
||||
.string "to commune with GHOST-type POKéMON.\p"
|
||||
@@ -74,14 +74,14 @@ EverGrandeCity_PhoebesRoom_Text_22820E: @ 822820E
|
||||
|
||||
EverGrandeCity_PhoebesRoom_Text_228325: @ 8228325
|
||||
.string "Oh, darn.\n"
|
||||
.string "I’ve gone and lost.$"
|
||||
.string "I've gone and lost.$"
|
||||
|
||||
EverGrandeCity_PhoebesRoom_Text_228343: @ 8228343
|
||||
.string "There’s a definite bond between you\n"
|
||||
.string "There's a definite bond between you\n"
|
||||
.string "and your POKéMON, too.\p"
|
||||
.string "I didn’t recognize it, so it’s only\n"
|
||||
.string "I didn't recognize it, so it's only\n"
|
||||
.string "natural that I lost.\p"
|
||||
.string "Yup, I’d like to see how far your bond\n"
|
||||
.string "Yup, I'd like to see how far your bond\n"
|
||||
.string "will carry you.\p"
|
||||
.string "Go ahead, move on to the next room.$"
|
||||
|
||||
|
||||
@@ -24,17 +24,17 @@ EverGrandeCity_PokemonCenter_1F_EventScript_229A59:: @ 8229A59
|
||||
end
|
||||
|
||||
EverGrandeCity_PokemonCenter_1F_EventScript_229A67:: @ 8229A67
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229ADA, 2
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229ADA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
EverGrandeCity_PokemonCenter_1F_EventScript_229A70:: @ 8229A70
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229B62, 2
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229B62, MSGBOX_NPC
|
||||
end
|
||||
|
||||
EverGrandeCity_PokemonCenter_1F_EventScript_229A79:: @ 8229A79
|
||||
lock
|
||||
faceplayer
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229BF1, 4
|
||||
msgbox EverGrandeCity_PokemonCenter_1F_Text_229BF1, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_FACING, 2
|
||||
call_if 1, EverGrandeCity_PokemonCenter_1F_EventScript_229AB6
|
||||
@@ -81,24 +81,24 @@ EverGrandeCity_PokemonCenter_1F_Movement_229AD3: @ 8229AD3
|
||||
EverGrandeCity_PokemonCenter_1F_Text_229ADA: @ 8229ADA
|
||||
.string "The POKéMON LEAGUE is only a short\n"
|
||||
.string "distance after the VICTORY ROAD.\p"
|
||||
.string "If you’ve come this far, what choice\n"
|
||||
.string "If you've come this far, what choice\n"
|
||||
.string "do you have but to keep going?$"
|
||||
|
||||
EverGrandeCity_PokemonCenter_1F_Text_229B62: @ 8229B62
|
||||
.string "The long and harrowing VICTORY ROAD…\p"
|
||||
.string "It’s like reliving the path one has\n"
|
||||
.string "It's like reliving the path one has\n"
|
||||
.string "traveled in life…\p"
|
||||
.string "Believe in your POKéMON and give it\n"
|
||||
.string "your very best!$"
|
||||
|
||||
EverGrandeCity_PokemonCenter_1F_Text_229BF1: @ 8229BF1
|
||||
.string "SCOTT: {PLAYER}{KUN}, you’ve clawed your\n"
|
||||
.string "SCOTT: {PLAYER}{KUN}, you've clawed your\n"
|
||||
.string "way up to face the POKéMON LEAGUE!\p"
|
||||
.string "I’m happy for you!\n"
|
||||
.string "I'm happy for you!\n"
|
||||
.string "You made my cheering worthwhile!\p"
|
||||
.string "{PLAYER}{KUN}, if you were to become\n"
|
||||
.string "the POKéMON LEAGUE CHAMPION…\p"
|
||||
.string "I’ll get in touch with you then.\p"
|
||||
.string "I'll get in touch with you then.\p"
|
||||
.string "Okay, {PLAYER}{KUN}.\n"
|
||||
.string "Go for greatness!$"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ EverGrandeCity_PokemonLeague_1F_EventScript_22960A:: @ 822960A
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart EverGrandeCity_PokemonLeague_1F_Pokemart_229624
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -88,14 +88,14 @@ EverGrandeCity_PokemonLeague_1F_EventScript_2296A3:: @ 82296A3
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_EventScript_2296AE:: @ 82296AE
|
||||
playse SE_HAZURE
|
||||
msgbox EverGrandeCity_PokemonLeague_1F_Text_229787, 4
|
||||
msgbox EverGrandeCity_PokemonLeague_1F_Text_229787, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_EventScript_2296BB:: @ 82296BB
|
||||
applymovement VAR_LAST_TALKED, EverGrandeCity_PokemonLeague_1F_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox EverGrandeCity_PokemonLeague_1F_Text_2297EF, 4
|
||||
msgbox EverGrandeCity_PokemonLeague_1F_Text_2297EF, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, EverGrandeCity_PokemonLeague_1F_Movement_2725A2
|
||||
waitmovement 0
|
||||
@@ -132,8 +132,8 @@ EverGrandeCity_PokemonLeague_1F_Text_2296E8: @ 82296E8
|
||||
.string "all the GYM BADGES.$"
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_Text_229787: @ 8229787
|
||||
.string "You haven’t obtained all the BADGES.\p"
|
||||
.string "If you’re bound for the POKéMON\n"
|
||||
.string "You haven't obtained all the BADGES.\p"
|
||||
.string "If you're bound for the POKéMON\n"
|
||||
.string "LEAGUE, you must return with them.$"
|
||||
|
||||
EverGrandeCity_PokemonLeague_1F_Text_2297EF: @ 82297EF
|
||||
|
||||
@@ -51,41 +51,41 @@ EverGrandeCity_SidneysRoom_EventScript_227F64:: @ 8227F64
|
||||
checkflag FLAG_0x4FB
|
||||
goto_eq EverGrandeCity_SidneysRoom_EventScript_227F8B
|
||||
playbgm MUS_SITENNOU, 0
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_227FA7, 4
|
||||
trainerbattle 3, TRAINER_SIDNEY, 0, EverGrandeCity_SidneysRoom_Text_2280A2
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_227FA7, MSGBOX_DEFAULT
|
||||
trainerbattle_no_intro TRAINER_SIDNEY, EverGrandeCity_SidneysRoom_Text_2280A2
|
||||
goto EverGrandeCity_SidneysRoom_EventScript_227F95
|
||||
end
|
||||
|
||||
EverGrandeCity_SidneysRoom_EventScript_227F8B:: @ 8227F8B
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_2280EC, 4
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_2280EC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_SidneysRoom_EventScript_227F95:: @ 8227F95
|
||||
setflag FLAG_0x4FB
|
||||
call EverGrandeCity_SidneysRoom_EventScript_2723F8
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_2280EC, 4
|
||||
msgbox EverGrandeCity_SidneysRoom_Text_2280EC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EverGrandeCity_SidneysRoom_Text_227FA7: @ 8227FA7
|
||||
.string "Welcome, challenger!\n"
|
||||
.string "I’m SIDNEY of the ELITE FOUR.\p"
|
||||
.string "I like that look you’re giving me.\n"
|
||||
.string "I guess you’ll give me a good match.\l"
|
||||
.string "That’s good! Looking real good!\p"
|
||||
.string "All right! You and me, let’s enjoy\n"
|
||||
.string "I'm SIDNEY of the ELITE FOUR.\p"
|
||||
.string "I like that look you're giving me.\n"
|
||||
.string "I guess you'll give me a good match.\l"
|
||||
.string "That's good! Looking real good!\p"
|
||||
.string "All right! You and me, let's enjoy\n"
|
||||
.string "a battle that can only be staged\l"
|
||||
.string "here in the POKéMON LEAGUE!$"
|
||||
|
||||
EverGrandeCity_SidneysRoom_Text_2280A2: @ 82280A2
|
||||
.string "Well, how do you like that? I lost!\n"
|
||||
.string "Eh, it was fun, so it doesn’t matter.$"
|
||||
.string "Eh, it was fun, so it doesn't matter.$"
|
||||
|
||||
EverGrandeCity_SidneysRoom_Text_2280EC: @ 82280EC
|
||||
.string "Well, listen to what this loser has\n"
|
||||
.string "to say.\p"
|
||||
.string "You’ve got what it takes to go far.\n"
|
||||
.string "You've got what it takes to go far.\n"
|
||||
.string "Now, go on to the next room and enjoy\l"
|
||||
.string "your next battle!$"
|
||||
|
||||
|
||||
@@ -13,21 +13,21 @@ FallarborTown_EventScript_1EB20C:: @ 81EB20C
|
||||
faceplayer
|
||||
checkflag FLAG_0x08B
|
||||
goto_eq FallarborTown_EventScript_1EB221
|
||||
msgbox FallarborTown_Text_1EB26B, 4
|
||||
msgbox FallarborTown_Text_1EB26B, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB221:: @ 81EB221
|
||||
msgbox FallarborTown_Text_1EB2DE, 4
|
||||
msgbox FallarborTown_Text_1EB2DE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB22B:: @ 81EB22B
|
||||
msgbox FallarborTown_Text_1EB35F, 2
|
||||
msgbox FallarborTown_Text_1EB35F, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB234:: @ 81EB234
|
||||
msgbox FallarborTown_Text_1EB3CA, 2
|
||||
msgbox FallarborTown_Text_1EB3CA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB23D:: @ 81EB23D
|
||||
@@ -35,31 +35,31 @@ FallarborTown_EventScript_1EB23D:: @ 81EB23D
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_AZURILL, 0
|
||||
msgbox FallarborTown_Text_1EB3B5, 4
|
||||
msgbox FallarborTown_Text_1EB3B5, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB250:: @ 81EB250
|
||||
msgbox FallarborTown_Text_1EB4C2, 3
|
||||
msgbox FallarborTown_Text_1EB4C2, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB259:: @ 81EB259
|
||||
msgbox FallarborTown_Text_1EB4FE, 3
|
||||
msgbox FallarborTown_Text_1EB4FE, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FallarborTown_EventScript_1EB262:: @ 81EB262
|
||||
msgbox FallarborTown_Text_1EB534, 3
|
||||
msgbox FallarborTown_Text_1EB534, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FallarborTown_Text_1EB26B: @ 81EB26B
|
||||
.string "Something’s happening,\n"
|
||||
.string "and I don’t like it!\p"
|
||||
.string "I’ve seen shady characters wandering\n"
|
||||
.string "in and out of PROF. COZMO’s home…$"
|
||||
.string "Something's happening,\n"
|
||||
.string "and I don't like it!\p"
|
||||
.string "I've seen shady characters wandering\n"
|
||||
.string "in and out of PROF. COZMO's home…$"
|
||||
|
||||
FallarborTown_Text_1EB2DE: @ 81EB2DE
|
||||
.string "This region’s been known for meteors\n"
|
||||
.string "This region's been known for meteors\n"
|
||||
.string "since the olden days.\p"
|
||||
.string "They say METEOR FALLS was gouged out\n"
|
||||
.string "by a falling meteorite long ago.$"
|
||||
@@ -67,7 +67,7 @@ FallarborTown_Text_1EB2DE: @ 81EB2DE
|
||||
FallarborTown_Text_1EB35F: @ 81EB35F
|
||||
.string "See! Take a look!\n"
|
||||
.string "This is my precious AZURILL!\p"
|
||||
.string "It’s slick and smooth and plushy, too!$"
|
||||
.string "It's slick and smooth and plushy, too!$"
|
||||
|
||||
FallarborTown_Text_1EB3B5: @ 81EB3B5
|
||||
.string "AZURILL: Rooreelooo.$"
|
||||
@@ -75,10 +75,10 @@ FallarborTown_Text_1EB3B5: @ 81EB3B5
|
||||
FallarborTown_Text_1EB3CA: @ 81EB3CA
|
||||
.string "Have you already challenged FLANNERY,\n"
|
||||
.string "the LEADER of LAVARIDGE GYM?\p"
|
||||
.string "The girl’s grandfather was famous.\n"
|
||||
.string "The girl's grandfather was famous.\n"
|
||||
.string "He was one of the ELITE FOUR in the\l"
|
||||
.string "POKéMON LEAGUE at one point.\p"
|
||||
.string "It wouldn’t surprise me to see FLANNERY\n"
|
||||
.string "It wouldn't surprise me to see FLANNERY\n"
|
||||
.string "become a great TRAINER in her own\l"
|
||||
.string "right.$"
|
||||
|
||||
@@ -91,6 +91,6 @@ FallarborTown_Text_1EB4FE: @ 81EB4FE
|
||||
.string "“A farm community with small gardens.”$"
|
||||
|
||||
FallarborTown_Text_1EB534: @ 81EB534
|
||||
.string "MOVE TUTOR’S HOUSE\n"
|
||||
.string "MOVE TUTOR'S HOUSE\n"
|
||||
.string "“New moves taught to POKéMON.”$"
|
||||
|
||||
|
||||
@@ -51,10 +51,10 @@ FallarborTown_BattleTentBattleRoom_EventScript_20090F:: @ 820090F
|
||||
playse SE_W187
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257C93, 4
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257C93, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 4
|
||||
special sub_81B99B4
|
||||
msgbox gStringVar4, 4
|
||||
msgbox gStringVar4, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
call FallarborTown_BattleTentBattleRoom_EventScript_257B6C
|
||||
switch VAR_RESULT
|
||||
@@ -65,7 +65,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_20090F:: @ 820090F
|
||||
waitmovement 0
|
||||
setvar VAR_0x8004, 6
|
||||
special sub_81B9B80
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CCE, 4
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CCE, MSGBOX_DEFAULT
|
||||
|
||||
FallarborTown_BattleTentBattleRoom_EventScript_20097E:: @ 820097E
|
||||
setvar VAR_0x8004, 2
|
||||
@@ -81,7 +81,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_20099C:: @ 820099C
|
||||
playse SE_BAN
|
||||
waitse
|
||||
waitmovement 0
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CB3, 4
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CB3, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
|
||||
FallarborTown_BattleTentBattleRoom_EventScript_2009B3:: @ 82009B3
|
||||
@@ -102,7 +102,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_2009B3:: @ 82009B3
|
||||
waitmovement 0
|
||||
applymovement 1, FallarborTown_BattleTentBattleRoom_Movement_200B94
|
||||
waitmovement 0
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CE9, 4
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257CE9, MSGBOX_DEFAULT
|
||||
special LoadPlayerParty
|
||||
special SavePlayerParty
|
||||
setvar VAR_0x8004, 3
|
||||
@@ -127,7 +127,7 @@ FallarborTown_BattleTentBattleRoom_EventScript_200A2A:: @ 8200A2A
|
||||
case 2, FallarborTown_BattleTentBattleRoom_EventScript_200AA6
|
||||
|
||||
FallarborTown_BattleTentBattleRoom_EventScript_200A78:: @ 8200A78
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257E6B, 5
|
||||
msgbox FallarborTown_BattleTentBattleRoom_Text_257E6B, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, FallarborTown_BattleTentBattleRoom_EventScript_200A2A
|
||||
case 1, FallarborTown_BattleTentBattleRoom_EventScript_200B51
|
||||
|
||||
@@ -53,10 +53,10 @@ FallarborTown_BattleTentCorridor_Text_200791: @ 8200791
|
||||
.string "You can check them on your POKéNAV.$"
|
||||
|
||||
FallarborTown_BattleTentCorridor_Text_200802: @ 8200802
|
||||
.string "I can’t beat GYM LEADERS…\p"
|
||||
.string "I can’t win any CONTESTS…\p"
|
||||
.string "I’ve been here, there, and everywhere,\n"
|
||||
.string "and it’s all for naught…$"
|
||||
.string "I can't beat GYM LEADERS…\p"
|
||||
.string "I can't win any CONTESTS…\p"
|
||||
.string "I've been here, there, and everywhere,\n"
|
||||
.string "and it's all for naught…$"
|
||||
|
||||
FallarborTown_BattleTentCorridor_Text_200876: @ 8200876
|
||||
.string "POKéMON CONTESTS\n"
|
||||
|
||||
@@ -27,7 +27,7 @@ FallarborTown_BattleTentLobby_EventScript_1FFEAF:: @ 81FFEAF
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_1FFEB8:: @ 81FFEB8
|
||||
lockall
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4DED, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4DED, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 0
|
||||
@@ -43,7 +43,7 @@ FallarborTown_BattleTentLobby_EventScript_1FFEB8:: @ 81FFEB8
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_1FFEED:: @ 81FFEED
|
||||
lockall
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4EC3, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4EC3, MSGBOX_DEFAULT
|
||||
message FallarborTown_BattleTentLobby_Text_2C4EFF
|
||||
waitmessage
|
||||
setvar VAR_0x8004, 4
|
||||
@@ -59,7 +59,7 @@ FallarborTown_BattleTentLobby_EventScript_1FFEED:: @ 81FFEED
|
||||
waitse
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_1FFF27:: @ 81FFF27
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4F22, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4F22, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 5
|
||||
special sub_81B9B80
|
||||
switch VAR_RESULT
|
||||
@@ -72,14 +72,14 @@ FallarborTown_BattleTentLobby_EventScript_1FFF27:: @ 81FFF27
|
||||
waitmessage
|
||||
playfanfare MUS_FANFA4
|
||||
waitfanfare
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C501F, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C501F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_1FFF73:: @ 81FFF73
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4F83, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4F83, MSGBOX_DEFAULT
|
||||
waitmessage
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
@@ -88,7 +88,7 @@ FallarborTown_BattleTentLobby_EventScript_1FFF73:: @ 81FFF73
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_1FFF84:: @ 81FFF84
|
||||
lockall
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4EC3, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4EC3, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_1FFF27
|
||||
end
|
||||
|
||||
@@ -105,7 +105,7 @@ FallarborTown_BattleTentLobby_EventScript_1FFF93:: @ 81FFF93
|
||||
special sub_81B9B80
|
||||
playse SE_SAVE
|
||||
waitse
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C501F, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C501F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_0, 255
|
||||
releaseall
|
||||
@@ -135,7 +135,7 @@ FallarborTown_BattleTentLobby_EventScript_200001:: @ 8200001
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, FallarborTown_BattleTentLobby_EventScript_1FFF84
|
||||
special SavePlayerParty
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C47EB, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C47EB, MSGBOX_DEFAULT
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200021:: @ 8200021
|
||||
message FallarborTown_BattleTentLobby_Text_2C4843
|
||||
@@ -159,7 +159,7 @@ FallarborTown_BattleTentLobby_EventScript_20005D:: @ 820005D
|
||||
setvar VAR_0x8005, 1
|
||||
setvar VAR_0x8006, 2
|
||||
special CallFrontierUtilFunc
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4BC8, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4BC8, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
setvar VAR_0x8004, 2
|
||||
setvar VAR_0x8005, 3
|
||||
@@ -167,7 +167,7 @@ FallarborTown_BattleTentLobby_EventScript_20005D:: @ 820005D
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FallarborTown_BattleTentLobby_EventScript_2001C2
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4B35, 5
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4B35, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, FallarborTown_BattleTentLobby_EventScript_2001C2
|
||||
case 1, FallarborTown_BattleTentLobby_EventScript_2000E2
|
||||
@@ -201,7 +201,7 @@ FallarborTown_BattleTentLobby_EventScript_20013C:: @ 820013C
|
||||
setvar VAR_0x8004, 3
|
||||
setvar VAR_0x8005, 3
|
||||
special CallFrontierUtilFunc
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4DC3, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4DC3, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call FallarborTown_BattleTentLobby_EventScript_2001CF
|
||||
warp MAP_FALLARBOR_TOWN_BATTLE_TENT_CORRIDOR, 255, 2, 7
|
||||
@@ -210,7 +210,7 @@ FallarborTown_BattleTentLobby_EventScript_20013C:: @ 820013C
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200169:: @ 8200169
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C48AC, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C48AC, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_200021
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200176:: @ 8200176
|
||||
@@ -219,11 +219,11 @@ FallarborTown_BattleTentLobby_EventScript_200176:: @ 8200176
|
||||
case 1, FallarborTown_BattleTentLobby_EventScript_20019E
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200191:: @ 8200191
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4BFA, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4BFA, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_2001CD
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_20019E:: @ 820019E
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4CC0, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C4CC0, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_2001CD
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2001AB:: @ 82001AB
|
||||
@@ -237,7 +237,7 @@ FallarborTown_BattleTentLobby_EventScript_2001C2:: @ 82001C2
|
||||
special LoadPlayerParty
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2001C5:: @ 82001C5
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C487F, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C487F, MSGBOX_DEFAULT
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2001CD:: @ 82001CD
|
||||
release
|
||||
@@ -280,15 +280,15 @@ FallarborTown_BattleTentLobby_Movement_200209: @ 8200209
|
||||
step_end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_20020D:: @ 820020D
|
||||
msgbox FallarborTown_BattleTentLobby_Text_20045A, 2
|
||||
msgbox FallarborTown_BattleTentLobby_Text_20045A, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200216:: @ 8200216
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200304, 2
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200304, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_20021F:: @ 820021F
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200382, 2
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200382, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200228:: @ 8200228
|
||||
@@ -296,20 +296,20 @@ FallarborTown_BattleTentLobby_EventScript_200228:: @ 8200228
|
||||
faceplayer
|
||||
checkflag FLAG_0x1CD
|
||||
goto_eq FallarborTown_BattleTentLobby_EventScript_200245
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200501, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200501, MSGBOX_DEFAULT
|
||||
addvar VAR_0x40D1, 1
|
||||
setflag FLAG_0x1CD
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_200245:: @ 8200245
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200653, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_200653, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_20024F:: @ 820024F
|
||||
lockall
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256DB8, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256DB8, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
@@ -328,27 +328,27 @@ FallarborTown_BattleTentLobby_EventScript_20025E:: @ 820025E
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2002BC:: @ 82002BC
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C67CD, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_2C67CD, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2002CA:: @ 82002CA
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256E02, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256E02, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2002D8:: @ 82002D8
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256F43, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256F43, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2002E6:: @ 82002E6
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256FF2, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_256FF2, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
FallarborTown_BattleTentLobby_EventScript_2002F4:: @ 82002F4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_257202, 4
|
||||
msgbox FallarborTown_BattleTentLobby_Text_257202, MSGBOX_DEFAULT
|
||||
goto FallarborTown_BattleTentLobby_EventScript_20025E
|
||||
end
|
||||
|
||||
@@ -358,9 +358,9 @@ FallarborTown_BattleTentLobby_EventScript_200302:: @ 8200302
|
||||
|
||||
FallarborTown_BattleTentLobby_Text_200304: @ 8200304
|
||||
.string "Fufufufufu.\p"
|
||||
.string "I’m going to make everyone think\n"
|
||||
.string "I’m just a kid and let them play down.\p"
|
||||
.string "Then, I’ll shock them and grab\n"
|
||||
.string "I'm going to make everyone think\n"
|
||||
.string "I'm just a kid and let them play down.\p"
|
||||
.string "Then, I'll shock them and grab\n"
|
||||
.string "the title!$"
|
||||
|
||||
FallarborTown_BattleTentLobby_Text_200382: @ 8200382
|
||||
@@ -368,16 +368,16 @@ FallarborTown_BattleTentLobby_Text_200382: @ 8200382
|
||||
.string "different events in different towns?\p"
|
||||
.string "My favorite is definitely the BATTLE\n"
|
||||
.string "TENT in FALLARBOR TOWN.\p"
|
||||
.string "I think it’s fantastic how TRAINERS\n"
|
||||
.string "I think it's fantastic how TRAINERS\n"
|
||||
.string "try to win with all their faith in\l"
|
||||
.string "their POKéMON.$"
|
||||
|
||||
FallarborTown_BattleTentLobby_Text_20045A: @ 820045A
|
||||
.string "I heard something about some tent,\n"
|
||||
.string "so I came to camp out.\p"
|
||||
.string "I didn’t know that tents these days\n"
|
||||
.string "I didn't know that tents these days\n"
|
||||
.string "are so luxurious!\p"
|
||||
.string "Since I’m here, I may as well try\n"
|
||||
.string "Since I'm here, I may as well try\n"
|
||||
.string "my hand at battling!$"
|
||||
|
||||
FallarborTown_BattleTentLobby_Text_200501: @ 8200501
|
||||
@@ -385,13 +385,13 @@ FallarborTown_BattleTentLobby_Text_200501: @ 8200501
|
||||
.string "So you came out to this BATTLE TENT!\p"
|
||||
.string "The people in these parts tend to be\n"
|
||||
.string "easygoing and laid-back.\p"
|
||||
.string "But, you see, what I’m looking for are\n"
|
||||
.string "But, you see, what I'm looking for are\n"
|
||||
.string "people with…\p"
|
||||
.string "How should I say this?\p"
|
||||
.string "Someone bursting with the desire\n"
|
||||
.string "and the drive to win.\p"
|
||||
.string "If there were a TRAINER like that,\n"
|
||||
.string "I’d immediately…\p"
|
||||
.string "I'd immediately…\p"
|
||||
.string "Whoops! Never mind!\n"
|
||||
.string "Keep working at it!$"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ FallarborTown_House1_EventScript_200F13:: @ 8200F13
|
||||
checkitem ITEM_METEORITE, 1
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq FallarborTown_House1_EventScript_200F38
|
||||
msgbox FallarborTown_House1_Text_200FEE, 4
|
||||
msgbox FallarborTown_House1_Text_200FEE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -20,34 +20,34 @@ FallarborTown_House1_EventScript_200F38:: @ 8200F38
|
||||
call_if 1, FallarborTown_House1_EventScript_200F9C
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FallarborTown_House1_EventScript_200FA5
|
||||
msgbox FallarborTown_House1_Text_201159, 4
|
||||
msgbox FallarborTown_House1_Text_201159, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_TM27
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FallarborTown_House1_EventScript_272054
|
||||
setvar VAR_0x8004, 280
|
||||
call FallarborTown_House1_EventScript_2723E4
|
||||
setflag FLAG_0x0E5
|
||||
msgbox FallarborTown_House1_Text_2011A5, 4
|
||||
msgbox FallarborTown_House1_Text_2011A5, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_House1_EventScript_200F8B:: @ 8200F8B
|
||||
msgbox FallarborTown_House1_Text_200FEE, 4
|
||||
msgbox FallarborTown_House1_Text_2010A2, 5
|
||||
msgbox FallarborTown_House1_Text_200FEE, MSGBOX_DEFAULT
|
||||
msgbox FallarborTown_House1_Text_2010A2, MSGBOX_YESNO
|
||||
return
|
||||
|
||||
FallarborTown_House1_EventScript_200F9C:: @ 8200F9C
|
||||
msgbox FallarborTown_House1_Text_201249, 5
|
||||
msgbox FallarborTown_House1_Text_201249, MSGBOX_YESNO
|
||||
return
|
||||
|
||||
FallarborTown_House1_EventScript_200FA5:: @ 8200FA5
|
||||
setflag FLAG_TEMP_2
|
||||
msgbox FallarborTown_House1_Text_201212, 4
|
||||
msgbox FallarborTown_House1_Text_201212, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_House1_EventScript_200FB2:: @ 8200FB2
|
||||
msgbox FallarborTown_House1_Text_2011A5, 4
|
||||
msgbox FallarborTown_House1_Text_2011A5, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -58,17 +58,17 @@ FallarborTown_House1_EventScript_200FBC:: @ 8200FBC
|
||||
goto_eq FallarborTown_House1_EventScript_200FE4
|
||||
checkflag FLAG_0x08B
|
||||
goto_eq FallarborTown_House1_EventScript_200FDA
|
||||
msgbox FallarborTown_House1_Text_2012BC, 4
|
||||
msgbox FallarborTown_House1_Text_2012BC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_House1_EventScript_200FDA:: @ 8200FDA
|
||||
msgbox FallarborTown_House1_Text_201310, 4
|
||||
msgbox FallarborTown_House1_Text_201310, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_House1_EventScript_200FE4:: @ 8200FE4
|
||||
msgbox FallarborTown_House1_Text_20134B, 4
|
||||
msgbox FallarborTown_House1_Text_20134B, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -78,7 +78,7 @@ FallarborTown_House1_Text_200FEE: @ 8200FEE
|
||||
.string "conned into telling TEAM MAGMA where\l"
|
||||
.string "you can find METEORITES…\p"
|
||||
.string "That METEORITE from METEOR FALLS…\n"
|
||||
.string "It’s never going to be mine now…$"
|
||||
.string "It's never going to be mine now…$"
|
||||
|
||||
FallarborTown_House1_Text_2010A2: @ 82010A2
|
||||
.string "Oh!\n"
|
||||
@@ -88,7 +88,7 @@ FallarborTown_House1_Text_2010A2: @ 82010A2
|
||||
.string "Is it the METEORITE that TEAM MAGMA\n"
|
||||
.string "took from METEOR FALLS?\p"
|
||||
.string "Please, may I have it?\p"
|
||||
.string "I’m not asking for it for free.\n"
|
||||
.string "I'm not asking for it for free.\n"
|
||||
.string "How about in exchange for this TM?$"
|
||||
|
||||
FallarborTown_House1_Text_201159: @ 8201159
|
||||
@@ -97,18 +97,18 @@ FallarborTown_House1_Text_201159: @ 8201159
|
||||
.string "Please use it!$"
|
||||
|
||||
FallarborTown_House1_Text_2011A5: @ 82011A5
|
||||
.string "PROF. COZMO: Oh, I can’t believe it.\n"
|
||||
.string "PROF. COZMO: Oh, I can't believe it.\n"
|
||||
.string "This is really, really great!\p"
|
||||
.string "This is really going to help my research!$"
|
||||
|
||||
FallarborTown_House1_Text_201212: @ 8201212
|
||||
.string "PROF. COZMO: Oh, but…\n"
|
||||
.string "I’m crushed with disappointment…$"
|
||||
.string "I'm crushed with disappointment…$"
|
||||
|
||||
FallarborTown_House1_Text_201249: @ 8201249
|
||||
.string "PROF. COZMO: Please, may I have that\n"
|
||||
.string "METEORITE?\p"
|
||||
.string "I’m not asking for it for free.\n"
|
||||
.string "I'm not asking for it for free.\n"
|
||||
.string "How about in exchange for this TM?$"
|
||||
|
||||
FallarborTown_House1_Text_2012BC: @ 82012BC
|
||||
@@ -118,9 +118,9 @@ FallarborTown_House1_Text_2012BC: @ 82012BC
|
||||
|
||||
FallarborTown_House1_Text_201310: @ 8201310
|
||||
.string "Poor PROF. COZMO…\n"
|
||||
.string "He’s so depressed… I feel sorry for him.$"
|
||||
.string "He's so depressed… I feel sorry for him.$"
|
||||
|
||||
FallarborTown_House1_Text_20134B: @ 820134B
|
||||
.string "Look at PROF. COZMO…\n"
|
||||
.string "He’s so happy! I think it’s cute.$"
|
||||
.string "He's so happy! I think it's cute.$"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ FallarborTown_House2_EventScript_201383:: @ 8201383
|
||||
waitmovement 0
|
||||
checkflag FLAG_TEMP_1
|
||||
goto_eq FallarborTown_House2_EventScript_2013A8
|
||||
msgbox FallarborTown_House2_Text_20145C, 4
|
||||
msgbox FallarborTown_House2_Text_20145C, MSGBOX_DEFAULT
|
||||
setflag FLAG_TEMP_1
|
||||
goto FallarborTown_House2_EventScript_2013A8
|
||||
end
|
||||
@@ -16,14 +16,14 @@ FallarborTown_House2_EventScript_2013A8:: @ 82013A8
|
||||
checkitem ITEM_HEART_SCALE, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FallarborTown_House2_EventScript_201452
|
||||
msgbox FallarborTown_House2_Text_201541, 5
|
||||
msgbox FallarborTown_House2_Text_201541, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, FallarborTown_House2_EventScript_201452
|
||||
goto FallarborTown_House2_EventScript_2013D6
|
||||
end
|
||||
|
||||
FallarborTown_House2_EventScript_2013D6:: @ 82013D6
|
||||
msgbox FallarborTown_House2_Text_2015A5, 4
|
||||
msgbox FallarborTown_House2_Text_2015A5, MSGBOX_DEFAULT
|
||||
special sub_81B951C
|
||||
waitstate
|
||||
compare VAR_0x8004, 255
|
||||
@@ -37,43 +37,43 @@ FallarborTown_House2_EventScript_2013D6:: @ 82013D6
|
||||
end
|
||||
|
||||
FallarborTown_House2_EventScript_20140C:: @ 820140C
|
||||
msgbox FallarborTown_House2_Text_2015C3, 4
|
||||
msgbox FallarborTown_House2_Text_2015C3, MSGBOX_DEFAULT
|
||||
special TeachMoveTutorMove
|
||||
waitstate
|
||||
compare VAR_0x8004, 0
|
||||
goto_eq FallarborTown_House2_EventScript_2013D6
|
||||
msgbox FallarborTown_House2_Text_201627, 4
|
||||
msgbox FallarborTown_House2_Text_201627, MSGBOX_DEFAULT
|
||||
takeitem ITEM_HEART_SCALE, 1
|
||||
goto FallarborTown_House2_EventScript_201452
|
||||
end
|
||||
|
||||
FallarborTown_House2_EventScript_201436:: @ 8201436
|
||||
msgbox FallarborTown_House2_Text_2015DE, 4
|
||||
msgbox FallarborTown_House2_Text_2015DE, MSGBOX_DEFAULT
|
||||
goto FallarborTown_House2_EventScript_2013D6
|
||||
end
|
||||
|
||||
FallarborTown_House2_EventScript_201444:: @ 8201444
|
||||
msgbox FallarborTown_House2_Text_201697, 4
|
||||
msgbox FallarborTown_House2_Text_201697, MSGBOX_DEFAULT
|
||||
goto FallarborTown_House2_EventScript_2013D6
|
||||
end
|
||||
|
||||
FallarborTown_House2_EventScript_201452:: @ 8201452
|
||||
msgbox FallarborTown_House2_Text_201653, 4
|
||||
msgbox FallarborTown_House2_Text_201653, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FallarborTown_House2_Text_20145C: @ 820145C
|
||||
.string "I’m the MOVE TUTOR.\p"
|
||||
.string "I'm the MOVE TUTOR.\p"
|
||||
.string "I know all the moves that POKéMON\n"
|
||||
.string "learn--every one of them--and I can\l"
|
||||
.string "teach POKéMON those moves.\p"
|
||||
.string "I can teach a move to a POKéMON\n"
|
||||
.string "of yours if you’d like.\p"
|
||||
.string "I’ll do it for a HEART SCALE.\n"
|
||||
.string "I’m collecting those now.$"
|
||||
.string "of yours if you'd like.\p"
|
||||
.string "I'll do it for a HEART SCALE.\n"
|
||||
.string "I'm collecting those now.$"
|
||||
|
||||
FallarborTown_House2_Text_201541: @ 8201541
|
||||
.string "Oh! That’s it! That’s an honest to\n"
|
||||
.string "Oh! That's it! That's an honest to\n"
|
||||
.string "goodness HEART SCALE!\p"
|
||||
.string "Let me guess, you want me to teach\n"
|
||||
.string "a move?$"
|
||||
@@ -86,7 +86,7 @@ FallarborTown_House2_Text_2015C3: @ 82015C3
|
||||
|
||||
FallarborTown_House2_Text_2015DE: @ 82015DE
|
||||
.string "Sorry…\p"
|
||||
.string "It doesn’t appear as if I have any move\n"
|
||||
.string "It doesn't appear as if I have any move\n"
|
||||
.string "I can teach that POKéMON.$"
|
||||
|
||||
FallarborTown_House2_Text_201627: @ 8201627
|
||||
@@ -98,6 +98,6 @@ FallarborTown_House2_Text_201653: @ 8201653
|
||||
.string "come back with a HEART SCALE.$"
|
||||
|
||||
FallarborTown_House2_Text_201697: @ 8201697
|
||||
.string "Hunh? There isn’t a single move that\n"
|
||||
.string "Hunh? There isn't a single move that\n"
|
||||
.string "I can teach an EGG.$"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ FallarborTown_Mart_EventScript_1FFCBF:: @ 81FFCBF
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart FallarborTown_Mart_Pokemart_1FFCD8
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -30,11 +30,11 @@ FallarborTown_Mart_Pokemart_1FFCD8: @ 81FFCD8
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_1FFCF4:: @ 81FFCF4
|
||||
msgbox FallarborTown_Mart_Text_1FFD19, 2
|
||||
msgbox FallarborTown_Mart_Text_1FFD19, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_1FFCFD:: @ 81FFCFD
|
||||
msgbox FallarborTown_Mart_Text_1FFE09, 2
|
||||
msgbox FallarborTown_Mart_Text_1FFE09, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_Mart_EventScript_1FFD06:: @ 81FFD06
|
||||
@@ -42,16 +42,16 @@ FallarborTown_Mart_EventScript_1FFD06:: @ 81FFD06
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_SKITTY, 0
|
||||
msgbox FallarborTown_Mart_Text_1FFDFA, 4
|
||||
msgbox FallarborTown_Mart_Text_1FFDFA, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_Mart_Text_1FFD19: @ 81FFD19
|
||||
.string "I’m having a hard time deciding if I\n"
|
||||
.string "I'm having a hard time deciding if I\n"
|
||||
.string "should make my SKITTY evolve or not.\p"
|
||||
.string "I only have to use this MOON STONE,\n"
|
||||
.string "but it’s so hard to decide…\p"
|
||||
.string "but it's so hard to decide…\p"
|
||||
.string "If I make it evolve, it will become\n"
|
||||
.string "much stronger.\p"
|
||||
.string "But it will look so different, too.$"
|
||||
@@ -61,6 +61,6 @@ FallarborTown_Mart_Text_1FFDFA: @ 81FFDFA
|
||||
|
||||
FallarborTown_Mart_Text_1FFE09: @ 81FFE09
|
||||
.string "This NUGGET I found here…\n"
|
||||
.string "I suppose I’ll have to sell it, seeing\l"
|
||||
.string "I suppose I'll have to sell it, seeing\l"
|
||||
.string "as how it has no other use.$"
|
||||
|
||||
|
||||
@@ -17,17 +17,17 @@ FallarborTown_PokemonCenter_1F_EventScript_200BE1:: @ 8200BE1
|
||||
end
|
||||
|
||||
FallarborTown_PokemonCenter_1F_EventScript_200BEF:: @ 8200BEF
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200E22, 2
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200E22, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_PokemonCenter_1F_EventScript_200BF8:: @ 8200BF8
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200E8B, 2
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200E8B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FallarborTown_PokemonCenter_1F_EventScript_200C01:: @ 8200C01
|
||||
lock
|
||||
faceplayer
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200C6B, 4
|
||||
msgbox FallarborTown_PokemonCenter_1F_Text_200C6B, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
switch VAR_FACING
|
||||
case 2, FallarborTown_PokemonCenter_1F_EventScript_200C28
|
||||
@@ -84,17 +84,17 @@ FallarborTown_PokemonCenter_1F_Movement_200C60: @ 8200C60
|
||||
FallarborTown_PokemonCenter_1F_Text_200C6B: @ 8200C6B
|
||||
.string "Oh, hello.\n"
|
||||
.string "You are?\p"
|
||||
.string "Okay, your name’s {PLAYER}{KUN}.\n"
|
||||
.string "I can see that you’re a TRAINER.\p"
|
||||
.string "Okay, your name's {PLAYER}{KUN}.\n"
|
||||
.string "I can see that you're a TRAINER.\p"
|
||||
.string "So that means you use the POKéMON\n"
|
||||
.string "Storage System I developed.\p"
|
||||
.string "How I arrived at that conclusion is\n"
|
||||
.string "a simple deductive process.\p"
|
||||
.string "You spoke to me because you wanted\n"
|
||||
.string "to access something on this PC.\p"
|
||||
.string "Oh, I’m sorry. I’m LANETTE.\p"
|
||||
.string "Honestly, I’m glad to meet you--it’s\n"
|
||||
.string "great you’re using the Storage System.\p"
|
||||
.string "Oh, I'm sorry. I'm LANETTE.\p"
|
||||
.string "Honestly, I'm glad to meet you--it's\n"
|
||||
.string "great you're using the Storage System.\p"
|
||||
.string "If you could, please visit me at home.\n"
|
||||
.string "My house is on ROUTE 114.$"
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@ FarawayIsland_Entrance_EventScript_267C9D:: @ 8267C9D
|
||||
FarawayIsland_Entrance_EventScript_267CA2:: @ 8267CA2
|
||||
lock
|
||||
faceplayer
|
||||
msgbox FarawayIsland_Entrance_Text_2C6B42, 5
|
||||
msgbox FarawayIsland_Entrance_Text_2C6B42, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FarawayIsland_Entrance_EventScript_267CE7
|
||||
msgbox FarawayIsland_Entrance_Text_2A6A5D, 4
|
||||
msgbox FarawayIsland_Entrance_Text_2A6A5D, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, FarawayIsland_Entrance_Movement_2725AA
|
||||
waitmovement 0
|
||||
@@ -36,11 +36,11 @@ FarawayIsland_Entrance_EventScript_267CA2:: @ 8267CA2
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_267CE7:: @ 8267CE7
|
||||
msgbox FarawayIsland_Entrance_Text_2A6A82, 4
|
||||
msgbox FarawayIsland_Entrance_Text_2A6A82, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_267CF1:: @ 8267CF1
|
||||
msgbox FarawayIsland_Entrance_Text_2C6D5A, 3
|
||||
msgbox FarawayIsland_Entrance_Text_2C6D5A, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
|
||||
@@ -198,7 +198,7 @@ FarawayIsland_Interior_EventScript_267EDB:: @ 8267EDB
|
||||
setflag FLAG_HIDE_MEW
|
||||
removeobject 1
|
||||
fadescreenswapbuffers 0
|
||||
msgbox FarawayIsland_Interior_Text_267EF1, 4
|
||||
msgbox FarawayIsland_Interior_Text_267EF1, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -12,7 +12,7 @@ FortreeCity_MapScript1_1E25B3: @ 81E25B3
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25B6:: @ 81E25B6
|
||||
msgbox FortreeCity_Text_1E2676, 2
|
||||
msgbox FortreeCity_Text_1E2676, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25BF:: @ 81E25BF
|
||||
@@ -20,37 +20,37 @@ FortreeCity_EventScript_1E25BF:: @ 81E25BF
|
||||
faceplayer
|
||||
checkflag FLAG_0x127
|
||||
goto_eq FortreeCity_EventScript_1E25D4
|
||||
msgbox FortreeCity_Text_1E2738, 4
|
||||
msgbox FortreeCity_Text_1E2738, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25D4:: @ 81E25D4
|
||||
msgbox FortreeCity_Text_1E27B6, 4
|
||||
msgbox FortreeCity_Text_1E27B6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25DE:: @ 81E25DE
|
||||
msgbox FortreeCity_Text_1E27FE, 2
|
||||
msgbox FortreeCity_Text_1E27FE, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25E7:: @ 81E25E7
|
||||
msgbox FortreeCity_Text_1E2880, 2
|
||||
msgbox FortreeCity_Text_1E2880, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25F0:: @ 81E25F0
|
||||
msgbox FortreeCity_Text_1E292E, 2
|
||||
msgbox FortreeCity_Text_1E292E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E25F9:: @ 81E25F9
|
||||
msgbox FortreeCity_Text_1E299D, 2
|
||||
msgbox FortreeCity_Text_1E299D, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E2602:: @ 81E2602
|
||||
msgbox FortreeCity_Text_1E2AAC, 3
|
||||
msgbox FortreeCity_Text_1E2AAC, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E260B:: @ 81E260B
|
||||
msgbox FortreeCity_Text_1E2AE6, 3
|
||||
msgbox FortreeCity_Text_1E2AE6, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E2614:: @ 81E2614
|
||||
@@ -59,19 +59,19 @@ FortreeCity_EventScript_1E2614:: @ 81E2614
|
||||
checkitem ITEM_DEVON_SCOPE, 1
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq FortreeCity_EventScript_1E2630
|
||||
msgbox FortreeCity_Text_1E29E5, 4
|
||||
msgbox FortreeCity_Text_1E29E5, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E2630:: @ 81E2630
|
||||
msgbox FortreeCity_Text_1E2A08, 5
|
||||
msgbox FortreeCity_Text_1E2A08, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq FortreeCity_EventScript_1E2645
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_EventScript_1E2645:: @ 81E2645
|
||||
msgbox FortreeCity_Text_1E2A48, 4
|
||||
msgbox FortreeCity_Text_1E2A48, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, FortreeCity_Movement_2723C7
|
||||
waitmovement 0
|
||||
@@ -101,26 +101,26 @@ FortreeCity_Text_1E2676: @ 81E2676
|
||||
|
||||
FortreeCity_Text_1E2738: @ 81E2738
|
||||
.string "I want to go to the POKéMON GYM,\n"
|
||||
.string "but something’s blocking the way.\p"
|
||||
.string "but something's blocking the way.\p"
|
||||
.string "After all the bother I went through\n"
|
||||
.string "training on ROUTE 120…$"
|
||||
|
||||
FortreeCity_Text_1E27B6: @ 81E27B6
|
||||
.string "I’ve got my pride-and-joy POKéMON\n"
|
||||
.string "with me. This time, I’ll beat WINONA.$"
|
||||
.string "I've got my pride-and-joy POKéMON\n"
|
||||
.string "with me. This time, I'll beat WINONA.$"
|
||||
|
||||
FortreeCity_Text_1E27FE: @ 81E27FE
|
||||
.string "The ground absorbs rainwater, and\n"
|
||||
.string "trees grow by drinking that water…\p"
|
||||
.string "Our FORTREE CITY exists because\n"
|
||||
.string "there’s both water and soil.$"
|
||||
.string "there's both water and soil.$"
|
||||
|
||||
FortreeCity_Text_1E2880: @ 81E2880
|
||||
.string "The CITY consists of homes built on\n"
|
||||
.string "trees.\p"
|
||||
.string "Perhaps because of that lifestyle,\n"
|
||||
.string "everyone is healthy and lively.\p"
|
||||
.string "Why, even myself--I feel as if I’ve\n"
|
||||
.string "Why, even myself--I feel as if I've\n"
|
||||
.string "grown thirty years younger.$"
|
||||
|
||||
FortreeCity_Text_1E292E: @ 81E292E
|
||||
@@ -131,7 +131,7 @@ FortreeCity_Text_1E292E: @ 81E292E
|
||||
|
||||
FortreeCity_Text_1E299D: @ 81E299D
|
||||
.string "There are POKéMON that evolve when\n"
|
||||
.string "you trade them! That’s what I heard.$"
|
||||
.string "you trade them! That's what I heard.$"
|
||||
|
||||
FortreeCity_Text_1E29E5: @ 81E29E5
|
||||
.string "Something unseeable is in the way.$"
|
||||
|
||||
@@ -2,11 +2,11 @@ FortreeCity_DecorationShop_MapScripts:: @ 821800D
|
||||
.byte 0
|
||||
|
||||
FortreeCity_DecorationShop_EventScript_21800E:: @ 821800E
|
||||
msgbox FortreeCity_DecorationShop_Text_218078, 2
|
||||
msgbox FortreeCity_DecorationShop_Text_218078, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_DecorationShop_EventScript_218017:: @ 8218017
|
||||
msgbox FortreeCity_DecorationShop_Text_2180ED, 2
|
||||
msgbox FortreeCity_DecorationShop_Text_2180ED, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_DecorationShop_EventScript_218020:: @ 8218020
|
||||
@@ -15,7 +15,7 @@ FortreeCity_DecorationShop_EventScript_218020:: @ 8218020
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemartdecoration FortreeCity_DecorationShop_PokemartDecor_218038
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -39,7 +39,7 @@ FortreeCity_DecorationShop_EventScript_21804C:: @ 821804C
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemartdecoration FortreeCity_DecorationShop_PokemartDecor_218064
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -60,13 +60,13 @@ FortreeCity_DecorationShop_PokemartDecor_218064: @ 8218064
|
||||
FortreeCity_DecorationShop_Text_218078: @ 8218078
|
||||
.string "Merchandise you buy here is sent to\n"
|
||||
.string "your own PC.\p"
|
||||
.string "That’s fantastic! I wish they could\n"
|
||||
.string "That's fantastic! I wish they could\n"
|
||||
.string "also deliver me home like that.$"
|
||||
|
||||
FortreeCity_DecorationShop_Text_2180ED: @ 82180ED
|
||||
.string "I’m buying a pretty desk and I’m\n"
|
||||
.string "I'm buying a pretty desk and I'm\n"
|
||||
.string "putting my cute DOLLS on it.\p"
|
||||
.string "If I don’t, when I decorate my\n"
|
||||
.string "If I don't, when I decorate my\n"
|
||||
.string "SECRET BASE, my DOLLS will get\l"
|
||||
.string "dirty or poked with splinters.$"
|
||||
|
||||
|
||||
@@ -16,13 +16,13 @@ FortreeCity_Gym_EventScript_2165C4:: @ 82165C4
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_2165C8:: @ 82165C8
|
||||
trainerbattle 1, TRAINER_WINONA_1, 0, FortreeCity_Gym_Text_216D75, FortreeCity_Gym_Text_216E60, FortreeCity_Gym_EventScript_2165FD
|
||||
trainerbattle_single TRAINER_WINONA_1, FortreeCity_Gym_Text_216D75, FortreeCity_Gym_Text_216E60, FortreeCity_Gym_EventScript_2165FD, NO_MUSIC
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq FortreeCity_Gym_EventScript_21668D
|
||||
checkflag FLAG_0x0AA
|
||||
goto_if 0, FortreeCity_Gym_EventScript_216646
|
||||
msgbox FortreeCity_Gym_Text_217071, 4
|
||||
msgbox FortreeCity_Gym_Text_217071, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -30,7 +30,7 @@ FortreeCity_Gym_EventScript_2165FD:: @ 82165FD
|
||||
message FortreeCity_Gym_Text_216EEC
|
||||
waitmessage
|
||||
call FortreeCity_Gym_EventScript_27207E
|
||||
msgbox FortreeCity_Gym_Text_216F17, 4
|
||||
msgbox FortreeCity_Gym_Text_216F17, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x4F5
|
||||
setflag FLAG_BADGE06_GET
|
||||
setvar VAR_0x8008, 6
|
||||
@@ -39,7 +39,7 @@ FortreeCity_Gym_EventScript_2165FD:: @ 82165FD
|
||||
closemessage
|
||||
delay 30
|
||||
playfanfare MUS_ME_TORE_EYE
|
||||
msgbox FortreeCity_Gym_Text_217044, 4
|
||||
msgbox FortreeCity_Gym_Text_217044, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
closemessage
|
||||
delay 30
|
||||
@@ -53,7 +53,7 @@ FortreeCity_Gym_EventScript_216646:: @ 8216646
|
||||
giveitem_std ITEM_TM40
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FortreeCity_Gym_EventScript_272054
|
||||
msgbox FortreeCity_Gym_Text_216FEC, 4
|
||||
msgbox FortreeCity_Gym_Text_216FEC, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0AA
|
||||
release
|
||||
end
|
||||
@@ -62,43 +62,43 @@ FortreeCity_Gym_EventScript_21666A:: @ 821666A
|
||||
giveitem_std ITEM_TM40
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FortreeCity_Gym_EventScript_27205E
|
||||
msgbox FortreeCity_Gym_Text_216FEC, 4
|
||||
msgbox FortreeCity_Gym_Text_216FEC, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0AA
|
||||
return
|
||||
|
||||
FortreeCity_Gym_EventScript_21668D:: @ 821668D
|
||||
trainerbattle 7, TRAINER_WINONA_1, 0, FortreeCity_Gym_Text_217100, FortreeCity_Gym_Text_2171E6, FortreeCity_Gym_Text_217292
|
||||
msgbox FortreeCity_Gym_Text_21720B, 6
|
||||
trainerbattle_rematch_double TRAINER_WINONA_1, FortreeCity_Gym_Text_217100, FortreeCity_Gym_Text_2171E6, FortreeCity_Gym_Text_217292
|
||||
msgbox FortreeCity_Gym_Text_21720B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_2166A8:: @ 82166A8
|
||||
trainerbattle 0, TRAINER_JARED, 0, FortreeCity_Gym_Text_2168A2, FortreeCity_Gym_Text_2168D3
|
||||
msgbox FortreeCity_Gym_Text_2168E7, 6
|
||||
trainerbattle_single TRAINER_JARED, FortreeCity_Gym_Text_2168A2, FortreeCity_Gym_Text_2168D3
|
||||
msgbox FortreeCity_Gym_Text_2168E7, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_2166BF:: @ 82166BF
|
||||
trainerbattle 0, TRAINER_EDWARDO, 0, FortreeCity_Gym_Text_21695A, FortreeCity_Gym_Text_2169C7
|
||||
msgbox FortreeCity_Gym_Text_2169F1, 6
|
||||
trainerbattle_single TRAINER_EDWARDO, FortreeCity_Gym_Text_21695A, FortreeCity_Gym_Text_2169C7
|
||||
msgbox FortreeCity_Gym_Text_2169F1, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_2166D6:: @ 82166D6
|
||||
trainerbattle 0, TRAINER_FLINT, 0, FortreeCity_Gym_Text_216A66, FortreeCity_Gym_Text_216AC4
|
||||
msgbox FortreeCity_Gym_Text_216AD7, 6
|
||||
trainerbattle_single TRAINER_FLINT, FortreeCity_Gym_Text_216A66, FortreeCity_Gym_Text_216AC4
|
||||
msgbox FortreeCity_Gym_Text_216AD7, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_2166ED:: @ 82166ED
|
||||
trainerbattle 0, TRAINER_ASHLEY, 0, FortreeCity_Gym_Text_216B1A, FortreeCity_Gym_Text_216B51
|
||||
msgbox FortreeCity_Gym_Text_216B5F, 6
|
||||
trainerbattle_single TRAINER_ASHLEY, FortreeCity_Gym_Text_216B1A, FortreeCity_Gym_Text_216B51
|
||||
msgbox FortreeCity_Gym_Text_216B5F, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_216704:: @ 8216704
|
||||
trainerbattle 0, TRAINER_HUMBERTO, 0, FortreeCity_Gym_Text_216B9E, FortreeCity_Gym_Text_216C18
|
||||
msgbox FortreeCity_Gym_Text_216C32, 6
|
||||
trainerbattle_single TRAINER_HUMBERTO, FortreeCity_Gym_Text_216B9E, FortreeCity_Gym_Text_216C18
|
||||
msgbox FortreeCity_Gym_Text_216C32, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_21671B:: @ 821671B
|
||||
trainerbattle 0, TRAINER_DARIUS, 0, FortreeCity_Gym_Text_216C96, FortreeCity_Gym_Text_216CF2
|
||||
msgbox FortreeCity_Gym_Text_216D0F, 6
|
||||
trainerbattle_single TRAINER_DARIUS, FortreeCity_Gym_Text_216C96, FortreeCity_Gym_Text_216CF2
|
||||
msgbox FortreeCity_Gym_Text_216D0F, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_216732:: @ 8216732
|
||||
@@ -106,12 +106,12 @@ FortreeCity_Gym_EventScript_216732:: @ 8216732
|
||||
faceplayer
|
||||
checkflag FLAG_0x4F5
|
||||
goto_eq FortreeCity_Gym_EventScript_216747
|
||||
msgbox FortreeCity_Gym_Text_216785, 4
|
||||
msgbox FortreeCity_Gym_Text_216785, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_216747:: @ 8216747
|
||||
msgbox FortreeCity_Gym_Text_21687D, 4
|
||||
msgbox FortreeCity_Gym_Text_21687D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -130,29 +130,29 @@ FortreeCity_Gym_EventScript_216761:: @ 8216761
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_216771:: @ 8216771
|
||||
msgbox FortreeCity_Gym_Text_2170C7, 4
|
||||
msgbox FortreeCity_Gym_Text_2170C7, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FortreeCity_Gym_EventScript_21677B:: @ 821677B
|
||||
msgbox FortreeCity_Gym_Text_2170AE, 4
|
||||
msgbox FortreeCity_Gym_Text_2170AE, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FortreeCity_Gym_Text_216785: @ 8216785
|
||||
.string "Yo, how’s it going, CHAMPION-\n"
|
||||
.string "Yo, how's it going, CHAMPION-\n"
|
||||
.string "bound {PLAYER}?\p"
|
||||
.string "FORTREE GYM LEADER WINONA is\n"
|
||||
.string "a master of FLYING-type POKéMON.\p"
|
||||
.string "She’s waiting at the back of this GYM,\n"
|
||||
.string "She's waiting at the back of this GYM,\n"
|
||||
.string "behind the rotating doors.\p"
|
||||
.string "She’s waiting for new challengers\n"
|
||||
.string "She's waiting for new challengers\n"
|
||||
.string "who are trying to take wing!\p"
|
||||
.string "Okay, go for it!$"
|
||||
|
||||
FortreeCity_Gym_Text_21687D: @ 821687D
|
||||
.string "You did it!\n"
|
||||
.string "You’ve achieved liftoff!$"
|
||||
.string "You've achieved liftoff!$"
|
||||
|
||||
FortreeCity_Gym_Text_2168A2: @ 82168A2
|
||||
.string "Behold the elegant battle style of\n"
|
||||
@@ -160,7 +160,7 @@ FortreeCity_Gym_Text_2168A2: @ 82168A2
|
||||
|
||||
FortreeCity_Gym_Text_2168D3: @ 82168D3
|
||||
.string "You…\n"
|
||||
.string "You’re strong…$"
|
||||
.string "You're strong…$"
|
||||
|
||||
FortreeCity_Gym_Text_2168E7: @ 82168E7
|
||||
.string "A TRAINER has to be smart to keep\n"
|
||||
@@ -172,7 +172,7 @@ FortreeCity_Gym_Text_21695A: @ 821695A
|
||||
.string "The lovers of BIRD POKéMON aspire\n"
|
||||
.string "to join this GYM.\p"
|
||||
.string "As a member of the FORTREE GYM,\n"
|
||||
.string "I’m not allowed to lose!$"
|
||||
.string "I'm not allowed to lose!$"
|
||||
|
||||
FortreeCity_Gym_Text_2169C7: @ 82169C7
|
||||
.string "It was too much of a load for me\n"
|
||||
@@ -181,26 +181,26 @@ FortreeCity_Gym_Text_2169C7: @ 82169C7
|
||||
FortreeCity_Gym_Text_2169F1: @ 82169F1
|
||||
.string "The world is huge, and there are\n"
|
||||
.string "countless tough TRAINERS.\p"
|
||||
.string "I’m going to keep training and make\n"
|
||||
.string "I'm going to keep training and make\n"
|
||||
.string "myself even stronger.$"
|
||||
|
||||
FortreeCity_Gym_Text_216A66: @ 8216A66
|
||||
.string "There’s no need for WINONA, our GYM\n"
|
||||
.string "There's no need for WINONA, our GYM\n"
|
||||
.string "LEADER, to deal with you!\p"
|
||||
.string "I’m plenty good enough for you!$"
|
||||
.string "I'm plenty good enough for you!$"
|
||||
|
||||
FortreeCity_Gym_Text_216AC4: @ 8216AC4
|
||||
.string "WINONA, I…\n"
|
||||
.string "I lost!$"
|
||||
|
||||
FortreeCity_Gym_Text_216AD7: @ 8216AD7
|
||||
.string "WINONA is cute and she’s strong.\n"
|
||||
.string "She’s the ultimate LEADER!\p"
|
||||
.string "WINONA is cute and she's strong.\n"
|
||||
.string "She's the ultimate LEADER!\p"
|
||||
.string "Blush…$"
|
||||
|
||||
FortreeCity_Gym_Text_216B1A: @ 8216B1A
|
||||
.string "WINONA taught me personally!\n"
|
||||
.string "You can’t beat me easily!$"
|
||||
.string "You can't beat me easily!$"
|
||||
|
||||
FortreeCity_Gym_Text_216B51: @ 8216B51
|
||||
.string "I was beaten…$"
|
||||
@@ -212,20 +212,20 @@ FortreeCity_Gym_Text_216B5F: @ 8216B5F
|
||||
FortreeCity_Gym_Text_216B9E: @ 8216B9E
|
||||
.string "When WINONA takes to battle, her face\n"
|
||||
.string "shines with beautiful determination…\p"
|
||||
.string "I’m not letting you witness that\n"
|
||||
.string "I'm not letting you witness that\n"
|
||||
.string "lovely sight!$"
|
||||
|
||||
FortreeCity_Gym_Text_216C18: @ 8216C18
|
||||
.string "Urk!\n"
|
||||
.string "I couldn’t stop you.$"
|
||||
.string "I couldn't stop you.$"
|
||||
|
||||
FortreeCity_Gym_Text_216C32: @ 8216C32
|
||||
.string "You’d better watch it!\n"
|
||||
.string "Don’t get distracted staring at WINONA\l"
|
||||
.string "or you’ll go crashing down in a heap!$"
|
||||
.string "You'd better watch it!\n"
|
||||
.string "Don't get distracted staring at WINONA\l"
|
||||
.string "or you'll go crashing down in a heap!$"
|
||||
|
||||
FortreeCity_Gym_Text_216C96: @ 8216C96
|
||||
.string "You’d better know that there are all\n"
|
||||
.string "You'd better know that there are all\n"
|
||||
.string "sorts of FLYING-type POKéMON.\p"
|
||||
.string "You do know that, right?$"
|
||||
|
||||
@@ -234,8 +234,8 @@ FortreeCity_Gym_Text_216CF2: @ 8216CF2
|
||||
|
||||
FortreeCity_Gym_Text_216D0F: @ 8216D0F
|
||||
.string "Sure, you beat me all right.\n"
|
||||
.string "But you’d better watch it! Our LEADER\l"
|
||||
.string "WINONA’s POKéMON are all business.$"
|
||||
.string "But you'd better watch it! Our LEADER\l"
|
||||
.string "WINONA's POKéMON are all business.$"
|
||||
|
||||
FortreeCity_Gym_Text_216D75: @ 8216D75
|
||||
.string "I am WINONA. I am the LEADER of\n"
|
||||
@@ -286,12 +286,12 @@ FortreeCity_Gym_Text_2170AE: @ 82170AE
|
||||
|
||||
FortreeCity_Gym_Text_2170C7: @ 82170C7
|
||||
.string "FORTREE CITY POKéMON GYM\p"
|
||||
.string "WINONA’S CERTIFIED TRAINERS:\n"
|
||||
.string "WINONA'S CERTIFIED TRAINERS:\n"
|
||||
.string "{PLAYER}$"
|
||||
|
||||
FortreeCity_Gym_Text_217100: @ 8217100
|
||||
.string "WINONA: We humans can never escape\n"
|
||||
.string "gravity’s pull on the ground.\p"
|
||||
.string "gravity's pull on the ground.\p"
|
||||
.string "But by striving for excellence,\n"
|
||||
.string "we have the power to soar!\p"
|
||||
.string "You have scaled the pinnacle as\n"
|
||||
@@ -311,7 +311,7 @@ FortreeCity_Gym_Text_21720B: @ 821720B
|
||||
|
||||
FortreeCity_Gym_Text_217292: @ 8217292
|
||||
.string "WINONA: We humans can never escape\n"
|
||||
.string "gravity’s pull on the ground.\p"
|
||||
.string "gravity's pull on the ground.\p"
|
||||
.string "But by striving for excellence,\n"
|
||||
.string "we have the power to soar!\p"
|
||||
.string "You have scaled the pinnacle as\n"
|
||||
|
||||
@@ -10,7 +10,7 @@ FortreeCity_House1_EventScript_2162BB:: @ 82162BB
|
||||
copyvar VAR_0x8004, VAR_0x8008
|
||||
specialvar VAR_RESULT, sub_807E73C
|
||||
copyvar VAR_0x8009, VAR_RESULT
|
||||
msgbox FortreeCity_House1_Text_21637B, 5
|
||||
msgbox FortreeCity_House1_Text_21637B, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FortreeCity_House1_EventScript_21633D
|
||||
special sub_81B94B0
|
||||
@@ -29,29 +29,29 @@ FortreeCity_House1_EventScript_2162BB:: @ 82162BB
|
||||
special sub_807F0E4
|
||||
waitstate
|
||||
bufferspeciesname 0, VAR_0x8009
|
||||
msgbox FortreeCity_House1_Text_216440, 4
|
||||
msgbox FortreeCity_House1_Text_216440, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x09B
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House1_EventScript_21633D:: @ 821633D
|
||||
msgbox FortreeCity_House1_Text_21649F, 4
|
||||
msgbox FortreeCity_House1_Text_21649F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House1_EventScript_216347:: @ 8216347
|
||||
bufferspeciesname 0, VAR_0x8009
|
||||
msgbox FortreeCity_House1_Text_216474, 4
|
||||
msgbox FortreeCity_House1_Text_216474, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House1_EventScript_216355:: @ 8216355
|
||||
msgbox FortreeCity_House1_Text_2164DB, 4
|
||||
msgbox FortreeCity_House1_Text_2164DB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House1_EventScript_21635F:: @ 821635F
|
||||
msgbox FortreeCity_House1_Text_21653B, 2
|
||||
msgbox FortreeCity_House1_Text_21653B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House1_EventScript_216368:: @ 8216368
|
||||
@@ -59,7 +59,7 @@ FortreeCity_House1_EventScript_216368:: @ 8216368
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox FortreeCity_House1_Text_216597, 4
|
||||
msgbox FortreeCity_House1_Text_216597, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -67,12 +67,12 @@ FortreeCity_House1_EventScript_216368:: @ 8216368
|
||||
FortreeCity_House1_Text_21637B: @ 821637B
|
||||
.string "Wrooooaaar! I need it!\n"
|
||||
.string "I have to get me a {STR_VAR_1}!\l"
|
||||
.string "I’ll do anything for it!\p"
|
||||
.string "I'll do anything for it!\p"
|
||||
.string "…Uh… Did you hear that?\n"
|
||||
.string "My shout from the bottom of my heart?\p"
|
||||
.string "Having heard that, you will trade\n"
|
||||
.string "your {STR_VAR_1} for my {STR_VAR_2},\l"
|
||||
.string "won’t you?$"
|
||||
.string "won't you?$"
|
||||
|
||||
FortreeCity_House1_Text_216440: @ 8216440
|
||||
.string "Oh, yeah, right on!\p"
|
||||
@@ -80,21 +80,21 @@ FortreeCity_House1_Text_216440: @ 8216440
|
||||
.string "{STR_VAR_2}, you take care!$"
|
||||
|
||||
FortreeCity_House1_Text_216474: @ 8216474
|
||||
.string "Uh, no, I don’t think so.\n"
|
||||
.string "That isn’t a {STR_VAR_1}.$"
|
||||
.string "Uh, no, I don't think so.\n"
|
||||
.string "That isn't a {STR_VAR_1}.$"
|
||||
|
||||
FortreeCity_House1_Text_21649F: @ 821649F
|
||||
.string "No? You won’t trade me?\n"
|
||||
.string "No? You won't trade me?\n"
|
||||
.string "Even after I bared my heart to you?$"
|
||||
|
||||
FortreeCity_House1_Text_2164DB: @ 82164DB
|
||||
.string "I’m going to make VOLBEAT super\n"
|
||||
.string "I'm going to make VOLBEAT super\n"
|
||||
.string "strong from this moment on!\p"
|
||||
.string "I hope you do the same with PLUSLE!$"
|
||||
|
||||
FortreeCity_House1_Text_21653B: @ 821653B
|
||||
.string "Trading POKéMON with others…\p"
|
||||
.string "It’s as if you’re trading your own\n"
|
||||
.string "It's as if you're trading your own\n"
|
||||
.string "memories with other people.$"
|
||||
|
||||
FortreeCity_House1_Text_216597: @ 8216597
|
||||
|
||||
@@ -8,39 +8,39 @@ FortreeCity_House2_EventScript_2177CB:: @ 82177CB
|
||||
goto_eq FortreeCity_House2_EventScript_21786E
|
||||
checkflag FLAG_0x076
|
||||
call_if 0, FortreeCity_House2_EventScript_217862
|
||||
msgbox FortreeCity_House2_Text_2178D6, 4
|
||||
msgbox FortreeCity_House2_Text_2178D6, MSGBOX_DEFAULT
|
||||
multichoice 21, 8, 54, 1
|
||||
switch VAR_RESULT
|
||||
case 1, FortreeCity_House2_EventScript_217878
|
||||
msgbox FortreeCity_House2_Text_21796A, 4
|
||||
msgbox FortreeCity_House2_Text_21796A, MSGBOX_DEFAULT
|
||||
multichoice 21, 8, 54, 1
|
||||
switch VAR_RESULT
|
||||
case 1, FortreeCity_House2_EventScript_217878
|
||||
msgbox FortreeCity_House2_Text_2179C9, 4
|
||||
msgbox FortreeCity_House2_Text_2179C9, MSGBOX_DEFAULT
|
||||
multichoice 21, 8, 54, 1
|
||||
switch VAR_RESULT
|
||||
case 0, FortreeCity_House2_EventScript_217878
|
||||
msgbox FortreeCity_House2_Text_217A28, 4
|
||||
msgbox FortreeCity_House2_Text_217A28, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_TM10
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FortreeCity_House2_EventScript_272054
|
||||
setflag FLAG_0x108
|
||||
msgbox FortreeCity_House2_Text_217A91, 4
|
||||
msgbox FortreeCity_House2_Text_217A91, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House2_EventScript_217862:: @ 8217862
|
||||
msgbox FortreeCity_House2_Text_217882, 4
|
||||
msgbox FortreeCity_House2_Text_217882, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x076
|
||||
return
|
||||
|
||||
FortreeCity_House2_EventScript_21786E:: @ 821786E
|
||||
msgbox FortreeCity_House2_Text_217A91, 4
|
||||
msgbox FortreeCity_House2_Text_217A91, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House2_EventScript_217878:: @ 8217878
|
||||
msgbox FortreeCity_House2_Text_217AC7, 4
|
||||
msgbox FortreeCity_House2_Text_217AC7, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@ FortreeCity_House3_MapScripts:: @ 8217AE7
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House3_EventScript_217AE8:: @ 8217AE8
|
||||
msgbox FortreeCity_House3_Text_217AFA, 2
|
||||
msgbox FortreeCity_House3_Text_217AFA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House3_EventScript_217AF1:: @ 8217AF1
|
||||
msgbox FortreeCity_House3_Text_217C22, 2
|
||||
msgbox FortreeCity_House3_Text_217C22, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House3_Text_217AFA: @ 8217AFA
|
||||
@@ -16,14 +16,14 @@ FortreeCity_House3_Text_217AFA: @ 8217AFA
|
||||
.string "I was searching for rare stones.\p"
|
||||
.string "Hoo, boy, he had some amazing POKéMON\n"
|
||||
.string "with him.\p"
|
||||
.string "They weren’t just rare, they were\n"
|
||||
.string "They weren't just rare, they were\n"
|
||||
.string "trained to terrifying extremes!\p"
|
||||
.string "He might even be stronger than the\n"
|
||||
.string "GYM LEADER in this town…$"
|
||||
|
||||
FortreeCity_House3_Text_217C22: @ 8217C22
|
||||
.string "What’s that thing you have there?\p"
|
||||
.string "What's that thing you have there?\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "Oh, it’s called a POKéDEX?\n"
|
||||
.string "It’s really awesome!$"
|
||||
.string "Oh, it's called a POKéDEX?\n"
|
||||
.string "It's really awesome!$"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ FortreeCity_House4_MapScripts:: @ 8217C80
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House4_EventScript_217C81:: @ 8217C81
|
||||
msgbox FortreeCity_House4_Text_217D33, 2
|
||||
msgbox FortreeCity_House4_Text_217D33, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House4_EventScript_217C8A:: @ 8217C8A
|
||||
@@ -13,7 +13,7 @@ FortreeCity_House4_EventScript_217C8A:: @ 8217C8A
|
||||
goto_eq FortreeCity_House4_EventScript_217CD8
|
||||
checkflag FLAG_0x0DE
|
||||
goto_eq FortreeCity_House4_EventScript_217CC4
|
||||
msgbox FortreeCity_House4_Text_217DB9, 4
|
||||
msgbox FortreeCity_House4_Text_217DB9, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setflag FLAG_0x0DE
|
||||
clearflag FLAG_HIDE_MOSSDEEP_CITY_HOUSE_2_WINGULL
|
||||
@@ -26,14 +26,14 @@ FortreeCity_House4_EventScript_217C8A:: @ 8217C8A
|
||||
FortreeCity_House4_EventScript_217CC4:: @ 8217CC4
|
||||
applymovement VAR_LAST_TALKED, FortreeCity_House4_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox FortreeCity_House4_Text_217DD2, 4
|
||||
msgbox FortreeCity_House4_Text_217DD2, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FortreeCity_House4_EventScript_217CD8:: @ 8217CD8
|
||||
applymovement VAR_LAST_TALKED, FortreeCity_House4_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox FortreeCity_House4_Text_217E05, 4
|
||||
msgbox FortreeCity_House4_Text_217E05, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_MENTAL_HERB
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FortreeCity_House4_EventScript_272054
|
||||
@@ -44,7 +44,7 @@ FortreeCity_House4_EventScript_217CD8:: @ 8217CD8
|
||||
FortreeCity_House4_EventScript_217D06:: @ 8217D06
|
||||
applymovement VAR_LAST_TALKED, FortreeCity_House4_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox FortreeCity_House4_Text_217EA8, 4
|
||||
msgbox FortreeCity_House4_Text_217EA8, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -61,7 +61,7 @@ FortreeCity_House4_EventScript_217D20:: @ 8217D20
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_WINGULL, 0
|
||||
msgbox FortreeCity_House4_Text_217EE0, 4
|
||||
msgbox FortreeCity_House4_Text_217EE0, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -70,7 +70,7 @@ FortreeCity_House4_Text_217D33: @ 8217D33
|
||||
.string "By being together with POKéMON,\n"
|
||||
.string "people make more and more friends.\p"
|
||||
.string "And that brings the world closer\n"
|
||||
.string "together. I think it’s wonderful!$"
|
||||
.string "together. I think it's wonderful!$"
|
||||
|
||||
FortreeCity_House4_Text_217DB9: @ 8217DB9
|
||||
.string "There!\n"
|
||||
@@ -87,7 +87,7 @@ FortreeCity_House4_Text_217E05: @ 8217E05
|
||||
.string "What is it holding?\p"
|
||||
.string "A MENTAL HERB?\n"
|
||||
.string "It must have picked it up somewhere.\p"
|
||||
.string "But I’m not a TRAINER, so you can\n"
|
||||
.string "But I'm not a TRAINER, so you can\n"
|
||||
.string "have it.$"
|
||||
|
||||
FortreeCity_House4_Text_217EA8: @ 8217EA8
|
||||
|
||||
@@ -2,11 +2,11 @@ FortreeCity_House5_MapScripts:: @ 8217EF1
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House5_EventScript_217EF2:: @ 8217EF2
|
||||
msgbox FortreeCity_House5_Text_217F17, 2
|
||||
msgbox FortreeCity_House5_Text_217F17, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217EFB:: @ 8217EFB
|
||||
msgbox FortreeCity_House5_Text_217F80, 2
|
||||
msgbox FortreeCity_House5_Text_217F80, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217F04:: @ 8217F04
|
||||
@@ -14,20 +14,20 @@ FortreeCity_House5_EventScript_217F04:: @ 8217F04
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox FortreeCity_House5_Text_217FFB, 4
|
||||
msgbox FortreeCity_House5_Text_217FFB, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House5_Text_217F17: @ 8217F17
|
||||
.string "The tree houses of FORTREE are great!\p"
|
||||
.string "I think it’s the number one town for\n"
|
||||
.string "I think it's the number one town for\n"
|
||||
.string "living together with POKéMON.$"
|
||||
|
||||
FortreeCity_House5_Text_217F80: @ 8217F80
|
||||
.string "POKéMON and people have adapted to\n"
|
||||
.string "nature for survival.\p"
|
||||
.string "There’s no need to make nature\n"
|
||||
.string "There's no need to make nature\n"
|
||||
.string "conform to the way we want to live.$"
|
||||
|
||||
FortreeCity_House5_Text_217FFB: @ 8217FFB
|
||||
|
||||
@@ -7,7 +7,7 @@ FortreeCity_Mart_EventScript_217666:: @ 8217666
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart FortreeCity_Mart_Pokemart_217680
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -28,26 +28,26 @@ FortreeCity_Mart_Pokemart_217680: @ 8217680
|
||||
end
|
||||
|
||||
FortreeCity_Mart_EventScript_217698:: @ 8217698
|
||||
msgbox FortreeCity_Mart_Text_2176B3, 2
|
||||
msgbox FortreeCity_Mart_Text_2176B3, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_Mart_EventScript_2176A1:: @ 82176A1
|
||||
msgbox FortreeCity_Mart_Text_217715, 2
|
||||
msgbox FortreeCity_Mart_Text_217715, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_Mart_EventScript_2176AA:: @ 82176AA
|
||||
msgbox FortreeCity_Mart_Text_21778E, 2
|
||||
msgbox FortreeCity_Mart_Text_21778E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_Mart_Text_2176B3: @ 82176B3
|
||||
.string "SUPER REPEL lasts a long time,\n"
|
||||
.string "and it gets the job done.\p"
|
||||
.string "It’s much better than an ordinary\n"
|
||||
.string "It's much better than an ordinary\n"
|
||||
.string "REPEL.$"
|
||||
|
||||
FortreeCity_Mart_Text_217715: @ 8217715
|
||||
.string "I always stock up on more items than\n"
|
||||
.string "I’m sure I’ll need.\p"
|
||||
.string "I'm sure I'll need.\p"
|
||||
.string "You never know what might happen.\n"
|
||||
.string "Better to be safe than sorry!$"
|
||||
|
||||
|
||||
@@ -16,40 +16,40 @@ FortreeCity_PokemonCenter_1F_EventScript_2173E7:: @ 82173E7
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_2173F5:: @ 82173F5
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_217410, 2
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_217410, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_2173FE:: @ 82173FE
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21746D, 2
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21746D, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_217407:: @ 8217407
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21751F, 2
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21751F, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_217410: @ 8217410
|
||||
.string "Listen, kid, are you working\n"
|
||||
.string "on a POKéDEX?\p"
|
||||
.string "Hmm… Go to the SAFARI ZONE.\n"
|
||||
.string "That’s my suggestion.$"
|
||||
.string "That's my suggestion.$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_21746D: @ 821746D
|
||||
.string "Have you done anything at\n"
|
||||
.string "the RECORD CORNER?\p"
|
||||
.string "It’s pretty neat. It mixes and matches\n"
|
||||
.string "It's pretty neat. It mixes and matches\n"
|
||||
.string "the records of TRAINERS.\p"
|
||||
.string "I don’t know quite how it works,\n"
|
||||
.string "but it’s cool. It’s exciting, even!$"
|
||||
.string "I don't know quite how it works,\n"
|
||||
.string "but it's cool. It's exciting, even!$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_21751F: @ 821751F
|
||||
.string "Oh, wow, you have a POKéNAV!\n"
|
||||
.string "And it’s just like mine!\p"
|
||||
.string "Do you know about POKéNAV’s\n"
|
||||
.string "And it's just like mine!\p"
|
||||
.string "Do you know about POKéNAV's\n"
|
||||
.string "MATCH CALL system?\p"
|
||||
.string "Access it, and you can chat with\n"
|
||||
.string "registered TRAINERS anytime.\p"
|
||||
.string "It also shows you which TRAINERS\n"
|
||||
.string "want a rematch with you.\p"
|
||||
.string "It’s really nifty! Those DEVON guys\n"
|
||||
.string "sure know what they’re doing!$"
|
||||
.string "It's really nifty! Those DEVON guys\n"
|
||||
.string "sure know what they're doing!$"
|
||||
|
||||
|
||||
@@ -6,29 +6,29 @@ GraniteCave_1F_EventScript_22DA5E:: @ 822DA5E
|
||||
faceplayer
|
||||
checkflag FLAG_0x06D
|
||||
goto_eq GraniteCave_1F_EventScript_22DA8A
|
||||
msgbox GraniteCave_1F_Text_22DA94, 4
|
||||
msgbox GraniteCave_1F_Text_22DA94, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_HM05
|
||||
setflag FLAG_0x06D
|
||||
msgbox GraniteCave_1F_Text_22DBB7, 4
|
||||
msgbox GraniteCave_1F_Text_22DBB7, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
GraniteCave_1F_EventScript_22DA8A:: @ 822DA8A
|
||||
msgbox GraniteCave_1F_Text_22DBB7, 4
|
||||
msgbox GraniteCave_1F_Text_22DBB7, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
GraniteCave_1F_Text_22DA94: @ 822DA94
|
||||
.string "Hey, you.\n"
|
||||
.string "It gets awfully dark ahead.\l"
|
||||
.string "It’ll be tough trying to explore.\p"
|
||||
.string "It'll be tough trying to explore.\p"
|
||||
.string "That guy who came by earlier…\n"
|
||||
.string "STEVEN, I think it was.\p"
|
||||
.string "He knew how to use FLASH, so he ought\n"
|
||||
.string "to be all right, but…\p"
|
||||
.string "Well, for us HIKERS, helping out those\n"
|
||||
.string "that we meet is our motto.\p"
|
||||
.string "Here you go, I’ll pass this on to you.$"
|
||||
.string "Here you go, I'll pass this on to you.$"
|
||||
|
||||
GraniteCave_1F_Text_22DBB7: @ 822DBB7
|
||||
.string "Teach that hidden move FLASH to\n"
|
||||
@@ -36,5 +36,5 @@ GraniteCave_1F_Text_22DBB7: @ 822DBB7
|
||||
.string "It lights up even the inky darkness\n"
|
||||
.string "of caves.\p"
|
||||
.string "But, to use it, you need the GYM BADGE\n"
|
||||
.string "from DEWFORD’s POKéMON GYM.$"
|
||||
.string "from DEWFORD's POKéMON GYM.$"
|
||||
|
||||
|
||||
@@ -4,24 +4,24 @@ GraniteCave_StevensRoom_MapScripts:: @ 822DC7A
|
||||
GraniteCave_StevensRoom_EventScript_22DC7B:: @ 822DC7B
|
||||
lock
|
||||
faceplayer
|
||||
msgbox GraniteCave_StevensRoom_Text_22DD5A, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DD5A, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 274
|
||||
call GraniteCave_StevensRoom_EventScript_2723E4
|
||||
setflag FLAG_0x0BD
|
||||
msgbox GraniteCave_StevensRoom_Text_22DDBD, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DDBD, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_TM47
|
||||
compare VAR_RESULT, 0
|
||||
call_if 1, GraniteCave_StevensRoom_EventScript_22DD3C
|
||||
msgbox GraniteCave_StevensRoom_Text_22DE6B, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DE6B, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 30
|
||||
playfanfare MUS_ME_TORE_EYE
|
||||
msgbox GraniteCave_StevensRoom_Text_22DF6A, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DF6A, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
closemessage
|
||||
delay 30
|
||||
setflag FLAG_0x131
|
||||
msgbox GraniteCave_StevensRoom_Text_22DF8C, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DF8C, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_FACING, 2
|
||||
call_if 1, GraniteCave_StevensRoom_EventScript_22DD0D
|
||||
@@ -54,7 +54,7 @@ GraniteCave_StevensRoom_EventScript_22DD2A:: @ 822DD2A
|
||||
return
|
||||
|
||||
GraniteCave_StevensRoom_EventScript_22DD3C:: @ 822DD3C
|
||||
msgbox GraniteCave_StevensRoom_Text_22DFAA, 4
|
||||
msgbox GraniteCave_StevensRoom_Text_22DFAA, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
GraniteCave_StevensRoom_Movement_22DD45: @ 822DD45
|
||||
@@ -86,7 +86,7 @@ GraniteCave_StevensRoom_Movement_22DD51: @ 822DD51
|
||||
|
||||
GraniteCave_StevensRoom_Text_22DD5A: @ 822DD5A
|
||||
.string "My name is STEVEN.\p"
|
||||
.string "I’m interested in rare stones,\n"
|
||||
.string "I'm interested in rare stones,\n"
|
||||
.string "so I travel here and there.\p"
|
||||
.string "Oh?\n"
|
||||
.string "A LETTER for me?$"
|
||||
@@ -96,7 +96,7 @@ GraniteCave_StevensRoom_Text_22DDBD: @ 822DDBD
|
||||
.string "You went through all this trouble to\n"
|
||||
.string "deliver that. I need to thank you.\p"
|
||||
.string "Let me see…\n"
|
||||
.string "I’ll give you this TM.\p"
|
||||
.string "I'll give you this TM.\p"
|
||||
.string "It contains my favorite move,\n"
|
||||
.string "STEEL WING.$"
|
||||
|
||||
@@ -105,9 +105,9 @@ GraniteCave_StevensRoom_Text_22DE6B: @ 822DE6B
|
||||
.string "capable.\p"
|
||||
.string "If you keep training, you could even\n"
|
||||
.string "become the CHAMPION of the POKéMON\l"
|
||||
.string "LEAGUE one day. That’s what I think.\p"
|
||||
.string "I know, since we’ve gotten to know each\n"
|
||||
.string "other, let’s register one another in\l"
|
||||
.string "LEAGUE one day. That's what I think.\p"
|
||||
.string "I know, since we've gotten to know each\n"
|
||||
.string "other, let's register one another in\l"
|
||||
.string "our POKéNAVS.\p"
|
||||
.string "… … … … … …$"
|
||||
|
||||
@@ -116,9 +116,9 @@ GraniteCave_StevensRoom_Text_22DF6A: @ 822DF6A
|
||||
.string "in the POKéNAV.$"
|
||||
|
||||
GraniteCave_StevensRoom_Text_22DF8C: @ 822DF8C
|
||||
.string "Now, I’ve got to hurry along.$"
|
||||
.string "Now, I've got to hurry along.$"
|
||||
|
||||
GraniteCave_StevensRoom_Text_22DFAA: @ 822DFAA
|
||||
.string "Oh, your BAG is full…\n"
|
||||
.string "That’s too bad, then.$"
|
||||
.string "That's too bad, then.$"
|
||||
|
||||
|
||||
@@ -50,11 +50,11 @@ InsideOfTruck_EventScript_23BF46:: @ 823BF46
|
||||
end
|
||||
|
||||
InsideOfTruck_EventScript_23BF6C:: @ 823BF6C
|
||||
msgbox InsideOfTruck_Text_23BF75, 3
|
||||
msgbox InsideOfTruck_Text_23BF75, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
InsideOfTruck_Text_23BF75: @ 823BF75
|
||||
.string "The box is printed with a POKéMON logo.\p"
|
||||
.string "It’s a POKéMON brand moving and\n"
|
||||
.string "It's a POKéMON brand moving and\n"
|
||||
.string "delivery service.$"
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ IslandCave_EventScript_238EEF:: @ 8238EEF
|
||||
end
|
||||
|
||||
IslandCave_EventScript_238F13:: @ 8238F13
|
||||
msgbox gUnknown_0827304E, 4
|
||||
msgbox gUnknown_0827304E, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ JaggedPass_EventScript_2306BB:: @ 82306BB
|
||||
setvar VAR_0x8007, 5
|
||||
special sub_8139560
|
||||
waitstate
|
||||
msgbox JaggedPass_Text_230DBA, 4
|
||||
msgbox JaggedPass_Text_230DBA, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 1
|
||||
setvar VAR_0x8005, 1
|
||||
@@ -78,9 +78,9 @@ JaggedPass_EventScript_230718:: @ 8230718
|
||||
waitmovement 0
|
||||
applymovement 5, JaggedPass_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox JaggedPass_Text_230CCB, 4
|
||||
msgbox JaggedPass_Text_230CCB, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
trainerbattle 3, TRAINER_GRUNT_30, 0, JaggedPass_Text_230D2D
|
||||
trainerbattle_no_intro TRAINER_GRUNT_30, JaggedPass_Text_230D2D
|
||||
setflag FLAG_0x139
|
||||
applymovement 5, JaggedPass_Movement_2725A2
|
||||
waitmovement 0
|
||||
@@ -90,7 +90,7 @@ JaggedPass_EventScript_230718:: @ 8230718
|
||||
JaggedPass_EventScript_230766:: @ 8230766
|
||||
applymovement 5, JaggedPass_Movement_27259E
|
||||
waitmovement 0
|
||||
msgbox JaggedPass_Text_230D65, 4
|
||||
msgbox JaggedPass_Text_230D65, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 5, JaggedPass_Movement_2725A2
|
||||
waitmovement 0
|
||||
@@ -98,71 +98,65 @@ JaggedPass_EventScript_230766:: @ 8230766
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_230785:: @ 8230785
|
||||
trainerbattle 0, TRAINER_ERIC, 0, JaggedPass_Text_230888, JaggedPass_Text_2308FF
|
||||
msgbox JaggedPass_Text_230916, 6
|
||||
trainerbattle_single TRAINER_ERIC, JaggedPass_Text_230888, JaggedPass_Text_2308FF
|
||||
msgbox JaggedPass_Text_230916, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_23079C:: @ 823079C
|
||||
trainerbattle 2, TRAINER_DIANA_1, 0, JaggedPass_Text_230974, JaggedPass_Text_2309B5, JaggedPass_EventScript_2307C8
|
||||
trainerbattle_single TRAINER_DIANA_1, JaggedPass_Text_230974, JaggedPass_Text_2309B5, JaggedPass_EventScript_2307C8
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq JaggedPass_EventScript_2307E4
|
||||
msgbox JaggedPass_Text_2309D8, 4
|
||||
msgbox JaggedPass_Text_2309D8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_2307C8:: @ 82307C8
|
||||
special sub_80B4808
|
||||
msgbox JaggedPass_Text_230A2C, 4
|
||||
setvar VAR_0x8004, 474
|
||||
special SetMatchCallRegisteredFlag
|
||||
setorcopyvar VAR_0x8000, 474
|
||||
callstd 8
|
||||
msgbox JaggedPass_Text_230A2C, MSGBOX_DEFAULT
|
||||
register_matchcall TRAINER_DIANA_1
|
||||
release
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_2307E4:: @ 82307E4
|
||||
trainerbattle 5, TRAINER_DIANA_1, 0, JaggedPass_Text_230A76, JaggedPass_Text_230AAA
|
||||
msgbox JaggedPass_Text_230AD7, 6
|
||||
trainerbattle_rematch TRAINER_DIANA_1, JaggedPass_Text_230A76, JaggedPass_Text_230AAA
|
||||
msgbox JaggedPass_Text_230AD7, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_2307FB:: @ 82307FB
|
||||
trainerbattle 2, TRAINER_ETHAN_1, 0, JaggedPass_Text_230B10, JaggedPass_Text_230B50, JaggedPass_EventScript_230827
|
||||
trainerbattle_single TRAINER_ETHAN_1, JaggedPass_Text_230B10, JaggedPass_Text_230B50, JaggedPass_EventScript_230827
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq JaggedPass_EventScript_230843
|
||||
msgbox JaggedPass_Text_230B93, 4
|
||||
msgbox JaggedPass_Text_230B93, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_230827:: @ 8230827
|
||||
special sub_80B4808
|
||||
msgbox JaggedPass_Text_230BC6, 4
|
||||
setvar VAR_0x8004, 216
|
||||
special SetMatchCallRegisteredFlag
|
||||
setorcopyvar VAR_0x8000, 216
|
||||
callstd 8
|
||||
msgbox JaggedPass_Text_230BC6, MSGBOX_DEFAULT
|
||||
register_matchcall TRAINER_ETHAN_1
|
||||
release
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_230843:: @ 8230843
|
||||
trainerbattle 5, TRAINER_ETHAN_1, 0, JaggedPass_Text_230C28, JaggedPass_Text_230C60
|
||||
msgbox JaggedPass_Text_230C94, 6
|
||||
trainerbattle_rematch TRAINER_ETHAN_1, JaggedPass_Text_230C28, JaggedPass_Text_230C60
|
||||
msgbox JaggedPass_Text_230C94, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_23085A:: @ 823085A
|
||||
trainerbattle 0, TRAINER_JULIO, 0, JaggedPass_Text_230DF7, JaggedPass_Text_230E38
|
||||
msgbox JaggedPass_Text_230E57, 6
|
||||
trainerbattle_single TRAINER_JULIO, JaggedPass_Text_230DF7, JaggedPass_Text_230E38
|
||||
msgbox JaggedPass_Text_230E57, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_230871:: @ 8230871
|
||||
trainerbattle 0, TRAINER_AUTUMN, 0, JaggedPass_Text_230E8E, JaggedPass_Text_230ECD
|
||||
msgbox JaggedPass_Text_230EE3, 6
|
||||
trainerbattle_single TRAINER_AUTUMN, JaggedPass_Text_230E8E, JaggedPass_Text_230ECD
|
||||
msgbox JaggedPass_Text_230EE3, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
JaggedPass_Text_230888: @ 8230888
|
||||
.string "MT. CHIMNEY’s JAGGED PASS…\p"
|
||||
.string "Now this is what I’ve always wanted\n"
|
||||
.string "MT. CHIMNEY's JAGGED PASS…\p"
|
||||
.string "Now this is what I've always wanted\n"
|
||||
.string "in a mountain.\p"
|
||||
.string "This jagged bumpiness…\n"
|
||||
.string "It rocks my soul!$"
|
||||
@@ -176,8 +170,8 @@ JaggedPass_Text_230916: @ 8230916
|
||||
.string "the mountains, I have you beat!$"
|
||||
|
||||
JaggedPass_Text_230974: @ 8230974
|
||||
.string "This place isn’t your casual hike.\n"
|
||||
.string "It’s not suited for a picnic.$"
|
||||
.string "This place isn't your casual hike.\n"
|
||||
.string "It's not suited for a picnic.$"
|
||||
|
||||
JaggedPass_Text_2309B5: @ 82309B5
|
||||
.string "Ohhh, no!\n"
|
||||
@@ -190,7 +184,7 @@ JaggedPass_Text_2309D8: @ 82309D8
|
||||
|
||||
JaggedPass_Text_230A2C: @ 8230A2C
|
||||
.string "Will you ever be back in this area?\n"
|
||||
.string "If you do return, I’d like a rematch.$"
|
||||
.string "If you do return, I'd like a rematch.$"
|
||||
|
||||
JaggedPass_Text_230A76: @ 8230A76
|
||||
.string "Picnics are fun wherever you go.\n"
|
||||
@@ -201,24 +195,24 @@ JaggedPass_Text_230AAA: @ 8230AAA
|
||||
.string "too bumpy!$"
|
||||
|
||||
JaggedPass_Text_230AD7: @ 8230AD7
|
||||
.string "I’ll forget about losing and just\n"
|
||||
.string "I'll forget about losing and just\n"
|
||||
.string "enjoy this bumpy hike.$"
|
||||
|
||||
JaggedPass_Text_230B10: @ 8230B10
|
||||
.string "JAGGED PASS is hard to walk on.\n"
|
||||
.string "It’s a good place for training.$"
|
||||
.string "It's a good place for training.$"
|
||||
|
||||
JaggedPass_Text_230B50: @ 8230B50
|
||||
.string "It was all over while we were still\n"
|
||||
.string "trying to find a good footing…$"
|
||||
|
||||
JaggedPass_Text_230B93: @ 8230B93
|
||||
.string "If I had an ACRO BIKE, I’d be able to\n"
|
||||
.string "If I had an ACRO BIKE, I'd be able to\n"
|
||||
.string "jump ledges.$"
|
||||
|
||||
JaggedPass_Text_230BC6: @ 8230BC6
|
||||
.string "When I get more used to this bumpiness,\n"
|
||||
.string "I’ll be sure to win!\p"
|
||||
.string "I'll be sure to win!\p"
|
||||
.string "Can you register me in your POKéNAV?$"
|
||||
|
||||
JaggedPass_Text_230C28: @ 8230C28
|
||||
@@ -226,7 +220,7 @@ JaggedPass_Text_230C28: @ 8230C28
|
||||
.string "I sing while I climb now.$"
|
||||
|
||||
JaggedPass_Text_230C60: @ 8230C60
|
||||
.string "It’s still not easy to battle on this\n"
|
||||
.string "It's still not easy to battle on this\n"
|
||||
.string "bumpy ground…$"
|
||||
|
||||
JaggedPass_Text_230C94: @ 8230C94
|
||||
@@ -241,13 +235,13 @@ JaggedPass_Text_230CCB: @ 8230CCB
|
||||
|
||||
JaggedPass_Text_230D2D: @ 8230D2D
|
||||
.string "Urrrgh…\p"
|
||||
.string "I should’ve ducked into our HIDEOUT\n"
|
||||
.string "I should've ducked into our HIDEOUT\n"
|
||||
.string "right away…$"
|
||||
|
||||
JaggedPass_Text_230D65: @ 8230D65
|
||||
.string "Okay, oh-kay!\n"
|
||||
.string "I admit it--you’re strong!\p"
|
||||
.string "Don’t worry about me.\n"
|
||||
.string "I admit it--you're strong!\p"
|
||||
.string "Don't worry about me.\n"
|
||||
.string "Go wherever you want!$"
|
||||
|
||||
JaggedPass_Text_230DBA: @ 8230DBA
|
||||
@@ -255,15 +249,15 @@ JaggedPass_Text_230DBA: @ 8230DBA
|
||||
.string "to the MAGMA EMBLEM!$"
|
||||
|
||||
JaggedPass_Text_230DF7: @ 8230DF7
|
||||
.string "Aiyeeh! It’s awfully scary to shoot\n"
|
||||
.string "Aiyeeh! It's awfully scary to shoot\n"
|
||||
.string "down the mountain in one go!$"
|
||||
|
||||
JaggedPass_Text_230E38: @ 8230E38
|
||||
.string "I feel like I’m falling apart…$"
|
||||
.string "I feel like I'm falling apart…$"
|
||||
|
||||
JaggedPass_Text_230E57: @ 8230E57
|
||||
.string "My bicycle bounced around so much,\n"
|
||||
.string "my rear end’s sore…$"
|
||||
.string "my rear end's sore…$"
|
||||
|
||||
JaggedPass_Text_230E8E: @ 8230E8E
|
||||
.string "I climb this hill every day.\n"
|
||||
|
||||
@@ -71,18 +71,18 @@ LavaridgeTown_EventScript_1EA551:: @ 81EA551
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA5B5:: @ 81EA5B5
|
||||
msgbox LavaridgeTown_Text_1EA7C0, 4
|
||||
msgbox LavaridgeTown_Text_1EA7C0, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_GO_GOGGLES
|
||||
setflag FLAG_0x0DD
|
||||
msgbox LavaridgeTown_Text_1EA897, 4
|
||||
msgbox LavaridgeTown_Text_1EA897, MSGBOX_DEFAULT
|
||||
goto LavaridgeTown_EventScript_1EA5FF
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA5DA:: @ 81EA5DA
|
||||
msgbox LavaridgeTown_Text_1EA9A2, 4
|
||||
msgbox LavaridgeTown_Text_1EA9A2, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_GO_GOGGLES
|
||||
setflag FLAG_0x0DD
|
||||
msgbox LavaridgeTown_Text_1EAA2E, 4
|
||||
msgbox LavaridgeTown_Text_1EAA2E, MSGBOX_DEFAULT
|
||||
goto LavaridgeTown_EventScript_1EA5FF
|
||||
end
|
||||
|
||||
@@ -222,27 +222,27 @@ LavaridgeTown_EventScript_1EA70B:: @ 81EA70B
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA70E:: @ 81EA70E
|
||||
msgbox LavaridgeTown_Text_1EAE03, 2
|
||||
msgbox LavaridgeTown_Text_1EAE03, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA717:: @ 81EA717
|
||||
msgbox LavaridgeTown_Text_1EAEE1, 3
|
||||
msgbox LavaridgeTown_Text_1EAEE1, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA720:: @ 81EA720
|
||||
msgbox LavaridgeTown_Text_1EAF9B, 2
|
||||
msgbox LavaridgeTown_Text_1EAF9B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA729:: @ 81EA729
|
||||
msgbox LavaridgeTown_Text_1EB003, 2
|
||||
msgbox LavaridgeTown_Text_1EB003, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA732:: @ 81EA732
|
||||
msgbox LavaridgeTown_Text_1EB092, 2
|
||||
msgbox LavaridgeTown_Text_1EB092, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA73B:: @ 81EA73B
|
||||
msgbox LavaridgeTown_Text_1EAF4E, 2
|
||||
msgbox LavaridgeTown_Text_1EAF4E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA744:: @ 81EA744
|
||||
@@ -250,13 +250,13 @@ LavaridgeTown_EventScript_1EA744:: @ 81EA744
|
||||
faceplayer
|
||||
checkflag FLAG_0x10A
|
||||
goto_eq LavaridgeTown_EventScript_1EA787
|
||||
msgbox LavaridgeTown_Text_1EAB80, 5
|
||||
msgbox LavaridgeTown_Text_1EAB80, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LavaridgeTown_EventScript_1EA79B
|
||||
getpartysize
|
||||
compare VAR_RESULT, 6
|
||||
goto_eq LavaridgeTown_EventScript_1EA791
|
||||
msgbox LavaridgeTown_Text_1EACC0, 4
|
||||
msgbox LavaridgeTown_Text_1EACC0, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x10A
|
||||
playfanfare MUS_FANFA4
|
||||
message LavaridgeTown_Text_1EACF4
|
||||
@@ -266,30 +266,30 @@ LavaridgeTown_EventScript_1EA744:: @ 81EA744
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA787:: @ 81EA787
|
||||
msgbox LavaridgeTown_Text_1EAD9E, 4
|
||||
msgbox LavaridgeTown_Text_1EAD9E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA791:: @ 81EA791
|
||||
msgbox LavaridgeTown_Text_1EAD09, 4
|
||||
msgbox LavaridgeTown_Text_1EAD09, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA79B:: @ 81EA79B
|
||||
msgbox LavaridgeTown_Text_1EAD44, 4
|
||||
msgbox LavaridgeTown_Text_1EAD44, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA7A5:: @ 81EA7A5
|
||||
msgbox LavaridgeTown_Text_1EB12B, 3
|
||||
msgbox LavaridgeTown_Text_1EB12B, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA7AE:: @ 81EA7AE
|
||||
msgbox LavaridgeTown_Text_1EB178, 3
|
||||
msgbox LavaridgeTown_Text_1EB178, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
LavaridgeTown_EventScript_1EA7B7:: @ 81EA7B7
|
||||
msgbox LavaridgeTown_Text_1EB1CB, 3
|
||||
msgbox LavaridgeTown_Text_1EB1CB, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
LavaridgeTown_Text_1EA7C0: @ 81EA7C0
|
||||
@@ -303,34 +303,34 @@ LavaridgeTown_Text_1EA7C0: @ 81EA7C0
|
||||
.string "have this.$"
|
||||
|
||||
LavaridgeTown_Text_1EA897: @ 81EA897
|
||||
.string "MAY: With those GO-GOGGLES, you’ll\n"
|
||||
.string "MAY: With those GO-GOGGLES, you'll\n"
|
||||
.string "have no trouble getting through the\l"
|
||||
.string "desert near ROUTE 111.\p"
|
||||
.string "But, wow, {PLAYER}{KUN}…\n"
|
||||
.string "Challenging GYMS…\p"
|
||||
.string "You’re trying hard because you don’t\n"
|
||||
.string "You're trying hard because you don't\n"
|
||||
.string "want to lose to me, I bet!\p"
|
||||
.string "{PLAYER}{KUN}, I think I should challenge\n"
|
||||
.string "your dad in PETALBURG GYM.\p"
|
||||
.string "See you again!$"
|
||||
|
||||
LavaridgeTown_Text_1EA9A2: @ 81EA9A2
|
||||
.string "BRENDAN: {PLAYER}, hey, it’s been a while.\n"
|
||||
.string "How’s it going?\p"
|
||||
.string "BRENDAN: {PLAYER}, hey, it's been a while.\n"
|
||||
.string "How's it going?\p"
|
||||
.string "Hmm…\n"
|
||||
.string "That’s a decent collection of BADGES.\p"
|
||||
.string "That's a decent collection of BADGES.\p"
|
||||
.string "All right, then.\n"
|
||||
.string "You may as well have this.$"
|
||||
|
||||
LavaridgeTown_Text_1EAA2E: @ 81EAA2E
|
||||
.string "BRENDAN: Keep those with you if you’re\n"
|
||||
.string "BRENDAN: Keep those with you if you're\n"
|
||||
.string "planning on going into that desert near\l"
|
||||
.string "ROUTE 111.\p"
|
||||
.string "There should be some POKéMON that\n"
|
||||
.string "are exclusively desert-dwellers.\l"
|
||||
.string "You might look around for those.\p"
|
||||
.string "As for me…\n"
|
||||
.string "I’m considering challenging NORMAN,\l"
|
||||
.string "I'm considering challenging NORMAN,\l"
|
||||
.string "the GYM LEADER of PETALBURG.\p"
|
||||
.string "Unlike you, {PLAYER}, your dad looks like\n"
|
||||
.string "he really is tough.\p"
|
||||
@@ -338,10 +338,10 @@ LavaridgeTown_Text_1EAA2E: @ 81EAA2E
|
||||
|
||||
LavaridgeTown_Text_1EAB80: @ 81EAB80
|
||||
.string "I have here an EGG.\p"
|
||||
.string "I’d hoped to hatch it by covering it in\n"
|
||||
.string "I'd hoped to hatch it by covering it in\n"
|
||||
.string "hot sand by the hot springs.\l"
|
||||
.string "But that doesn’t seem to be enough…\p"
|
||||
.string "I’ve heard it would be best if it were\n"
|
||||
.string "But that doesn't seem to be enough…\p"
|
||||
.string "I've heard it would be best if it were\n"
|
||||
.string "kept together with POKéMON and\l"
|
||||
.string "carried about.\p"
|
||||
.string "You are a TRAINER, yes?\n"
|
||||
@@ -350,15 +350,15 @@ LavaridgeTown_Text_1EAB80: @ 81EAB80
|
||||
.string "Will you take this EGG to hatch?$"
|
||||
|
||||
LavaridgeTown_Text_1EACC0: @ 81EACC0
|
||||
.string "Good! I hope you’ll walk plenty with\n"
|
||||
.string "Good! I hope you'll walk plenty with\n"
|
||||
.string "this here EGG!$"
|
||||
|
||||
LavaridgeTown_Text_1EACF4: @ 81EACF4
|
||||
.string "{PLAYER} received the EGG.$"
|
||||
|
||||
LavaridgeTown_Text_1EAD09: @ 81EAD09
|
||||
.string "Oh? You’ve too many POKéMON.\n"
|
||||
.string "There’s no room for this EGG…$"
|
||||
.string "Oh? You've too many POKéMON.\n"
|
||||
.string "There's no room for this EGG…$"
|
||||
|
||||
LavaridgeTown_Text_1EAD44: @ 81EAD44
|
||||
.string "As you wish, then…\p"
|
||||
@@ -368,12 +368,12 @@ LavaridgeTown_Text_1EAD44: @ 81EAD44
|
||||
LavaridgeTown_Text_1EAD9E: @ 81EAD9E
|
||||
.string "Every so often, an EGG will be found at\n"
|
||||
.string "the POKéMON DAY CARE.\p"
|
||||
.string "Or at least that’s how the rumor goes.$"
|
||||
.string "Or at least that's how the rumor goes.$"
|
||||
|
||||
LavaridgeTown_Text_1EAE03: @ 81EAE03
|
||||
.string "We draw as much hot water as we need,\n"
|
||||
.string "and yet the hot springs never run dry.\p"
|
||||
.string "Isn’t it magical?\p"
|
||||
.string "Isn't it magical?\p"
|
||||
.string "These hot springs appear near active\n"
|
||||
.string "volcanoes. Veins of water under the\l"
|
||||
.string "ground are heated by magma to well up\l"
|
||||
@@ -388,7 +388,7 @@ LavaridgeTown_Text_1EAEE1: @ 81EAEE1
|
||||
|
||||
LavaridgeTown_Text_1EAF4E: @ 81EAF4E
|
||||
.string "Oh, you like hot springs, do you?\p"
|
||||
.string "That’s surprising for one as young\n"
|
||||
.string "That's surprising for one as young\n"
|
||||
.string "as you.$"
|
||||
|
||||
LavaridgeTown_Text_1EAF9B: @ 81EAF9B
|
||||
@@ -403,7 +403,7 @@ LavaridgeTown_Text_1EB003: @ 81EB003
|
||||
.string "a bubble bath, or even a lava bath…$"
|
||||
|
||||
LavaridgeTown_Text_1EB092: @ 81EB092
|
||||
.string "They’re claiming that these hot springs\n"
|
||||
.string "They're claiming that these hot springs\n"
|
||||
.string "are good for calming nervous tension,\l"
|
||||
.string "relieving aching muscles, solving\l"
|
||||
.string "romantic problems, and attracting\l"
|
||||
|
||||
@@ -59,13 +59,13 @@ LavaridgeTown_Gym_1F_EventScript_1FE78B:: @ 81FE78B
|
||||
return
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE78C:: @ 81FE78C
|
||||
trainerbattle 1, TRAINER_FLANNERY_1, 0, LavaridgeTown_Gym_1F_Text_1FF0DC, LavaridgeTown_Gym_1F_Text_1FF233, LavaridgeTown_Gym_1F_EventScript_1FE7C1
|
||||
trainerbattle_single TRAINER_FLANNERY_1, LavaridgeTown_Gym_1F_Text_1FF0DC, LavaridgeTown_Gym_1F_Text_1FF233, LavaridgeTown_Gym_1F_EventScript_1FE7C1, NO_MUSIC
|
||||
specialvar VAR_RESULT, ShouldTryRematchBattle
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LavaridgeTown_Gym_1F_EventScript_1FE864
|
||||
checkflag FLAG_0x0A8
|
||||
goto_if 0, LavaridgeTown_Gym_1F_EventScript_1FE81D
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF546, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF546, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -73,7 +73,7 @@ LavaridgeTown_Gym_1F_EventScript_1FE7C1:: @ 81FE7C1
|
||||
message LavaridgeTown_Gym_1F_Text_1FF32F
|
||||
waitmessage
|
||||
call LavaridgeTown_Gym_1F_EventScript_27207E
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF359, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF359, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x06C
|
||||
setflag FLAG_0x4F3
|
||||
setflag FLAG_BADGE04_GET
|
||||
@@ -88,7 +88,7 @@ LavaridgeTown_Gym_1F_EventScript_1FE7C1:: @ 81FE7C1
|
||||
closemessage
|
||||
delay 30
|
||||
playfanfare MUS_ME_TORE_EYE
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF517, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF517, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
closemessage
|
||||
delay 30
|
||||
@@ -100,7 +100,7 @@ LavaridgeTown_Gym_1F_EventScript_1FE81D:: @ 81FE81D
|
||||
giveitem_std ITEM_TM50
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LavaridgeTown_Gym_1F_EventScript_272054
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF45C, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF45C, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0A8
|
||||
release
|
||||
end
|
||||
@@ -109,18 +109,18 @@ LavaridgeTown_Gym_1F_EventScript_1FE841:: @ 81FE841
|
||||
giveitem_std ITEM_TM50
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LavaridgeTown_Gym_1F_EventScript_27205E
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF45C, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF45C, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x0A8
|
||||
return
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE864:: @ 81FE864
|
||||
trainerbattle 7, TRAINER_FLANNERY_1, 0, LavaridgeTown_Gym_1F_Text_1FF601, LavaridgeTown_Gym_1F_Text_1FF69F, LavaridgeTown_Gym_1F_Text_1FF75E
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF6BF, 6
|
||||
trainerbattle_rematch_double TRAINER_FLANNERY_1, LavaridgeTown_Gym_1F_Text_1FF601, LavaridgeTown_Gym_1F_Text_1FF69F, LavaridgeTown_Gym_1F_Text_1FF75E
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF6BF, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE87F:: @ 81FE87F
|
||||
trainerbattle 2, TRAINER_COLE, 2, LavaridgeTown_Gym_1F_Text_1FEADE, LavaridgeTown_Gym_1F_Text_1FEAFB, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEB1C, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_COLE, 2, LavaridgeTown_Gym_1F_Text_1FEADE, LavaridgeTown_Gym_1F_Text_1FEAFB, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEB1C, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE89A:: @ 81FE89A
|
||||
@@ -133,38 +133,38 @@ LavaridgeTown_Gym_B1F_EventScript_1FE89A:: @ 81FE89A
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE8AF:: @ 81FE8AF
|
||||
trainerbattle 2, TRAINER_AXLE, 4, LavaridgeTown_Gym_1F_Text_1FEB7B, LavaridgeTown_Gym_1F_Text_1FEBC0, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEBE1, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_AXLE, 4, LavaridgeTown_Gym_1F_Text_1FEB7B, LavaridgeTown_Gym_1F_Text_1FEBC0, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEBE1, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_B1F_EventScript_1FE8CA:: @ 81FE8CA
|
||||
trainerbattle 2, TRAINER_KEEGAN, 2, LavaridgeTown_Gym_B1F_Text_1FEC31, LavaridgeTown_Gym_B1F_Text_1FECE3, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FED02, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_KEEGAN, 2, LavaridgeTown_Gym_B1F_Text_1FEC31, LavaridgeTown_Gym_B1F_Text_1FECE3, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FED02, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE8E5:: @ 81FE8E5
|
||||
trainerbattle 2, TRAINER_DANIELLE, 5, LavaridgeTown_Gym_1F_Text_1FEE22, LavaridgeTown_Gym_1F_Text_1FEE42, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEE5D, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_DANIELLE, 5, LavaridgeTown_Gym_1F_Text_1FEE22, LavaridgeTown_Gym_1F_Text_1FEE42, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEE5D, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE900:: @ 81FE900
|
||||
trainerbattle 2, TRAINER_GERALD, 3, LavaridgeTown_Gym_1F_Text_1FED72, LavaridgeTown_Gym_1F_Text_1FED9E, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEDBB, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_GERALD, 3, LavaridgeTown_Gym_1F_Text_1FED72, LavaridgeTown_Gym_1F_Text_1FED9E, LavaridgeTown_Gym_1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEDBB, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_B1F_EventScript_1FE91B:: @ 81FE91B
|
||||
trainerbattle 2, TRAINER_JACE, 1, LavaridgeTown_Gym_B1F_Text_1FEE9D, LavaridgeTown_Gym_B1F_Text_1FEED5, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FEF07, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_JACE, 1, LavaridgeTown_Gym_B1F_Text_1FEE9D, LavaridgeTown_Gym_B1F_Text_1FEED5, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FEF07, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_B1F_EventScript_1FE936:: @ 81FE936
|
||||
trainerbattle 2, TRAINER_JEFF, 3, LavaridgeTown_Gym_B1F_Text_1FEF60, LavaridgeTown_Gym_B1F_Text_1FEFA7, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FEFC2, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_JEFF, 3, LavaridgeTown_Gym_B1F_Text_1FEF60, LavaridgeTown_Gym_B1F_Text_1FEFA7, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FEFC2, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_B1F_EventScript_1FE951:: @ 81FE951
|
||||
trainerbattle 2, TRAINER_ELI, 4, LavaridgeTown_Gym_B1F_Text_1FF025, LavaridgeTown_Gym_B1F_Text_1FF05F, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FF09A, 6
|
||||
trainerbattle TRAINER_BATTLE_CONTINUE_SCRIPT, TRAINER_ELI, 4, LavaridgeTown_Gym_B1F_Text_1FF025, LavaridgeTown_Gym_B1F_Text_1FF05F, LavaridgeTown_Gym_B1F_EventScript_1FE89A
|
||||
msgbox LavaridgeTown_Gym_B1F_Text_1FF09A, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE96C:: @ 81FE96C
|
||||
@@ -172,12 +172,12 @@ LavaridgeTown_Gym_1F_EventScript_1FE96C:: @ 81FE96C
|
||||
faceplayer
|
||||
checkflag FLAG_0x4F3
|
||||
goto_eq LavaridgeTown_Gym_1F_EventScript_1FE981
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FE9BF, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FE9BF, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE981:: @ 81FE981
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEAB8, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FEAB8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -196,23 +196,23 @@ LavaridgeTown_Gym_1F_EventScript_1FE99B:: @ 81FE99B
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE9AB:: @ 81FE9AB
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF5C4, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF5C4, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_EventScript_1FE9B5:: @ 81FE9B5
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF5A9, 4
|
||||
msgbox LavaridgeTown_Gym_1F_Text_1FF5A9, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FE9BF: @ 81FE9BF
|
||||
.string "Hey, how’s it going, CHAMPION-\n"
|
||||
.string "Hey, how's it going, CHAMPION-\n"
|
||||
.string "bound {PLAYER}?\p"
|
||||
.string "LAVARIDGE’s GYM LEADER FLANNERY\n"
|
||||
.string "LAVARIDGE's GYM LEADER FLANNERY\n"
|
||||
.string "uses FIRE-type POKéMON.\p"
|
||||
.string "Her passion for POKéMON burns stronger\n"
|
||||
.string "and hotter than a volcano.\p"
|
||||
.string "Don’t get too close to her--you’ll burn!\n"
|
||||
.string "Don't get too close to her--you'll burn!\n"
|
||||
.string "Hose her down with water and then\l"
|
||||
.string "go for it!$"
|
||||
|
||||
@@ -221,20 +221,20 @@ LavaridgeTown_Gym_1F_Text_1FEAB8: @ 81FEAB8
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEADE: @ 81FEADE
|
||||
.string "Owowowowow!\n"
|
||||
.string "Yikes, it’s hot!$"
|
||||
.string "Yikes, it's hot!$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEAFB: @ 81FEAFB
|
||||
.string "I’m blinded by sweat in my eyes…$"
|
||||
.string "I'm blinded by sweat in my eyes…$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEB1C: @ 81FEB1C
|
||||
.string "Being buried in hot sand promotes\n"
|
||||
.string "circulation.\p"
|
||||
.string "It’s effective for healing pain in\n"
|
||||
.string "It's effective for healing pain in\n"
|
||||
.string "your joints.$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEB7B: @ 81FEB7B
|
||||
.string "I’m trying to relieve my stress.\n"
|
||||
.string "Don’t come along and stress me out!$"
|
||||
.string "I'm trying to relieve my stress.\n"
|
||||
.string "Don't come along and stress me out!$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEBC0: @ 81FEBC0
|
||||
.string "I hope FLANNERY flames you good!$"
|
||||
@@ -246,8 +246,8 @@ LavaridgeTown_Gym_1F_Text_1FEBE1: @ 81FEBE1
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEC31: @ 81FEC31
|
||||
.string "You must be getting tired by now.\n"
|
||||
.string "You’d like to rest in the hot sand,\l"
|
||||
.string "wouldn’t you?\p"
|
||||
.string "You'd like to rest in the hot sand,\l"
|
||||
.string "wouldn't you?\p"
|
||||
.string "But you should know that maintaining\n"
|
||||
.string "your willpower is an important ability\l"
|
||||
.string "for all TRAINERS.$"
|
||||
@@ -258,7 +258,7 @@ LavaridgeTown_Gym_B1F_Text_1FECE3: @ 81FECE3
|
||||
LavaridgeTown_Gym_B1F_Text_1FED02: @ 81FED02
|
||||
.string "Your skill is real…\n"
|
||||
.string "But our LEADER FLANNERY is strong.\p"
|
||||
.string "If you don’t watch yourself, you’ll be\n"
|
||||
.string "If you don't watch yourself, you'll be\n"
|
||||
.string "burned seriously.$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FED72: @ 81FED72
|
||||
@@ -266,7 +266,7 @@ LavaridgeTown_Gym_1F_Text_1FED72: @ 81FED72
|
||||
.string "392-degree heat?$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FED9E: @ 81FED9E
|
||||
.string "It didn’t burn hotly enough…$"
|
||||
.string "It didn't burn hotly enough…$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEDBB: @ 81FEDBB
|
||||
.string "The temperature of magma is\n"
|
||||
@@ -276,21 +276,21 @@ LavaridgeTown_Gym_1F_Text_1FEDBB: @ 81FEDBB
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEE22: @ 81FEE22
|
||||
.string "Um…\n"
|
||||
.string "Okay, I’ll battle with you.$"
|
||||
.string "Okay, I'll battle with you.$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEE42: @ 81FEE42
|
||||
.string "Oh, but you’re too strong.$"
|
||||
.string "Oh, but you're too strong.$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FEE5D: @ 81FEE5D
|
||||
.string "I’m going to be a pretty and strong\n"
|
||||
.string "I'm going to be a pretty and strong\n"
|
||||
.string "TRAINER just like FLANNERY.$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEE9D: @ 81FEE9D
|
||||
.string "Come on, get with it!\n"
|
||||
.string "Let’s go before my feelings cool!$"
|
||||
.string "Let's go before my feelings cool!$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEED5: @ 81FEED5
|
||||
.string "It’s so hot, and yet my heart is\n"
|
||||
.string "It's so hot, and yet my heart is\n"
|
||||
.string "clutched by ice…$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEF07: @ 81FEF07
|
||||
@@ -303,12 +303,12 @@ LavaridgeTown_Gym_B1F_Text_1FEF60: @ 81FEF60
|
||||
.string "They flare in anticipation of my win!$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEFA7: @ 81FEFA7
|
||||
.string "Something didn’t go right.$"
|
||||
.string "Something didn't go right.$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FEFC2: @ 81FEFC2
|
||||
.string "Well, so what? I say so what?\n"
|
||||
.string "I can walk on hot coals barefoot!\p"
|
||||
.string "…Don’t even think about trying it!$"
|
||||
.string "…Don't even think about trying it!$"
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FF025: @ 81FF025
|
||||
.string "As much as I love mountains,\n"
|
||||
@@ -320,16 +320,16 @@ LavaridgeTown_Gym_B1F_Text_1FF05F: @ 81FF05F
|
||||
|
||||
LavaridgeTown_Gym_B1F_Text_1FF09A: @ 81FF09A
|
||||
.string "I stay here because I became a fan\n"
|
||||
.string "of FLANNERY’s power.\p"
|
||||
.string "of FLANNERY's power.\p"
|
||||
.string "Hehehehe.$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF0DC: @ 81FF0DC
|
||||
.string "Welcome… No, wait.\p"
|
||||
.string "Puny TRAINER, how good to see you’ve\n"
|
||||
.string "Puny TRAINER, how good to see you've\n"
|
||||
.string "made it here!\p"
|
||||
.string "I have been entrusted with the…\n"
|
||||
.string "No, wait.\p"
|
||||
.string "I am FLANNERY, and I’m the GYM\n"
|
||||
.string "I am FLANNERY, and I'm the GYM\n"
|
||||
.string "LEADER here!\p"
|
||||
.string "Uh…\n"
|
||||
.string "Dare not underestimate me, though\l"
|
||||
@@ -341,12 +341,12 @@ LavaridgeTown_Gym_1F_Text_1FF0DC: @ 81FF0DC
|
||||
LavaridgeTown_Gym_1F_Text_1FF233: @ 81FF233
|
||||
.string "Oh…\n"
|
||||
.string "I guess I was trying too hard…\p"
|
||||
.string "I… I’ve only recently become\n"
|
||||
.string "I… I've only recently become\n"
|
||||
.string "a GYM LEADER.\p"
|
||||
.string "I tried too hard to be someone\n"
|
||||
.string "I’m not.\p"
|
||||
.string "I'm not.\p"
|
||||
.string "I have to do things my natural way. If\n"
|
||||
.string "I don’t, my POKéMON will be confused.\p"
|
||||
.string "I don't, my POKéMON will be confused.\p"
|
||||
.string "Thanks for teaching me that.\n"
|
||||
.string "For that, you deserve this.$"
|
||||
|
||||
@@ -362,7 +362,7 @@ LavaridgeTown_Gym_1F_Text_1FF359: @ 81FF359
|
||||
.string "And, it lets POKéMON use the HM move\n"
|
||||
.string "STRENGTH outside of battle.\p"
|
||||
.string "This is a token of my appreciation.\n"
|
||||
.string "Don’t be shy about taking it!$"
|
||||
.string "Don't be shy about taking it!$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF45C: @ 81FF45C
|
||||
.string "That TM50 contains OVERHEAT.\p"
|
||||
@@ -386,16 +386,16 @@ LavaridgeTown_Gym_1F_Text_1FF5A9: @ 81FF5A9
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF5C4: @ 81FF5C4
|
||||
.string "LAVARIDGE TOWN POKéMON GYM\p"
|
||||
.string "FLANNERY’S CERTIFIED TRAINERS:\n"
|
||||
.string "FLANNERY'S CERTIFIED TRAINERS:\n"
|
||||
.string "{PLAYER}$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF601: @ 81FF601
|
||||
.string "FLANNERY: Losing a battle isn’t going\n"
|
||||
.string "FLANNERY: Losing a battle isn't going\n"
|
||||
.string "to deflate me.\p"
|
||||
.string "I love POKéMON.\n"
|
||||
.string "I love to battle.\l"
|
||||
.string "And… I love this GYM!\p"
|
||||
.string "Let’s exchange superhot moves\n"
|
||||
.string "Let's exchange superhot moves\n"
|
||||
.string "in another battle!$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF69F: @ 81FF69F
|
||||
@@ -404,19 +404,19 @@ LavaridgeTown_Gym_1F_Text_1FF69F: @ 81FF69F
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF6BF: @ 81FF6BF
|
||||
.string "FLANNERY: I lost the match,\n"
|
||||
.string "but I’m completely satisfied.\p"
|
||||
.string "It’s not often I get to enjoy a battle\n"
|
||||
.string "but I'm completely satisfied.\p"
|
||||
.string "It's not often I get to enjoy a battle\n"
|
||||
.string "this heated.\p"
|
||||
.string "Let’s have another one like this\n"
|
||||
.string "Let's have another one like this\n"
|
||||
.string "again sometime!$"
|
||||
|
||||
LavaridgeTown_Gym_1F_Text_1FF75E: @ 81FF75E
|
||||
.string "FLANNERY: Losing a battle isn’t going\n"
|
||||
.string "FLANNERY: Losing a battle isn't going\n"
|
||||
.string "to deflate me.\p"
|
||||
.string "I love POKéMON.\n"
|
||||
.string "I love to battle.\l"
|
||||
.string "And… I love this GYM!\p"
|
||||
.string "Let’s exchange superhot moves\n"
|
||||
.string "Let's exchange superhot moves\n"
|
||||
.string "in another battle!\p"
|
||||
.string "Oh, wait. Do you only have one POKéMON\n"
|
||||
.string "that can battle?\p"
|
||||
|
||||
@@ -7,7 +7,7 @@ LavaridgeTown_HerbShop_EventScript_1FE4D7:: @ 81FE4D7
|
||||
message LavaridgeTown_HerbShop_Text_1FE53E
|
||||
waitmessage
|
||||
pokemart LavaridgeTown_HerbShop_Pokemart_1FE4F0
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -22,7 +22,7 @@ LavaridgeTown_HerbShop_Pokemart_1FE4F0: @ 81FE4F0
|
||||
end
|
||||
|
||||
LavaridgeTown_HerbShop_EventScript_1FE4FC:: @ 81FE4FC
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE685, 2
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE685, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_HerbShop_EventScript_1FE505:: @ 81FE505
|
||||
@@ -30,7 +30,7 @@ LavaridgeTown_HerbShop_EventScript_1FE505:: @ 81FE505
|
||||
faceplayer
|
||||
checkflag FLAG_0x0FE
|
||||
goto_eq LavaridgeTown_HerbShop_EventScript_1FE534
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE584, 4
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE584, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_CHARCOAL
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LavaridgeTown_HerbShop_EventScript_272054
|
||||
@@ -39,7 +39,7 @@ LavaridgeTown_HerbShop_EventScript_1FE505:: @ 81FE505
|
||||
end
|
||||
|
||||
LavaridgeTown_HerbShop_EventScript_1FE534:: @ 81FE534
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE5EB, 4
|
||||
msgbox LavaridgeTown_HerbShop_Text_1FE5EB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -48,13 +48,13 @@ LavaridgeTown_HerbShop_Text_1FE53E: @ 81FE53E
|
||||
.string "effective and inexpensive medicine!$"
|
||||
|
||||
LavaridgeTown_HerbShop_Text_1FE584: @ 81FE584
|
||||
.string "You’ve come to look at herbal medicine\n"
|
||||
.string "You've come to look at herbal medicine\n"
|
||||
.string "in LAVARIDGE?\p"
|
||||
.string "That’s rather commendable.\p"
|
||||
.string "That's rather commendable.\p"
|
||||
.string "I like you! Take this!$"
|
||||
|
||||
LavaridgeTown_HerbShop_Text_1FE5EB: @ 81FE5EB
|
||||
.string "That CHARCOAL I gave you, it’s used\n"
|
||||
.string "That CHARCOAL I gave you, it's used\n"
|
||||
.string "for making herbal medicine.\p"
|
||||
.string "It also does wonders when held by\n"
|
||||
.string "a POKéMON.\p"
|
||||
|
||||
@@ -2,7 +2,7 @@ LavaridgeTown_House_MapScripts:: @ 81FF911
|
||||
.byte 0
|
||||
|
||||
LavaridgeTown_House_EventScript_1FF912:: @ 81FF912
|
||||
msgbox LavaridgeTown_House_Text_1FF92E, 2
|
||||
msgbox LavaridgeTown_House_Text_1FF92E, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LavaridgeTown_House_EventScript_1FF91B:: @ 81FF91B
|
||||
@@ -10,13 +10,13 @@ LavaridgeTown_House_EventScript_1FF91B:: @ 81FF91B
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox LavaridgeTown_House_Text_1FF9BB, 4
|
||||
msgbox LavaridgeTown_House_Text_1FF9BB, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_House_Text_1FF92E: @ 81FF92E
|
||||
.string "My wife’s warming an EGG in the hot\n"
|
||||
.string "My wife's warming an EGG in the hot\n"
|
||||
.string "springs. This is what she told me.\p"
|
||||
.string "She left two POKéMON with the DAY CARE.\n"
|
||||
.string "And they discovered that EGG!$"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user