Merge branch 'master' into fldeff
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -31,7 +31,7 @@ Route102_EventScript_274359:: @ 8274359
|
||||
end
|
||||
|
||||
Route102_EventScript_274374:: @ 8274374
|
||||
msgbox Route102_Text_274507, 5
|
||||
msgbox Route102_Text_274507, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route102_EventScript_274393
|
||||
compare VAR_RESULT, 0
|
||||
@@ -106,7 +106,7 @@ Route102_EventScript_274421:: @ 8274421
|
||||
lock
|
||||
faceplayer
|
||||
special EventObjectInteractionGetBerryCountString
|
||||
msgbox Route102_Text_2745EE, 5
|
||||
msgbox Route102_Text_2745EE, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route102_EventScript_274448
|
||||
compare VAR_RESULT, 0
|
||||
@@ -155,7 +155,7 @@ Route102_EventScript_27448D:: @ 827448D
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route102_EventScript_2744BE
|
||||
special EventObjectInteractionGetBerryName
|
||||
msgbox Route102_Text_2746E4, 5
|
||||
msgbox Route102_Text_2746E4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route102_EventScript_2744C4
|
||||
compare VAR_RESULT, 0
|
||||
@@ -193,10 +193,10 @@ Route102_EventScript_2744DD:: @ 82744DD
|
||||
return
|
||||
|
||||
Route102_Text_2744F0: @ 82744F0
|
||||
.string "It’s soft, loamy soil.$"
|
||||
.string "It's soft, loamy soil.$"
|
||||
|
||||
Route102_Text_274507: @ 8274507
|
||||
.string "It’s soft, loamy soil.\n"
|
||||
.string "It's soft, loamy soil.\n"
|
||||
.string "Want to plant a BERRY?$"
|
||||
|
||||
Route102_Text_274535: @ 8274535
|
||||
@@ -235,13 +235,13 @@ Route102_Text_27461B: @ 827461B
|
||||
|
||||
Route102_Text_274630: @ 8274630
|
||||
.string "{PLAYER} put away the {STR_VAR_1}\n"
|
||||
.string "in the BAG’s BERRIES POCKET.\p"
|
||||
.string "in the BAG's BERRIES POCKET.\p"
|
||||
.string "The soil returned to its soft and\n"
|
||||
.string "loamy state.$"
|
||||
|
||||
Route102_Text_27468F: @ 827468F
|
||||
.string "The BAG’s BERRIES POCKET is full.\p"
|
||||
.string "The {STR_VAR_1} couldn’t be taken.$"
|
||||
.string "The BAG's BERRIES POCKET is full.\p"
|
||||
.string "The {STR_VAR_1} couldn't be taken.$"
|
||||
|
||||
Route102_Text_2746CB: @ 82746CB
|
||||
.string "{PLAYER} left the {STR_VAR_1}\n"
|
||||
|
||||
@@ -63,7 +63,7 @@ OldaleTown_PokemonCenter_2F_EventScript_276B19:: @ 8276B19
|
||||
execram
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276B1A:: @ 8276B1A
|
||||
msgbox gUnknown_08273178, 2
|
||||
msgbox gUnknown_08273178, MSGBOX_NPC
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276B23:: @ 8276B23
|
||||
@@ -72,16 +72,16 @@ OldaleTown_PokemonCenter_2F_EventScript_276B23:: @ 8276B23
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_276B19
|
||||
checkflag FLAG_SYS_HAS_EON_TICKET
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_276B19
|
||||
msgbox gUnknown_08273594, 4
|
||||
msgbox gUnknown_08273594, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_EON_TICKET
|
||||
setflag FLAG_SYS_HAS_EON_TICKET
|
||||
setvar VAR_0x403F, 0
|
||||
msgbox gUnknown_082735F2, 4
|
||||
msgbox gUnknown_082735F2, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276B62:: @ 8276B62
|
||||
msgbox gUnknown_08273178, 4
|
||||
msgbox gUnknown_08273178, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -331,12 +331,12 @@ OldaleTown_PokemonCenter_2F_EventScript_276DE0:: @ 8276DE0
|
||||
lockall
|
||||
applymovement 255, OldaleTown_PokemonCenter_2F_Movement_2725A6
|
||||
waitmovement 0
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27964A, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27964A, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement 255, OldaleTown_PokemonCenter_2F_Movement_276E10
|
||||
waitmovement 0
|
||||
delay 30
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279718, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279718, MSGBOX_DEFAULT
|
||||
setvar VAR_0x40CD, 2
|
||||
releaseall
|
||||
end
|
||||
@@ -354,7 +354,7 @@ OldaleTown_PokemonCenter_2F_EventScript_276E13:: @ 8276E13
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276E22:: @ 8276E22
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277EF1, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277EF1, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_276E30
|
||||
end
|
||||
|
||||
@@ -399,7 +399,7 @@ OldaleTown_PokemonCenter_2F_EventScript_276EC2:: @ 8276EC2
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276F15:: @ 8276F15
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279142, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279142, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_276EC2
|
||||
end
|
||||
|
||||
@@ -417,7 +417,7 @@ OldaleTown_PokemonCenter_2F_EventScript_276F2E:: @ 8276F2E
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_276F47:: @ 8276F47
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277FEE, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277FEE, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_276EC2
|
||||
end
|
||||
|
||||
@@ -502,25 +502,25 @@ OldaleTown_PokemonCenter_2F_EventScript_277046:: @ 8277046
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277072:: @ 8277072
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27833D, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27833D, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_2770A5
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277083:: @ 8277083
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278307, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278307, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_2770A5
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277094:: @ 8277094
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2782D1, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2782D1, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_2770A5
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2770A5:: @ 82770A5
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278372, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278372, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -593,12 +593,12 @@ OldaleTown_PokemonCenter_2F_EventScript_277199:: @ 8277199
|
||||
return
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2771BF:: @ 82771BF
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278027, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278027, MSGBOX_DEFAULT
|
||||
setvar VAR_RESULT, 0
|
||||
return
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2771CD:: @ 82771CD
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278061, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278061, MSGBOX_DEFAULT
|
||||
setvar VAR_RESULT, 0
|
||||
return
|
||||
|
||||
@@ -659,45 +659,45 @@ OldaleTown_PokemonCenter_2F_EventScript_27724C:: @ 827724C
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772AB:: @ 82772AB
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278565, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278565, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772B8:: @ 82772B8
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2785C9, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2785C9, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_2772C5:: @ 82772C5
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772C5:: @ 82772C5
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27821C, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27821C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
BattleFrontier_BattleTowerLobby_EventScript_2772D2:: @ 82772D2
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772D2:: @ 82772D2
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2781C7, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2781C7, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772DF:: @ 82772DF
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278255, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278255, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2772EC:: @ 82772EC
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278291, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278291, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_2772F9:: @ 82772F9
|
||||
special CloseLink
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278D51, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278D51, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -709,29 +709,29 @@ OldaleTown_PokemonCenter_2F_EventScript_277306:: @ 8277306
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27730E:: @ 827730E
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2782A8, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2782A8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27731B:: @ 827731B
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2785E9, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2785E9, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277328:: @ 8277328
|
||||
special CloseLink
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278651, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_278651, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277335:: @ 8277335
|
||||
msgbox gUnknown_0827306F, 4
|
||||
msgbox gUnknown_0827306F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27733F:: @ 827733F
|
||||
msgbox gUnknown_082730BC, 4
|
||||
msgbox gUnknown_082730BC, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -917,34 +917,34 @@ RecordCorner_EventScript_277471:: @ 8277471
|
||||
end
|
||||
|
||||
EventScript_TradeRoom_ReadTrainerCard1:: @ 827747E
|
||||
msgbox Text_278452, 4
|
||||
msgbox Text_278452, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
special sp02A_crash_sound
|
||||
waitstate
|
||||
end
|
||||
|
||||
EventScript_TradeRoom_ReadTrainerCard2:: @ 827748D
|
||||
msgbox Text_27847B, 4
|
||||
msgbox Text_27847B, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
special sp02A_crash_sound
|
||||
waitstate
|
||||
end
|
||||
|
||||
EventScript_TradeRoom_TooBusyToNotice:: @ 827749C
|
||||
msgbox Text_27842E, 4
|
||||
msgbox Text_27842E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
end
|
||||
|
||||
SingleBattleColosseum_EventScript_2774A6:: @ 82774A6
|
||||
special sub_8098574
|
||||
msgbox SingleBattleColosseum_Text_2784B4, 4
|
||||
msgbox SingleBattleColosseum_Text_2784B4, MSGBOX_DEFAULT
|
||||
special sub_809859C
|
||||
closemessage
|
||||
end
|
||||
|
||||
TradeCenter_EventScript_2774B6:: @ 82774B6
|
||||
special sub_8098574
|
||||
msgbox TradeCenter_Text_2784E2, 4
|
||||
msgbox TradeCenter_Text_2784E2, MSGBOX_DEFAULT
|
||||
special sub_809859C
|
||||
closemessage
|
||||
end
|
||||
@@ -970,7 +970,7 @@ RecordCorner_EventScript_2774E0:: @ 82774E0
|
||||
end
|
||||
|
||||
gUnknown_082774EF:: @ 82774EF
|
||||
msgbox Text_2783A8, 5
|
||||
msgbox Text_2783A8, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq gUnknown_08277509
|
||||
erasebox 0, 0, 29, 19
|
||||
@@ -1029,7 +1029,7 @@ OldaleTown_PokemonCenter_2F_EventScript_27759F:: @ 827759F
|
||||
call OldaleTown_PokemonCenter_2F_EventScript_27134F
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_2772EC
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27961C, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27961C, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
special HealPlayerParty
|
||||
setvar VAR_0x8004, 6
|
||||
@@ -1068,17 +1068,17 @@ OldaleTown_PokemonCenter_2F_EventScript_277626:: @ 8277626
|
||||
return
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27764C:: @ 827764C
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27893E, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27893E, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_273755
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27765A:: @ 827765A
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27897B, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27897B, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_273755
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277668:: @ 8277668
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2789B5, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2789B5, MSGBOX_DEFAULT
|
||||
release
|
||||
return
|
||||
|
||||
@@ -1087,15 +1087,15 @@ OldaleTown_PokemonCenter_2F_EventScript_277672:: @ 8277672
|
||||
faceplayer
|
||||
checkflag FLAG_SYS_POKEDEX_GET
|
||||
goto_if 0, OldaleTown_PokemonCenter_2F_EventScript_277335
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279937, 5
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279937, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_27769A
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2799AA, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2799AA, MSGBOX_DEFAULT
|
||||
release
|
||||
return
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27769A:: @ 827769A
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279C91, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279C91, MSGBOX_DEFAULT
|
||||
release
|
||||
return
|
||||
|
||||
@@ -1165,7 +1165,7 @@ OldaleTown_PokemonCenter_2F_EventScript_2777CB:: @ 82777CB
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_27780D:: @ 827780D
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27909D, 5
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27909D, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_2772EC
|
||||
call OldaleTown_PokemonCenter_2F_EventScript_277199
|
||||
@@ -1202,7 +1202,7 @@ OldaleTown_PokemonCenter_2F_EventScript_277899:: @ 8277899
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2778B2:: @ 82778B2
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277FEE, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_277FEE, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_27783B
|
||||
end
|
||||
|
||||
@@ -1212,12 +1212,12 @@ OldaleTown_PokemonCenter_2F_EventScript_2778C0:: @ 82778C0
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2778CB:: @ 82778CB
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279142, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279142, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_27783B
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2778D9:: @ 82778D9
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2790E8, 5
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2790E8, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_2772EC
|
||||
setvar VAR_0x8004, 12
|
||||
@@ -1225,7 +1225,7 @@ OldaleTown_PokemonCenter_2F_EventScript_2778D9:: @ 82778D9
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_2778F7:: @ 82778F7
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279114, 5
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_279114, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq OldaleTown_PokemonCenter_2F_EventScript_2772EC
|
||||
special HasAtLeastOneBerry
|
||||
@@ -1236,7 +1236,7 @@ OldaleTown_PokemonCenter_2F_EventScript_2778F7:: @ 82778F7
|
||||
end
|
||||
|
||||
OldaleTown_PokemonCenter_2F_EventScript_277923:: @ 8277923
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2788FC, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_2788FC, MSGBOX_DEFAULT
|
||||
goto OldaleTown_PokemonCenter_2F_EventScript_2776E3
|
||||
end
|
||||
|
||||
@@ -1402,12 +1402,12 @@ EventScript_WirelessBoxResults:: @ 8277B8A
|
||||
fadescreen 1
|
||||
special sub_801A42C
|
||||
waitstate
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27874F, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27874F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_277BB4:: @ 8277BB4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27871F, 4
|
||||
msgbox OldaleTown_PokemonCenter_2F_Text_27871F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -1476,17 +1476,17 @@ MossdeepCity_GameCorner_1F_EventScript_277C34:: @ 8277C34
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277C73:: @ 8277C73
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278ACB, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278ACB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277C7D:: @ 8277C7D
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278BF1, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278BF1, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277C87:: @ 8277C87
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278CAC, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278CAC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1514,7 +1514,7 @@ MossdeepCity_GameCorner_1F_EventScript_277CE9:: @ 8277CE9
|
||||
special sub_802C920
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MossdeepCity_GameCorner_1F_EventScript_277E55
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278DD9, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278DD9, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
setvar VAR_0x8005, 0
|
||||
special sub_81B8958
|
||||
@@ -1533,7 +1533,7 @@ MossdeepCity_GameCorner_1F_EventScript_277D35:: @ 8277D35
|
||||
special sub_8027A5C
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MossdeepCity_GameCorner_1F_EventScript_277E55
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278DD9, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278DD9, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
setvar VAR_0x8005, 1
|
||||
special sub_81B8958
|
||||
@@ -1602,12 +1602,12 @@ MossdeepCity_GameCorner_1F_EventScript_277E0E:: @ 8277E0E
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277E48:: @ 8277E48
|
||||
delay 60
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278D68, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278D68, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277E55:: @ 8277E55
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278E60, 5
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278E60, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MossdeepCity_GameCorner_1F_EventScript_2772F9
|
||||
compare VAR_0x8005, 0
|
||||
@@ -1618,11 +1618,11 @@ MossdeepCity_GameCorner_1F_EventScript_277E55:: @ 8277E55
|
||||
end
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277E84:: @ 8277E84
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278EDC, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278EDC, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277E8D:: @ 8277E8D
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278FA4, 4
|
||||
msgbox MossdeepCity_GameCorner_1F_Text_278FA4, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
MossdeepCity_GameCorner_1F_EventScript_277E96:: @ 8277E96
|
||||
@@ -1673,7 +1673,7 @@ OldaleTown_PokemonCenter_2F_Text_278027: @ 8278027
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_278061: @ 8278061
|
||||
.string "A POKéMON holding the {STR_VAR_1}\n"
|
||||
.string "BERRY can’t be traded.$"
|
||||
.string "BERRY can't be traded.$"
|
||||
|
||||
gText_PleaseWaitForLink:: @ 8278091
|
||||
.string "Please wait.\n"
|
||||
@@ -1701,7 +1701,7 @@ OldaleTown_PokemonCenter_2F_Text_278197: @ 8278197
|
||||
.string "Please enter.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_2781A5: @ 82781A5
|
||||
.string "I’ll direct you to your room now.$"
|
||||
.string "I'll direct you to your room now.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2781C7: @ 82781C7
|
||||
OldaleTown_PokemonCenter_2F_Text_2781C7: @ 82781C7
|
||||
@@ -1729,11 +1729,11 @@ OldaleTown_PokemonCenter_2F_Text_2782A8: @ 82782A8
|
||||
.string "incorrect.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_2782D1: @ 82782D1
|
||||
.string "The SINGLE BATTLE Mode can’t be\n"
|
||||
.string "The SINGLE BATTLE Mode can't be\n"
|
||||
.string "played by {STR_VAR_1} players.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_278307: @ 8278307
|
||||
.string "The DOUBLE BATTLE Mode can’t be\n"
|
||||
.string "The DOUBLE BATTLE Mode can't be\n"
|
||||
.string "played by {STR_VAR_1} players.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_27833D: @ 827833D
|
||||
@@ -1758,13 +1758,13 @@ Text_27842E: @ 827842E
|
||||
.string "notice…$"
|
||||
|
||||
Text_278452: @ 8278452
|
||||
.string "Score! Got to look at {STR_VAR_1}’s\n"
|
||||
.string "Score! Got to look at {STR_VAR_1}'s\n"
|
||||
.string "TRAINER CARD!$"
|
||||
|
||||
Text_27847B: @ 827847B
|
||||
.string "Score! Got to look at {STR_VAR_1}’s\n"
|
||||
.string "Score! Got to look at {STR_VAR_1}'s\n"
|
||||
.string "TRAINER CARD!\p"
|
||||
.string "It’s a {STR_VAR_2} card!$"
|
||||
.string "It's a {STR_VAR_2} card!$"
|
||||
|
||||
SingleBattleColosseum_Text_2784B4: @ 82784B4
|
||||
.string "Please take your place and start\n"
|
||||
@@ -1785,8 +1785,8 @@ OldaleTown_PokemonCenter_2F_Text_27854C: @ 827854C
|
||||
.string "I hope to see you again!$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_278565: @ 8278565
|
||||
.string "I’m awfully sorry.\p"
|
||||
.string "We’re not set up to conduct trades\n"
|
||||
.string "I'm awfully sorry.\p"
|
||||
.string "We're not set up to conduct trades\n"
|
||||
.string "with TRAINERS far away in another\l"
|
||||
.string "region yet…$"
|
||||
|
||||
@@ -1795,7 +1795,7 @@ OldaleTown_PokemonCenter_2F_Text_2785C9: @ 82785C9
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_2785E9: @ 82785E9
|
||||
.string "You have at least one POKéMON\n"
|
||||
.string "that can’t be taken.$"
|
||||
.string "that can't be taken.$"
|
||||
|
||||
RecordCorner_Text_27861C: @ 827861C
|
||||
.string "Please take your seat and wait.$"
|
||||
@@ -1808,7 +1808,7 @@ OldaleTown_PokemonCenter_2F_Text_278651: @ 8278651
|
||||
.string "Sorry, there is a transmission error.\p"
|
||||
.string "You may not mix records with \n"
|
||||
.string "Japanese Ruby or Sapphire games.\p"
|
||||
.string "Also, you can’t mix records with\n"
|
||||
.string "Also, you can't mix records with\n"
|
||||
.string "Japanese Emerald and overseas Ruby\l"
|
||||
.string "or Sapphire games at the same time.$"
|
||||
|
||||
@@ -1843,7 +1843,7 @@ OldaleTown_PokemonCenter_2F_Text_278831:: @ 8278831
|
||||
.string "can be mixed together.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_27886B: @ 827886B
|
||||
.string "A guide to the WIRELESS CLUB’s\n"
|
||||
.string "A guide to the WIRELESS CLUB's\n"
|
||||
.string "various services.$"
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_27889C:: @ 827889C
|
||||
@@ -1885,7 +1885,7 @@ OldaleTown_PokemonCenter_1F_Text_278A48: @ 8278A48
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278A7D: @ 8278A7D
|
||||
.string "I can explain game rules to you,\n"
|
||||
.string "if you’d like.\p"
|
||||
.string "if you'd like.\p"
|
||||
.string "Which game should I describe?$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278ACB: @ 8278ACB
|
||||
@@ -1903,7 +1903,7 @@ MossdeepCity_GameCorner_1F_Text_278ACB: @ 8278ACB
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278BF1: @ 8278BF1
|
||||
.string "“DODRIO BERRY-PICKING”\p"
|
||||
.string "Command DODRIO’s three heads to\n"
|
||||
.string "Command DODRIO's three heads to\n"
|
||||
.string "catch falling BERRIES.\p"
|
||||
.string "Press right, up, or left on the\n"
|
||||
.string "{PLUS} Control Pad to move the heads.\p"
|
||||
@@ -1924,8 +1924,8 @@ MossdeepCity_GameCorner_1F_Text_278D51: @ 8278D51
|
||||
.string "All right, come again!$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278D68: @ 8278D68
|
||||
.string "The Wireless Adapter isn’t connected.\n"
|
||||
.string "Come back when it’s hooked up!$"
|
||||
.string "The Wireless Adapter isn't connected.\n"
|
||||
.string "Come back when it's hooked up!$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278DAD: @ 8278DAD
|
||||
.string "All right, which game did you want\n"
|
||||
@@ -1936,15 +1936,15 @@ MossdeepCity_GameCorner_1F_Text_278DD9: @ 8278DD9
|
||||
.string "enter?$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278E00: @ 8278E00
|
||||
.string "Okay, you’re all good to go.\n"
|
||||
.string "Don’t let the others beat you!$"
|
||||
.string "Okay, you're all good to go.\n"
|
||||
.string "Don't let the others beat you!$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278E3C: @ 8278E3C
|
||||
.string "Are you leaving now?\n"
|
||||
.string "Do come again!$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278E60: @ 8278E60
|
||||
.string "It doesn’t look like you have any\n"
|
||||
.string "It doesn't look like you have any\n"
|
||||
.string "POKéMON that you can enter…\p"
|
||||
.string "Would you like me to explain what\n"
|
||||
.string "kinds of POKéMON can enter?$"
|
||||
@@ -1952,11 +1952,11 @@ MossdeepCity_GameCorner_1F_Text_278E60: @ 8278E60
|
||||
MossdeepCity_GameCorner_1F_Text_278EDC: @ 8278EDC
|
||||
.string "“POKéMON JUMP” is open to POKéMON\n"
|
||||
.string "around 28 inches or less.\p"
|
||||
.string "What you can’t enter are those\n"
|
||||
.string "POKéMON that can’t jump.\p"
|
||||
.string "What you can't enter are those\n"
|
||||
.string "POKéMON that can't jump.\p"
|
||||
.string "You know, like POKéMON that only\n"
|
||||
.string "swim, burrow, or fly.\p"
|
||||
.string "That’s all you need to know.$"
|
||||
.string "That's all you need to know.$"
|
||||
|
||||
MossdeepCity_GameCorner_1F_Text_278FA4: @ 8278FA4
|
||||
.string "DODRIO BERRY-PICKING is a game that \n"
|
||||
@@ -2055,7 +2055,7 @@ OldaleTown_PokemonCenter_2F_Text_27964A: @ 827964A
|
||||
.string "My name is TEALA.\p"
|
||||
.string "This must be your first time\n"
|
||||
.string "up here.\p"
|
||||
.string "I’ll show you how the Wireless\n"
|
||||
.string "I'll show you how the Wireless\n"
|
||||
.string "Communication System works.\p"
|
||||
.string "First, I need to show you this\n"
|
||||
.string "floor of our POKéMON CENTER.\p"
|
||||
@@ -2065,7 +2065,7 @@ OldaleTown_PokemonCenter_2F_Text_279718: @ 8279718
|
||||
.string "On the top floor, there are two\n"
|
||||
.string "rooms.\p"
|
||||
.string "First, the room on the left.\n"
|
||||
.string "It’s the UNION ROOM.\p"
|
||||
.string "It's the UNION ROOM.\p"
|
||||
.string "You may link up with TRAINERS\n"
|
||||
.string "around you who have also entered\l"
|
||||
.string "the UNION ROOM.\p"
|
||||
@@ -2075,7 +2075,7 @@ OldaleTown_PokemonCenter_2F_Text_279718: @ 8279718
|
||||
.string "the DIRECT CORNER.\p"
|
||||
.string "You may trade or battle POKéMON\n"
|
||||
.string "with your friends in this room.\p"
|
||||
.string "If the Wireless Adapter isn’t\n"
|
||||
.string "If the Wireless Adapter isn't\n"
|
||||
.string "connected, you may still link up\l"
|
||||
.string "using a GBA Game Link cable.\p"
|
||||
.string "If that is the case, you must go\n"
|
||||
@@ -2085,7 +2085,7 @@ OldaleTown_PokemonCenter_2F_Text_279718: @ 8279718
|
||||
|
||||
OldaleTown_PokemonCenter_2F_Text_279937: @ 8279937
|
||||
.string "Hello, {PLAYER}!\p"
|
||||
.string "It’s me, TEALA, the POKéMON\n"
|
||||
.string "It's me, TEALA, the POKéMON\n"
|
||||
.string "CENTER 2F attendant.\p"
|
||||
.string "Is there something you needed to\n"
|
||||
.string "ask me about linking?$"
|
||||
@@ -2096,7 +2096,7 @@ OldaleTown_PokemonCenter_2F_Text_2799AA: @ 82799AA
|
||||
.string "On this, the top floor, there are\n"
|
||||
.string "two rooms.\p"
|
||||
.string "First, the room on the left.\n"
|
||||
.string "It’s the UNION ROOM.\p"
|
||||
.string "It's the UNION ROOM.\p"
|
||||
.string "You may link up with TRAINERS\n"
|
||||
.string "around you who have also entered\l"
|
||||
.string "the UNION ROOM.\p"
|
||||
@@ -2111,7 +2111,7 @@ OldaleTown_PokemonCenter_2F_Text_2799AA: @ 82799AA
|
||||
.string "or the DIRECT CORNER.\p"
|
||||
.string "In that case, please move closer\n"
|
||||
.string "to your friends.\p"
|
||||
.string "If the Wireless Adapter isn’t\n"
|
||||
.string "If the Wireless Adapter isn't\n"
|
||||
.string "connected, you may still link up\l"
|
||||
.string "using a GBA Game Link cable.\p"
|
||||
.string "If that is the case, you must go\n"
|
||||
|
||||
@@ -11,18 +11,18 @@ LilycoveCity_ContestLobby_EventScript_279CC5:: @ 8279CC5
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279CEA:: @ 8279CEA
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AEA8, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AEA8, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279CF3:: @ 8279CF3
|
||||
msgbox LilycoveCity_ContestLobby_Text_27ADA7, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27ADA7, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_POKEBLOCK_CASE
|
||||
setflag FLAG_0x05F
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AE47, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AE47, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279D13:: @ 8279D13
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B67B, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B67B, MSGBOX_DEFAULT
|
||||
switch VAR_0x408A
|
||||
case 4, LilycoveCity_ContestLobby_EventScript_279D2C
|
||||
end
|
||||
@@ -38,7 +38,7 @@ LilycoveCity_ContestLobby_EventScript_279D2C:: @ 8279D2C
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279D4B:: @ 8279D4B
|
||||
call LilycoveCity_ContestLobby_EventScript_27205E
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B6E7, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B6E7, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -66,27 +66,27 @@ LilycoveCity_ContestLobby_EventScript_279D97:: @ 8279D97
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279DDF:: @ 8279DDF
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AF7A, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27AF7A, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279D97
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279DED:: @ 8279DED
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B17D, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B17D, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279D97
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279DFB:: @ 8279DFB
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B221, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B221, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279D97
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279E09:: @ 8279E09
|
||||
msgbox LilycoveCity_ContestLobby_Text_27BD4F, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27BD4F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279E13:: @ 8279E13
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B44A, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B44A, MSGBOX_DEFAULT
|
||||
choosecontestmon
|
||||
compare VAR_0x8004, 255
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_279E09
|
||||
@@ -148,39 +148,39 @@ LilycoveCity_ContestLobby_EventScript_279EE1:: @ 8279EE1
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F12:: @ 8279F12
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B471, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B471, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279E13
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F21:: @ 8279F21
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B5C4, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B5C4, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, LilycoveCity_ContestLobby_EventScript_279E13
|
||||
case 1, LilycoveCity_ContestLobby_EventScript_279F87
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F45:: @ 8279F45
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B547, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B547, MSGBOX_YESNO
|
||||
switch VAR_RESULT
|
||||
case 0, LilycoveCity_ContestLobby_EventScript_279E13
|
||||
case 1, LilycoveCity_ContestLobby_EventScript_279F87
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F69:: @ 8279F69
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B4C4, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B4C4, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279E13
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F78:: @ 8279F78
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B501, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B501, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_279E13
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_279F87:: @ 8279F87
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B5E2, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27B5E2, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
releaseall
|
||||
setvar VAR_0x4086, 1
|
||||
@@ -276,7 +276,7 @@ LinkContestRoom1_EventScript_27A0B1:: @ 827A0B1
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A0C7
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27B711, 4
|
||||
msgbox LinkContestRoom1_Text_27B711, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
return
|
||||
|
||||
@@ -423,7 +423,7 @@ LinkContestRoom1_EventScript_27A230:: @ 827A230
|
||||
LinkContestRoom1_EventScript_27A26C:: @ 827A26C
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A280
|
||||
msgbox LinkContestRoom1_Text_27B830, 4
|
||||
msgbox LinkContestRoom1_Text_27B830, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A280:: @ 827A280
|
||||
@@ -847,7 +847,7 @@ LinkContestRoom1_EventScript_27A801:: @ 827A801
|
||||
LinkContestRoom1_EventScript_27A853:: @ 827A853
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A867
|
||||
msgbox LinkContestRoom1_Text_27B904, 4
|
||||
msgbox LinkContestRoom1_Text_27B904, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A867:: @ 827A867
|
||||
@@ -897,7 +897,7 @@ LinkContestRoom1_EventScript_27A8A5:: @ 827A8A5
|
||||
LinkContestRoom1_EventScript_27A8FB:: @ 827A8FB
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A90F
|
||||
msgbox LinkContestRoom1_Text_27BA15, 4
|
||||
msgbox LinkContestRoom1_Text_27BA15, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A90F:: @ 827A90F
|
||||
@@ -910,7 +910,7 @@ LinkContestRoom1_EventScript_27A90F:: @ 827A90F
|
||||
LinkContestRoom1_EventScript_27A91E:: @ 827A91E
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A932
|
||||
msgbox LinkContestRoom1_Text_27BA30, 4
|
||||
msgbox LinkContestRoom1_Text_27BA30, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A932:: @ 827A932
|
||||
@@ -923,7 +923,7 @@ LinkContestRoom1_EventScript_27A932:: @ 827A932
|
||||
LinkContestRoom1_EventScript_27A941:: @ 827A941
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A955
|
||||
msgbox LinkContestRoom1_Text_27BAAC, 4
|
||||
msgbox LinkContestRoom1_Text_27BAAC, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A955:: @ 827A955
|
||||
@@ -936,7 +936,7 @@ LinkContestRoom1_EventScript_27A955:: @ 827A955
|
||||
LinkContestRoom1_EventScript_27A964:: @ 827A964
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27A978
|
||||
msgbox LinkContestRoom1_Text_27BB25, 4
|
||||
msgbox LinkContestRoom1_Text_27BB25, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27A978:: @ 827A978
|
||||
@@ -987,7 +987,7 @@ LinkContestRoom1_EventScript_27A9D4:: @ 827A9D4
|
||||
LinkContestRoom1_EventScript_27AA00:: @ 827AA00
|
||||
compare VAR_0x4088, 5
|
||||
goto_eq LinkContestRoom1_EventScript_27AA14
|
||||
msgbox LinkContestRoom1_Text_27BB4C, 4
|
||||
msgbox LinkContestRoom1_Text_27BB4C, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27AA14:: @ 827AA14
|
||||
@@ -1089,7 +1089,7 @@ LinkContestRoom1_EventScript_27AB36:: @ 827AB36
|
||||
checkflag FLAG_TEMP_2
|
||||
goto_eq LinkContestRoom1_EventScript_27AB82
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BBA8, 4
|
||||
msgbox LinkContestRoom1_Text_27BBA8, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
call LinkContestRoom1_EventScript_27ABF8
|
||||
call LinkContestRoom1_EventScript_27AC5E
|
||||
@@ -1104,7 +1104,7 @@ LinkContestRoom1_EventScript_27AB36:: @ 827AB36
|
||||
|
||||
LinkContestRoom1_EventScript_27AB82:: @ 827AB82
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BB7A, 4
|
||||
msgbox LinkContestRoom1_Text_27BB7A, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
delay 90
|
||||
special sub_80F88E8
|
||||
@@ -1199,7 +1199,7 @@ LinkContestRoom1_EventScript_27AC5E:: @ 827AC5E
|
||||
compare VAR_0x8005, 3
|
||||
goto_eq LinkContestRoom1_EventScript_27AC77
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BB7A, 4
|
||||
msgbox LinkContestRoom1_Text_27BB7A, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
return
|
||||
|
||||
@@ -1212,14 +1212,14 @@ LinkContestRoom1_EventScript_27AC77:: @ 827AC77
|
||||
compare VAR_CONTEST_RANK, 3
|
||||
goto_eq LinkContestRoom1_EventScript_27ACBD
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BB7A, 4
|
||||
msgbox LinkContestRoom1_Text_27BB7A, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
return
|
||||
|
||||
LinkContestRoom1_EventScript_27ACA8:: @ 827ACA8
|
||||
lockall
|
||||
call LinkContestRoom1_EventScript_27205E
|
||||
msgbox LinkContestRoom1_Text_27BC2F, 4
|
||||
msgbox LinkContestRoom1_Text_27BC2F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
setvar VAR_0x408A, 4
|
||||
return
|
||||
@@ -1229,7 +1229,7 @@ LinkContestRoom1_EventScript_27ACBD:: @ 827ACBD
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LinkContestRoom1_EventScript_27ACA8
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BB7A, 4
|
||||
msgbox LinkContestRoom1_Text_27BB7A, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
return
|
||||
|
||||
@@ -1238,12 +1238,12 @@ LinkContestRoom1_EventScript_27ACDF:: @ 827ACDF
|
||||
incrementgamestat 42
|
||||
setflag FLAG_SYS_RIBBON_GET
|
||||
lockall
|
||||
msgbox LinkContestRoom1_Text_27BBD4, 4
|
||||
msgbox LinkContestRoom1_Text_27BBD4, MSGBOX_DEFAULT
|
||||
playfanfare MUS_FANFA4
|
||||
msgbox LinkContestRoom1_Text_27BC00, 4
|
||||
msgbox LinkContestRoom1_Text_27BC00, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
special sub_80F8390
|
||||
msgbox LinkContestRoom1_Text_27BC16, 4
|
||||
msgbox LinkContestRoom1_Text_27BC16, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
return
|
||||
|
||||
@@ -1453,13 +1453,13 @@ LilycoveCity_ContestLobby_Text_27ADA7: @ 827ADA7
|
||||
.string "Hello!\p"
|
||||
.string "This is the reception counter for\n"
|
||||
.string "POKéMON CONTESTS.\p"
|
||||
.string "Oh? It appears that you don’t have\n"
|
||||
.string "Oh? It appears that you don't have\n"
|
||||
.string "a {POKEBLOCK} CASE yet.\p"
|
||||
.string "In that case, we need to provide you\n"
|
||||
.string "with this!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27AE47: @ 827AE47
|
||||
.string "Okay, now that we’ve cleared that\n"
|
||||
.string "Okay, now that we've cleared that\n"
|
||||
.string "up…\p"
|
||||
.string "Hello!\p"
|
||||
.string "This is the reception counter for\n"
|
||||
@@ -1536,12 +1536,12 @@ LilycoveCity_ContestLobby_Text_27B44A: @ 827B44A
|
||||
.string "Which POKéMON would you like to enter?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27B471: @ 827B471
|
||||
.string "I’m terribly sorry, but your POKéMON\n"
|
||||
.string "I'm terribly sorry, but your POKéMON\n"
|
||||
.string "is not qualified to compete at this\l"
|
||||
.string "Rank yet…$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27B4C4: @ 827B4C4
|
||||
.string "I’m sorry, but an EGG cannot take part\n"
|
||||
.string "I'm sorry, but an EGG cannot take part\n"
|
||||
.string "in a POKéMON CONTEST.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27B501: @ 827B501
|
||||
@@ -1551,7 +1551,7 @@ LilycoveCity_ContestLobby_Text_27B501: @ 827B501
|
||||
LilycoveCity_ContestLobby_Text_27B547: @ 827B547
|
||||
.string "Oh, but that RIBBON…\p"
|
||||
.string "Your POKéMON has won this CONTEST\n"
|
||||
.string "before, hasn’t it?\p"
|
||||
.string "before, hasn't it?\p"
|
||||
.string "Would you like to enter it in this\n"
|
||||
.string "CONTEST anyway?$"
|
||||
|
||||
@@ -1579,14 +1579,14 @@ LilycoveCity_ContestLobby_Text_27B6E7: @ 827B6E7
|
||||
.string "later on.$"
|
||||
|
||||
LinkContestRoom1_Text_27B711: @ 827B711
|
||||
.string "MC: Hello! We’re just getting started\n"
|
||||
.string "MC: Hello! We're just getting started\n"
|
||||
.string "with a {STR_VAR_3} Rank POKéMON\l"
|
||||
.string "{STR_VAR_2}!\p"
|
||||
.string "The participating TRAINERS and their\n"
|
||||
.string "POKéMON are as follows:$"
|
||||
|
||||
LinkContestRoom1_Text_27B78F: @ 827B78F
|
||||
.string "MC: Hello! We’re just getting started\n"
|
||||
.string "MC: Hello! We're just getting started\n"
|
||||
.string "with a 4-player linked POKéMON\l"
|
||||
.string "{STR_VAR_2}!\p"
|
||||
.string "The participating TRAINERS and their\n"
|
||||
@@ -1594,12 +1594,12 @@ LinkContestRoom1_Text_27B78F: @ 827B78F
|
||||
|
||||
LinkContestRoom1_Text_27B815: @ 827B815
|
||||
.string "MC: Entry No. {STR_VAR_2}!\n"
|
||||
.string "{STR_VAR_1}’s {STR_VAR_3}!$"
|
||||
.string "{STR_VAR_1}'s {STR_VAR_3}!$"
|
||||
|
||||
LinkContestRoom1_Text_27B830: @ 827B830
|
||||
.string "MC: We’ve just seen the four POKéMON\n"
|
||||
.string "MC: We've just seen the four POKéMON\n"
|
||||
.string "contestants.\p"
|
||||
.string "Now it’s time for primary judging!\p"
|
||||
.string "Now it's time for primary judging!\p"
|
||||
.string "The audience will vote on their\n"
|
||||
.string "favorite POKéMON contestants.\p"
|
||||
.string "Without any further ado, let the\n"
|
||||
@@ -1611,16 +1611,16 @@ LinkContestRoom1_Text_27B8F2: @ 827B8F2
|
||||
LinkContestRoom1_Text_27B904: @ 827B904
|
||||
.string "Voting is now complete!\p"
|
||||
.string "While the votes are being tallied,\n"
|
||||
.string "let’s move on to secondary judging!\p"
|
||||
.string "let's move on to secondary judging!\p"
|
||||
.string "The second stage of judging is the\n"
|
||||
.string "much anticipated appeal time!\p"
|
||||
.string "May the contestants amaze us with\n"
|
||||
.string "superb appeals of dazzling moves!\p"
|
||||
.string "Let’s see a little enthusiasm!\n"
|
||||
.string "Let’s appeal!$"
|
||||
.string "Let's see a little enthusiasm!\n"
|
||||
.string "Let's appeal!$"
|
||||
|
||||
LinkContestRoom1_Text_27BA15: @ 827BA15
|
||||
.string "MC: That’s it for judging!$"
|
||||
.string "MC: That's it for judging!$"
|
||||
|
||||
LinkContestRoom1_Text_27BA30: @ 827BA30
|
||||
.string "Thank you all for a most wonderful\n"
|
||||
@@ -1755,7 +1755,7 @@ LilycoveCity_ContestLobby_Text_27C140: @ 827C140
|
||||
.string "condition to take part in a CONTEST…$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27C186: @ 827C186
|
||||
.string "I’m sorry, but an EGG cannot take part\n"
|
||||
.string "I'm sorry, but an EGG cannot take part\n"
|
||||
.string "in a POKéMON CONTEST.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27C1C3: @ 827C1C3
|
||||
@@ -1823,7 +1823,7 @@ LilycoveCity_ContestLobby_Text_27C742: @ 827C742
|
||||
.string "counter (POKéMON Ruby or Sapphire).$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_27C879: @ 827C879
|
||||
.string "I’m terribly sorry.\p"
|
||||
.string "I'm terribly sorry.\p"
|
||||
.string "G-MODE does not function\n"
|
||||
.string "with Wireless Adapters.\p"
|
||||
.string "Please select E-MODE or try\n"
|
||||
@@ -1834,7 +1834,7 @@ LilycoveCity_ContestLobby_Text_27C8FD: @ 827C8FD
|
||||
.string "to enter?$"
|
||||
|
||||
LinkContestRoom1_Text_27C929: @ 827C929
|
||||
.string "MC: Hello! We’re just getting started\n"
|
||||
.string "MC: Hello! We're just getting started\n"
|
||||
.string "with a 4-player linked POKéMON\l"
|
||||
.string "{STR_VAR_2}!$"
|
||||
|
||||
@@ -1843,9 +1843,9 @@ LinkContestRoom1_Text_27C972: @ 827C972
|
||||
.string "POKéMON are as follows:$"
|
||||
|
||||
LinkContestRoom1_Text_27C9AF: @ 827C9AF
|
||||
.string "MC: We’ve just seen the four POKéMON\n"
|
||||
.string "MC: We've just seen the four POKéMON\n"
|
||||
.string "contestants.\p"
|
||||
.string "Now it’s time for primary judging!$"
|
||||
.string "Now it's time for primary judging!$"
|
||||
|
||||
LinkContestRoom1_Text_27CA04: @ 827CA04
|
||||
.string "The audience will vote on their\n"
|
||||
@@ -1858,7 +1858,7 @@ LinkContestRoom1_Text_27CA42: @ 827CA42
|
||||
LinkContestRoom1_Text_27CA71: @ 827CA71
|
||||
.string "Voting is now complete!\p"
|
||||
.string "While the votes are being tallied,\n"
|
||||
.string "let’s move on to secondary judging!$"
|
||||
.string "let's move on to secondary judging!$"
|
||||
|
||||
LinkContestRoom1_Text_27CAD0: @ 827CAD0
|
||||
.string "The second stage of judging is\n"
|
||||
@@ -1867,5 +1867,5 @@ LinkContestRoom1_Text_27CAD0: @ 827CAD0
|
||||
.string "superb appeals of dazzling moves!$"
|
||||
|
||||
LinkContestRoom1_Text_27CB55: @ 827CB55
|
||||
.string "Let’s see a little enthusiasm!\n"
|
||||
.string "Let’s appeal!$"
|
||||
.string "Let's see a little enthusiasm!\n"
|
||||
.string "Let's appeal!$"
|
||||
|
||||
@@ -9,18 +9,18 @@ Route117_EventScript_291C18:: @ 8291C18
|
||||
goto_eq Route117_EventScript_291CD1
|
||||
compare VAR_RESULT, 3
|
||||
goto_eq Route117_EventScript_291CE8
|
||||
msgbox Route117_Text_291FCF, 4
|
||||
msgbox Route117_Text_291FCF, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_EventScript_291C4D:: @ 8291C4D
|
||||
msgbox Route117_Text_29205D, 5
|
||||
msgbox Route117_Text_29205D, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_EventScript_291C83
|
||||
msgbox Route117_Text_2922C6, 5
|
||||
msgbox Route117_Text_2922C6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_EventScript_291C83
|
||||
msgbox Route117_Text_292149, 4
|
||||
msgbox Route117_Text_292149, MSGBOX_DEFAULT
|
||||
clearflag FLAG_PENDING_DAYCARE_EGG
|
||||
special RejectEggFromDayCare
|
||||
release
|
||||
@@ -30,7 +30,7 @@ Route117_EventScript_291C83:: @ 8291C83
|
||||
specialvar VAR_RESULT, CalculatePlayerPartyCount
|
||||
compare VAR_RESULT, 6
|
||||
goto_if 5, Route117_EventScript_291C9D
|
||||
msgbox Route117_Text_29216A, 4
|
||||
msgbox Route117_Text_29216A, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -39,7 +39,7 @@ Route117_EventScript_291C9D:: @ 8291C9D
|
||||
playfanfare MUS_FANFA1
|
||||
waitfanfare
|
||||
waitbuttonpress
|
||||
msgbox Route117_Text_2921CF, 4
|
||||
msgbox Route117_Text_2921CF, MSGBOX_DEFAULT
|
||||
special GiveEggFromDaycare
|
||||
clearflag FLAG_PENDING_DAYCARE_EGG
|
||||
release
|
||||
@@ -52,12 +52,12 @@ Route117_EventScript_291CB7:: @ 8291CB7
|
||||
return
|
||||
|
||||
Route117_EventScript_291CC8:: @ 8291CC8
|
||||
msgbox Route117_Text_2921E5, 4
|
||||
msgbox Route117_Text_2921E5, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
Route117_EventScript_291CD1:: @ 8291CD1
|
||||
special GetDaycareMonNicknames
|
||||
msgbox Route117_Text_292114, 4
|
||||
msgbox Route117_Text_292114, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 0
|
||||
call Route117_EventScript_291CB7
|
||||
release
|
||||
@@ -65,7 +65,7 @@ Route117_EventScript_291CD1:: @ 8291CD1
|
||||
|
||||
Route117_EventScript_291CE8:: @ 8291CE8
|
||||
special GetDaycareMonNicknames
|
||||
msgbox Route117_Text_292299, 4
|
||||
msgbox Route117_Text_292299, MSGBOX_DEFAULT
|
||||
special SetDaycareCompatibilityString
|
||||
special ShowFieldMessageStringVar4
|
||||
waitmessage
|
||||
@@ -87,10 +87,10 @@ Route117_PokemonDayCare_EventScript_291D11:: @ 8291D11
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291E2F
|
||||
compare VAR_RESULT, 3
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291F5C
|
||||
msgbox Route117_PokemonDayCare_Text_2922F4, 5
|
||||
msgbox Route117_PokemonDayCare_Text_2922F4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291D56
|
||||
msgbox Route117_PokemonDayCare_Text_292416, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292416, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -101,7 +101,7 @@ Route117_PokemonDayCare_EventScript_291D56:: @ 8291D56
|
||||
specialvar VAR_RESULT, sub_80722E0
|
||||
compare VAR_RESULT, 2
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291E01
|
||||
msgbox Route117_PokemonDayCare_Text_292349, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292349, MSGBOX_DEFAULT
|
||||
fadescreen 1
|
||||
special ChooseSendDaycareMon
|
||||
waitstate
|
||||
@@ -113,7 +113,7 @@ Route117_PokemonDayCare_EventScript_291D56:: @ 8291D56
|
||||
specialvar VAR_0x8005, GetSelectedMonNickAndSpecies
|
||||
waitse
|
||||
playmoncry VAR_0x8005, 0
|
||||
msgbox Route117_PokemonDayCare_Text_292370, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292370, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
special StoreSelectedPokemonInDaycare
|
||||
incrementgamestat 47
|
||||
@@ -124,39 +124,39 @@ Route117_PokemonDayCare_EventScript_291D56:: @ 8291D56
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291DCA:: @ 8291DCA
|
||||
msgbox Route117_PokemonDayCare_Text_292476, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292476, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291DD4:: @ 8291DD4
|
||||
msgbox Route117_PokemonDayCare_Text_2923AF, 5
|
||||
msgbox Route117_PokemonDayCare_Text_2923AF, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291D56
|
||||
goto Route117_PokemonDayCare_EventScript_291DCA
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291DED:: @ 8291DED
|
||||
msgbox Route117_PokemonDayCare_Text_2925BB, 4
|
||||
msgbox Route117_PokemonDayCare_Text_2925BB, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291DF7:: @ 8291DF7
|
||||
msgbox Route117_PokemonDayCare_Text_292617, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292617, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291E01:: @ 8291E01
|
||||
msgbox Route117_PokemonDayCare_Text_29266D, 4
|
||||
msgbox Route117_PokemonDayCare_Text_29266D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291E0B:: @ 8291E0B
|
||||
msgbox Route117_PokemonDayCare_Text_2923F6, 4
|
||||
msgbox Route117_PokemonDayCare_Text_2923F6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291E15:: @ 8291E15
|
||||
msgbox Route117_PokemonDayCare_Text_2924CC, 4
|
||||
msgbox Route117_PokemonDayCare_Text_2924CC, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291E1E:: @ 8291E1E
|
||||
@@ -166,13 +166,13 @@ Route117_PokemonDayCare_EventScript_291E1E:: @ 8291E1E
|
||||
return
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291E2F:: @ 8291E2F
|
||||
msgbox Route117_PokemonDayCare_Text_292488, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292488, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 0
|
||||
call Route117_PokemonDayCare_EventScript_291E1E
|
||||
msgbox Route117_PokemonDayCare_Text_2923AF, 5
|
||||
msgbox Route117_PokemonDayCare_Text_2923AF, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291D56
|
||||
msgbox Route117_PokemonDayCare_Text_2925F6, 5
|
||||
msgbox Route117_PokemonDayCare_Text_2925F6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291E6D
|
||||
goto Route117_PokemonDayCare_EventScript_291DCA
|
||||
@@ -196,7 +196,7 @@ Route117_PokemonDayCare_EventScript_291E6D:: @ 8291E6D
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291EAC:: @ 8291EAC
|
||||
special GetDaycareCost
|
||||
msgbox Route117_PokemonDayCare_Text_292549, 5
|
||||
msgbox Route117_PokemonDayCare_Text_292549, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291EC8
|
||||
goto Route117_PokemonDayCare_EventScript_291DCA
|
||||
@@ -206,7 +206,7 @@ Route117_PokemonDayCare_EventScript_291EC8:: @ 8291EC8
|
||||
specialvar VAR_RESULT, IsEnoughForCostInVar0x8005
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291EE2
|
||||
msgbox Route117_PokemonDayCare_Text_292432, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292432, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -216,10 +216,10 @@ Route117_PokemonDayCare_EventScript_291EE2:: @ 8291EE2
|
||||
specialvar VAR_RESULT, TakePokemonFromDaycare
|
||||
special SubtractMoneyFromVar0x8005
|
||||
playse SE_REGI
|
||||
msgbox Route117_PokemonDayCare_Text_292575, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292575, MSGBOX_DEFAULT
|
||||
waitse
|
||||
playmoncry VAR_RESULT, 0
|
||||
msgbox Route117_PokemonDayCare_Text_292593, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292593, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
specialvar VAR_RESULT, GetDaycareState
|
||||
compare VAR_RESULT, 2
|
||||
@@ -228,14 +228,14 @@ Route117_PokemonDayCare_EventScript_291EE2:: @ 8291EE2
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291F24:: @ 8291F24
|
||||
msgbox Route117_PokemonDayCare_Text_29244F, 5
|
||||
msgbox Route117_PokemonDayCare_Text_29244F, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291E6D
|
||||
goto Route117_PokemonDayCare_EventScript_291DCA
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291F3D:: @ 8291F3D
|
||||
msgbox Route117_PokemonDayCare_Text_2924EF, 4
|
||||
msgbox Route117_PokemonDayCare_Text_2924EF, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -265,15 +265,15 @@ Route117_PokemonDayCare_EventScript_291F5B:: @ 8291F5B
|
||||
end
|
||||
|
||||
Route117_PokemonDayCare_EventScript_291F5C:: @ 8291F5C
|
||||
msgbox Route117_PokemonDayCare_Text_292488, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292488, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 0
|
||||
call Route117_PokemonDayCare_EventScript_291E1E
|
||||
setvar VAR_0x8004, 1
|
||||
call Route117_PokemonDayCare_EventScript_291E1E
|
||||
msgbox Route117_PokemonDayCare_Text_2925F6, 5
|
||||
msgbox Route117_PokemonDayCare_Text_2925F6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291E6D
|
||||
msgbox Route117_PokemonDayCare_Text_292476, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292476, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -284,46 +284,46 @@ Route117_PokemonDayCare_EventScript_291F95:: @ 8291F95
|
||||
goto_eq Route117_PokemonDayCare_EventScript_291DCA
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
specialvar VAR_RESULT, TakePokemonFromDaycare
|
||||
msgbox Route117_PokemonDayCare_Text_292575, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292476, 4
|
||||
msgbox Route117_PokemonDayCare_Text_292575, MSGBOX_DEFAULT
|
||||
msgbox Route117_PokemonDayCare_Text_292476, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_EggHatch:: @ 8291FC0
|
||||
lockall
|
||||
msgbox Text_292668, 4
|
||||
msgbox Text_292668, MSGBOX_DEFAULT
|
||||
special EggHatch
|
||||
waitstate
|
||||
releaseall
|
||||
end
|
||||
|
||||
Route117_Text_291FCF: @ 8291FCF
|
||||
.string "I’m the DAY-CARE MAN.\p"
|
||||
.string "I'm the DAY-CARE MAN.\p"
|
||||
.string "I help take care of the precious\n"
|
||||
.string "POKéMON of TRAINERS.\p"
|
||||
.string "If you’d like me to raise your POKéMON,\n"
|
||||
.string "If you'd like me to raise your POKéMON,\n"
|
||||
.string "have a word with my wife.$"
|
||||
|
||||
Route117_Text_29205D: @ 829205D
|
||||
.string "Ah, it’s you!\p"
|
||||
.string "Ah, it's you!\p"
|
||||
.string "We were raising your POKéMON,\n"
|
||||
.string "and my goodness, were we surprised!\p"
|
||||
.string "Your POKéMON had an EGG!\p"
|
||||
.string "We don’t know how it got there,\n"
|
||||
.string "We don't know how it got there,\n"
|
||||
.string "but your POKéMON had it.\p"
|
||||
.string "You do want it, yes?$"
|
||||
|
||||
Route117_Text_292114: @ 8292114
|
||||
.string "Ah, it’s you! Good to see you.\n"
|
||||
.string "Your {STR_VAR_1}’s doing fine.$"
|
||||
.string "Ah, it's you! Good to see you.\n"
|
||||
.string "Your {STR_VAR_1}'s doing fine.$"
|
||||
|
||||
Route117_Text_292149: @ 8292149
|
||||
.string "Well then, I’ll keep it.\n"
|
||||
.string "Well then, I'll keep it.\n"
|
||||
.string "Thanks!$"
|
||||
|
||||
Route117_Text_29216A: @ 829216A
|
||||
.string "You have no room for it…\n"
|
||||
.string "Come back when you’ve made room.$"
|
||||
.string "Come back when you've made room.$"
|
||||
|
||||
Route117_Text_2921A4: @ 82921A4
|
||||
.string "{PLAYER} received the EGG from\n"
|
||||
@@ -335,7 +335,7 @@ Route117_Text_2921CF: @ 82921CF
|
||||
Route117_Text_2921E5: @ 82921E5
|
||||
.string "By the way, about your {STR_VAR_1},\n"
|
||||
.string "it seemed to be friendly with\l"
|
||||
.string "{STR_VAR_2}’s {STR_VAR_3}.\p"
|
||||
.string "{STR_VAR_2}'s {STR_VAR_3}.\p"
|
||||
.string "I may even have seen it receiving\n"
|
||||
.string "a piece of MAIL.$"
|
||||
|
||||
@@ -344,7 +344,7 @@ Route117_Text_29225A: @ 829225A
|
||||
.string "have a word with my wife.$"
|
||||
|
||||
Route117_Text_292299: @ 8292299
|
||||
.string "Ah, it’s you! Your {STR_VAR_1} and\n"
|
||||
.string "Ah, it's you! Your {STR_VAR_1} and\n"
|
||||
.string "{STR_VAR_2} are doing fine.$"
|
||||
|
||||
Route117_Text_2922C6: @ 82922C6
|
||||
@@ -352,7 +352,7 @@ Route117_Text_2922C6: @ 82922C6
|
||||
.string "You do want this, yes?$"
|
||||
|
||||
Route117_PokemonDayCare_Text_2922F4: @ 82922F4
|
||||
.string "I’m the DAY-CARE LADY.\p"
|
||||
.string "I'm the DAY-CARE LADY.\p"
|
||||
.string "We can raise POKéMON for you.\p"
|
||||
.string "Would you like us to raise one?$"
|
||||
|
||||
@@ -361,7 +361,7 @@ Route117_PokemonDayCare_Text_292349: @ 8292349
|
||||
.string "you?$"
|
||||
|
||||
Route117_PokemonDayCare_Text_292370: @ 8292370
|
||||
.string "Fine, we’ll raise your {STR_VAR_1}\n"
|
||||
.string "Fine, we'll raise your {STR_VAR_1}\n"
|
||||
.string "for a while.\p"
|
||||
.string "Come back for it later.$"
|
||||
|
||||
@@ -377,7 +377,7 @@ Route117_PokemonDayCare_Text_292416: @ 8292416
|
||||
.string "Come again.$"
|
||||
|
||||
Route117_PokemonDayCare_Text_292432: @ 8292432
|
||||
.string "You don’t have enough money…$"
|
||||
.string "You don't have enough money…$"
|
||||
|
||||
Route117_PokemonDayCare_Text_29244F: @ 829244F
|
||||
.string "Will you take back the other one,\n"
|
||||
@@ -388,7 +388,7 @@ Route117_PokemonDayCare_Text_292476: @ 8292476
|
||||
.string "Come again.$"
|
||||
|
||||
Route117_PokemonDayCare_Text_292488: @ 8292488
|
||||
.string "Ah, it’s you! Good to see you.\n"
|
||||
.string "Ah, it's you! Good to see you.\n"
|
||||
.string "Your POKéMON can only be doing good!$"
|
||||
|
||||
Route117_PokemonDayCare_Text_2924CC: @ 82924CC
|
||||
@@ -408,7 +408,7 @@ Route117_PokemonDayCare_Text_292549: @ 8292549
|
||||
|
||||
Route117_PokemonDayCare_Text_292575: @ 8292575
|
||||
.string "Perfect!\n"
|
||||
.string "Here’s your POKéMON.$"
|
||||
.string "Here's your POKéMON.$"
|
||||
|
||||
Route117_PokemonDayCare_Text_292593: @ 8292593
|
||||
.string "{PLAYER} took back {STR_VAR_1} from\n"
|
||||
@@ -434,6 +434,6 @@ Route117_PokemonDayCare_Text_29266D: @ 829266D
|
||||
.string "Huh?\n"
|
||||
.string "Now, now.\p"
|
||||
.string "If you leave that POKéMON with\n"
|
||||
.string "me, you’ll be left with just one.\p"
|
||||
.string "me, you'll be left with just one.\p"
|
||||
.string "You will be better off if you catch\n"
|
||||
.string "some more, I dare say.$"
|
||||
|
||||
@@ -18,10 +18,10 @@ Route123_EventScript_2906BB:: @ 82906BB
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
bufferpartymonnick 0, VAR_RESULT
|
||||
buffermovename 1, MOVE_CUT
|
||||
msgbox Route103_Text_29072E, 5
|
||||
msgbox Route103_Text_29072E, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route103_EventScript_29072B
|
||||
msgbox Route103_Text_290771, 4
|
||||
msgbox Route103_Text_290771, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
dofieldeffect 2
|
||||
waitstate
|
||||
@@ -47,7 +47,7 @@ Route103_Movement_29071F: @ 829071F
|
||||
step_end
|
||||
|
||||
Route103_EventScript_290721:: @ 8290721
|
||||
msgbox Route103_Text_29077D, 4
|
||||
msgbox Route103_Text_29077D, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -92,10 +92,10 @@ VictoryRoad_B1F_EventScript_2907A6:: @ 82907A6
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
bufferpartymonnick 0, VAR_RESULT
|
||||
buffermovename 1, MOVE_ROCK_SMASH
|
||||
msgbox Route111_Text_29083A, 5
|
||||
msgbox Route111_Text_29083A, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_EventScript_290837
|
||||
msgbox Route111_Text_290771, 4
|
||||
msgbox Route111_Text_290771, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
dofieldeffect 37
|
||||
waitstate
|
||||
@@ -132,7 +132,7 @@ Route111_Movement_29082B: @ 829082B
|
||||
step_end
|
||||
|
||||
Route111_EventScript_29082D:: @ 829082D
|
||||
msgbox Route111_Text_29087F, 4
|
||||
msgbox Route111_Text_29087F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -146,7 +146,7 @@ Route111_Text_29083A: @ 829083A
|
||||
.string "Would you like to use ROCK SMASH?$"
|
||||
|
||||
Route111_Text_29087F: @ 829087F
|
||||
.string "It’s a rugged rock, but a POKéMON\n"
|
||||
.string "It's a rugged rock, but a POKéMON\n"
|
||||
.string "may be able to smash it.$"
|
||||
|
||||
FieryPath_EventScript_2908BA:: @ 82908BA
|
||||
@@ -168,7 +168,7 @@ VictoryRoad_B1F_EventScript_2908BA:: @ 82908BA
|
||||
compare VAR_RESULT, 6
|
||||
goto_eq FieryPath_EventScript_290915
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
msgbox FieryPath_Text_29092C, 5
|
||||
msgbox FieryPath_Text_29092C, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq FieryPath_EventScript_290929
|
||||
closemessage
|
||||
@@ -186,17 +186,17 @@ FieryPath_EventScript_2908FD:: @ 82908FD
|
||||
|
||||
FieryPath_EventScript_290908:: @ 8290908
|
||||
setflag FLAG_SYS_USE_STRENGTH
|
||||
msgbox FieryPath_Text_29098C, 4
|
||||
msgbox FieryPath_Text_29098C, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FieryPath_EventScript_290915:: @ 8290915
|
||||
msgbox FieryPath_Text_2909D6, 4
|
||||
msgbox FieryPath_Text_2909D6, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
FieryPath_EventScript_29091F:: @ 829091F
|
||||
msgbox FieryPath_Text_290A16, 4
|
||||
msgbox FieryPath_Text_290A16, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -206,17 +206,17 @@ FieryPath_EventScript_290929:: @ 8290929
|
||||
end
|
||||
|
||||
FieryPath_Text_29092C: @ 829092C
|
||||
.string "It’s a big boulder, but a POKéMON\n"
|
||||
.string "It's a big boulder, but a POKéMON\n"
|
||||
.string "may be able to push it aside.\p"
|
||||
.string "Would you like to use STRENGTH?$"
|
||||
|
||||
FieryPath_Text_29098C: @ 829098C
|
||||
.string "{STR_VAR_1} used STRENGTH!\p"
|
||||
.string "{STR_VAR_1}’s STRENGTH made it\n"
|
||||
.string "{STR_VAR_1}'s STRENGTH made it\n"
|
||||
.string "possible to move boulders around!$"
|
||||
|
||||
FieryPath_Text_2909D6: @ 82909D6
|
||||
.string "It’s a big boulder, but a POKéMON\n"
|
||||
.string "It's a big boulder, but a POKéMON\n"
|
||||
.string "may be able to push it aside.$"
|
||||
|
||||
FieryPath_Text_290A16: @ 8290A16
|
||||
@@ -230,10 +230,10 @@ EventScript_UseWaterfall:: @ 8290A49
|
||||
goto_eq EventScript_290A84
|
||||
bufferpartymonnick 0, VAR_RESULT
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
msgbox Text_290AC3, 5
|
||||
msgbox Text_290AC3, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_290A8C
|
||||
msgbox Text_290AFC, 4
|
||||
msgbox Text_290AFC, MSGBOX_DEFAULT
|
||||
dofieldeffect 43
|
||||
goto EventScript_290A8C
|
||||
|
||||
@@ -241,7 +241,7 @@ EventScript_CannotUseWaterfall:: @ 8290A83
|
||||
lockall
|
||||
|
||||
EventScript_290A84:: @ 8290A84
|
||||
msgbox Text_290A8E, 4
|
||||
msgbox Text_290A8E, MSGBOX_DEFAULT
|
||||
|
||||
EventScript_290A8C:: @ 8290A8C
|
||||
releaseall
|
||||
@@ -252,7 +252,7 @@ Text_290A8E: @ 8290A8E
|
||||
.string "a mighty roar.$"
|
||||
|
||||
Text_290AC3: @ 8290AC3
|
||||
.string "It’s a large waterfall.\n"
|
||||
.string "It's a large waterfall.\n"
|
||||
.string "Would you like to use WATERFALL?$"
|
||||
|
||||
Text_290AFC: @ 8290AFC
|
||||
@@ -266,16 +266,16 @@ EventScript_UseDive:: @ 8290B0F
|
||||
bufferpartymonnick 0, VAR_RESULT
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
setfieldeffectargument 1, 1
|
||||
msgbox Text_290BE8, 5
|
||||
msgbox Text_290BE8, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_290B58
|
||||
msgbox Text_290C1A, 4
|
||||
msgbox Text_290C1A, MSGBOX_DEFAULT
|
||||
dofieldeffect 44
|
||||
goto EventScript_290B58
|
||||
end
|
||||
|
||||
EventScript_290B4E:: @ 8290B4E
|
||||
msgbox Text_290BAA, 4
|
||||
msgbox Text_290BAA, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -291,17 +291,17 @@ EventScript_UseDiveUnderwater:: @ 8290B5A
|
||||
bufferpartymonnick 0, VAR_RESULT
|
||||
setfieldeffectargument 0, VAR_RESULT
|
||||
setfieldeffectargument 1, 1
|
||||
msgbox Text_290C6E, 5
|
||||
msgbox Text_290C6E, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_290BA8
|
||||
msgbox Text_290C1A, 4
|
||||
msgbox Text_290C1A, MSGBOX_DEFAULT
|
||||
dofieldeffect 44
|
||||
goto EventScript_290BA8
|
||||
end
|
||||
|
||||
EventScript_290B99:: @ 8290B99
|
||||
lockall
|
||||
msgbox Text_290C28, 4
|
||||
msgbox Text_290C28, MSGBOX_DEFAULT
|
||||
goto EventScript_290BA8
|
||||
end
|
||||
|
||||
@@ -329,8 +329,8 @@ Text_290C6E: @ 8290C6E
|
||||
.string "Would you like to use DIVE?$"
|
||||
|
||||
EventScript_290CAE:: @ 8290CAE
|
||||
msgbox Text_290CB7, 3
|
||||
msgbox Text_290CB7, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Text_290CB7: @ 8290CB7
|
||||
.string "Looks like there’s nothing here…$"
|
||||
.string "Looks like there's nothing here…$"
|
||||
|
||||
@@ -136,78 +136,78 @@ Route111_EventScript_28CDD2:: @ 828CDD2
|
||||
return
|
||||
|
||||
Route111_EventScript_28CDD6:: @ 828CDD6
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_1, 0, Route111_Text_28AF05, Route111_Text_28B000, Route111_Text_28B5EC, Route111_EventScript_28CF56
|
||||
msgbox Route111_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_1, Route111_Text_28AF05, Route111_Text_28B000, Route111_Text_28B5EC, Route111_EventScript_28CF56
|
||||
msgbox Route111_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28CDF6:: @ 828CDF6
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_1, 0, Route111_Text_28B75C, Route111_Text_28B8B1, Route111_Text_28B841, Route111_EventScript_28CF56
|
||||
msgbox Route111_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_1, Route111_Text_28B75C, Route111_Text_28B8B1, Route111_Text_28B841, Route111_EventScript_28CF56
|
||||
msgbox Route111_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route118_EventScript_28CE16:: @ 828CE16
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_2, 0, Route118_Text_28AF7D, Route118_Text_28B719, Route118_Text_28B5EC, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_2, Route118_Text_28AF7D, Route118_Text_28B719, Route118_Text_28B5EC, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route118_EventScript_28CE36:: @ 828CE36
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_2, 0, Route118_Text_28B7B1, Route118_Text_28B8F6, Route118_Text_28B841, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_2, Route118_Text_28B7B1, Route118_Text_28B8F6, Route118_Text_28B841, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route120_EventScript_28CE56:: @ 828CE56
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_3, 0, Route120_Text_28AF7D, Route120_Text_28B719, Route120_Text_28B5EC, Route120_EventScript_28CFC3
|
||||
msgbox Route120_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_3, Route120_Text_28AF7D, Route120_Text_28B719, Route120_Text_28B5EC, Route120_EventScript_28CFC3
|
||||
msgbox Route120_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route120_EventScript_28CE76:: @ 828CE76
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_3, 0, Route120_Text_28B7B1, Route120_Text_28B8F6, Route120_Text_28B841, Route120_EventScript_28CFC3
|
||||
msgbox Route120_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_3, Route120_Text_28B7B1, Route120_Text_28B8F6, Route120_Text_28B841, Route120_EventScript_28CFC3
|
||||
msgbox Route120_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28CE96:: @ 828CE96
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_4, 0, Route111_Text_28AF7D, Route111_Text_28B719, Route111_Text_28B5EC, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_4, Route111_Text_28AF7D, Route111_Text_28B719, Route111_Text_28B5EC, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28CEB6:: @ 828CEB6
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_4, 0, Route111_Text_28B7B1, Route111_Text_28B8F6, Route111_Text_28B841, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_4, Route111_Text_28B7B1, Route111_Text_28B8F6, Route111_Text_28B841, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route118_EventScript_28CED6:: @ 828CED6
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_5, 0, Route118_Text_28AF7D, Route118_Text_28B719, Route118_Text_28B5EC, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_5, Route118_Text_28AF7D, Route118_Text_28B719, Route118_Text_28B5EC, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route118_EventScript_28CEF6:: @ 828CEF6
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_5, 0, Route118_Text_28B7B1, Route118_Text_28B8F6, Route118_Text_28B841, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_5, Route118_Text_28B7B1, Route118_Text_28B8F6, Route118_Text_28B841, Route118_EventScript_28CFC3
|
||||
msgbox Route118_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28CF16:: @ 828CF16
|
||||
Route118_EventScript_28CF16:: @ 828CF16
|
||||
Route120_EventScript_28CF16:: @ 828CF16
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_6, 0, Route111_Text_28AF7D, Route111_Text_28B719, Route111_Text_28B5EC, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B5C0, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_6, Route111_Text_28AF7D, Route111_Text_28B719, Route111_Text_28B5EC, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28CF36:: @ 828CF36
|
||||
Route118_EventScript_28CF36:: @ 828CF36
|
||||
Route120_EventScript_28CF36:: @ 828CF36
|
||||
trainerbattle 6, TRAINER_GABBY_AND_TY_6, 0, Route111_Text_28B7B1, Route111_Text_28B8F6, Route111_Text_28B841, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B805, 4
|
||||
trainerbattle_double TRAINER_GABBY_AND_TY_6, Route111_Text_28B7B1, Route111_Text_28B8F6, Route111_Text_28B841, Route111_EventScript_28CFC3
|
||||
msgbox Route111_Text_28B805, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -222,7 +222,7 @@ Route111_EventScript_28CF56:: @ 828CF56
|
||||
call_if 1, Route111_EventScript_28CFB1
|
||||
checkflag FLAG_TEMP_1
|
||||
goto_eq Route111_EventScript_28D0EE
|
||||
msgbox Route111_Text_28B042, 5
|
||||
msgbox Route111_Text_28B042, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
@@ -259,7 +259,7 @@ Route120_EventScript_28CFC3:: @ 828CFC3
|
||||
specialvar VAR_RESULT, GabbyAndTyGetLastQuote
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_EventScript_28D053
|
||||
msgbox Route111_Text_28B137, 4
|
||||
msgbox Route111_Text_28B137, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, GabbyAndTyGetLastBattleTrivia
|
||||
switch VAR_RESULT
|
||||
case 0, Route111_EventScript_28D061
|
||||
@@ -282,58 +282,58 @@ Route111_Movement_28D051: @ 828D051
|
||||
step_end
|
||||
|
||||
Route111_EventScript_28D053:: @ 828D053
|
||||
msgbox Route111_Text_28B62D, 5
|
||||
msgbox Route111_Text_28B62D, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D061:: @ 828D061
|
||||
msgbox Route111_Text_28B3F3, 5
|
||||
msgbox Route111_Text_28B3F3, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D06F:: @ 828D06F
|
||||
msgbox Route111_Text_28B1B3, 5
|
||||
msgbox Route111_Text_28B1B3, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D07D:: @ 828D07D
|
||||
msgbox Route111_Text_28B23D, 5
|
||||
msgbox Route111_Text_28B23D, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D08B:: @ 828D08B
|
||||
msgbox Route111_Text_28B2FA, 5
|
||||
msgbox Route111_Text_28B2FA, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D099:: @ 828D099
|
||||
msgbox Route111_Text_28B379, 5
|
||||
msgbox Route111_Text_28B379, MSGBOX_YESNO
|
||||
goto Route111_EventScript_28D0A7
|
||||
end
|
||||
|
||||
Route111_EventScript_28D0A7:: @ 828D0A7
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_EventScript_28D0E1
|
||||
msgbox Route111_Text_28B433, 4
|
||||
msgbox Route111_Text_28B433, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 10
|
||||
call Route111_EventScript_271E7C
|
||||
lock
|
||||
faceplayer
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_EventScript_28D0E1
|
||||
msgbox Route111_Text_28B4AB, 4
|
||||
msgbox Route111_Text_28B4AB, MSGBOX_DEFAULT
|
||||
special GabbyAndTyAfterInterview
|
||||
setflag FLAG_TEMP_1
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28D0E1:: @ 828D0E1
|
||||
msgbox Route111_Text_28B577, 4
|
||||
msgbox Route111_Text_28B577, MSGBOX_DEFAULT
|
||||
setflag FLAG_TEMP_1
|
||||
release
|
||||
end
|
||||
|
||||
Route111_EventScript_28D0EE:: @ 828D0EE
|
||||
msgbox Route111_Text_28B5C0, 4
|
||||
msgbox Route111_Text_28B5C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -11,7 +11,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E066:: @ 828E066
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E0A6:: @ 828E0A6
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29038E, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29038E, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0C7
|
||||
compare VAR_RESULT, 0
|
||||
@@ -25,17 +25,17 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E0C7:: @ 828E0C7
|
||||
special ScrSpecial_HasBardSongBeenChanged
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E0F4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2903E6, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2903E6, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E0EA:: @ 828E0EA
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2903C0, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2903C0, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E0F4:: @ 828E0F4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290421, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290421, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E113
|
||||
compare VAR_RESULT, 0
|
||||
@@ -49,20 +49,20 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E113:: @ 828E113
|
||||
faceplayer
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E15D
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2904C1, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2904C1, MSGBOX_DEFAULT
|
||||
setvar VAR_0x8004, 1
|
||||
special ScrSpecial_PlayBardSong
|
||||
delay 60
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2904EB, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2904EB, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E113
|
||||
special ScrSpecial_SaveBardSongLyrics
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290514, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290514, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E15D:: @ 828E15D
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29049B, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29049B, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -70,11 +70,11 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E167:: @ 828E167
|
||||
lock
|
||||
faceplayer
|
||||
setflag FLAG_SYS_HIPSTER_MEET
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29054C, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29054C, MSGBOX_DEFAULT
|
||||
special ScrSpecial_GetHipsterSpokenFlag
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E18C
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290598, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290598, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -82,26 +82,26 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E18C:: @ 828E18C
|
||||
special ScrSpecial_HipsterTeachWord
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E1A4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290602, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290602, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E1A4:: @ 828E1A4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290666, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290666, MSGBOX_DEFAULT
|
||||
special ScrSpecial_SetHipsterSpokenFlag
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E1B1: @ 828E1B1
|
||||
.string "Hi, I’m the TRADER.\n"
|
||||
.string "Hi, I'm the TRADER.\n"
|
||||
.string "Want to trade decorations with me?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E1E8: @ 828E1E8
|
||||
.string "Oh…\n"
|
||||
.string "You’ve left me feeling the blues…$"
|
||||
.string "You've left me feeling the blues…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E20E: @ 828E20E
|
||||
.string "But we’ve traded decorations already,\n"
|
||||
.string "But we've traded decorations already,\n"
|
||||
.string "you and I.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E23F: @ 828E23F
|
||||
@@ -109,7 +109,7 @@ MauvilleCity_PokemonCenter_1F_Text_28E23F: @ 828E23F
|
||||
.string "you want of mine, speak up.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E27F: @ 828E27F
|
||||
.string "You don’t want anything?\n"
|
||||
.string "You don't want anything?\n"
|
||||
.string "I feel unwanted…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E2A9: @ 828E2A9
|
||||
@@ -118,43 +118,43 @@ MauvilleCity_PokemonCenter_1F_Text_28E2A9: @ 828E2A9
|
||||
.string "Do you want it?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E2E3: @ 828E2E3
|
||||
.string "Uh… Wait a second. You don’t have a\n"
|
||||
.string "Uh… Wait a second. You don't have a\n"
|
||||
.string "single piece of decoration!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E323: @ 828E323
|
||||
.string "Okay, pick the decoration that you’ll\n"
|
||||
.string "Okay, pick the decoration that you'll\n"
|
||||
.string "trade to me.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E356: @ 828E356
|
||||
.string "You won’t trade with me?\n"
|
||||
.string "You won't trade with me?\n"
|
||||
.string "I feel unwanted…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E380: @ 828E380
|
||||
.string "You’ve got all the {STR_VAR_2}S that can\n"
|
||||
.string "be stored. You’ve no room for this.$"
|
||||
.string "You've got all the {STR_VAR_2}S that can\n"
|
||||
.string "be stored. You've no room for this.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E3C4: @ 828E3C4
|
||||
.string "Okay, so we’ll trade my {STR_VAR_3}\n"
|
||||
.string "Okay, so we'll trade my {STR_VAR_3}\n"
|
||||
.string "for your {STR_VAR_2}?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E3EC: @ 828E3EC
|
||||
.string "That piece of decoration is in use.\n"
|
||||
.string "You can’t trade it.$"
|
||||
.string "You can't trade it.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E424: @ 828E424
|
||||
.string "Then we’ll trade!\n"
|
||||
.string "I’ll send my decoration to your PC.$"
|
||||
.string "Then we'll trade!\n"
|
||||
.string "I'll send my decoration to your PC.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E45A: @ 828E45A
|
||||
.string "Oops! Sorry! That’s a really rare\n"
|
||||
.string "Oops! Sorry! That's a really rare\n"
|
||||
.string "piece of decoration.\l"
|
||||
.string "I can’t trade that one away!\p"
|
||||
.string "I can't trade that one away!\p"
|
||||
.string "Can I interest you in something else?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E4D4:: @ 828E4D4
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1B1, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1B1, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E503
|
||||
special ScrSpecial_GetTraderTradedFlag
|
||||
@@ -166,12 +166,12 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E4D4:: @ 828E4D4
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E503:: @ 828E503
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1E8, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E1E8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E50D:: @ 828E50D
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E20E, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E20E, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -182,7 +182,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E517:: @ 828E517
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E558
|
||||
compare VAR_0x8004, 65535
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E562
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2A9, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2A9, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E56E
|
||||
special ScrSpecial_DoesPlayerHaveNoDecorations
|
||||
@@ -192,7 +192,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E517:: @ 828E517
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E558:: @ 828E558
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E27F, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E27F, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -209,12 +209,12 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E56E:: @ 828E56E
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E57A:: @ 828E57A
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2E3, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E2E3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E584:: @ 828E584
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E323, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E323, MSGBOX_DEFAULT
|
||||
special ScrSpecial_TraderMenuGiveDecoration
|
||||
waitstate
|
||||
compare VAR_0x8006, 0
|
||||
@@ -224,38 +224,38 @@ MauvilleCity_PokemonCenter_1F_EventScript_28E584:: @ 828E584
|
||||
special ScrSpecial_IsDecorationFull
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E5EC
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3C4, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3C4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_28E584
|
||||
special ScrSpecial_TraderDoDecorationTrade
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E424, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E424, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E5D4:: @ 828E5D4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E356, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E356, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E5DE:: @ 828E5DE
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3EC, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E3EC, MSGBOX_DEFAULT
|
||||
goto MauvilleCity_PokemonCenter_1F_EventScript_28E584
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_28E5EC:: @ 828E5EC
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E380, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E380, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E5F6: @ 828E5F6
|
||||
.string "I’m the STORYTELLER.\n"
|
||||
.string "I’ll tell you tales of legendary\l"
|
||||
.string "I'm the STORYTELLER.\n"
|
||||
.string "I'll tell you tales of legendary\l"
|
||||
.string "TRAINERS.\p"
|
||||
.string "Will you hear my tale?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E64D: @ 828E64D
|
||||
.string "Oh…\n"
|
||||
.string "You’ve left me feeling the blues…$"
|
||||
.string "You've left me feeling the blues…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E673: @ 828E673
|
||||
.string "I know of these legends.\n"
|
||||
@@ -268,12 +268,12 @@ MauvilleCity_PokemonCenter_1F_Text_28E6AE: @ 828E6AE
|
||||
.string "of a legendary tale?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E726: @ 828E726
|
||||
.string "What’s that?!\n"
|
||||
.string "What's that?!\n"
|
||||
.string "You… You…\p"
|
||||
.string "{STR_VAR_2}\n"
|
||||
.string "{STR_VAR_1} time(s)?!\p"
|
||||
.string "That is indeed magnificent!\n"
|
||||
.string "It’s the birth of a new legend!$"
|
||||
.string "It's the birth of a new legend!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E78A: @ 828E78A
|
||||
.string "It gets me thinking, could there be\n"
|
||||
@@ -291,7 +291,7 @@ MauvilleCity_PokemonCenter_1F_Text_28E844: @ 828E844
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28E881: @ 828E881
|
||||
.string "Hmm…\n"
|
||||
.string "I’m not satisfied…\p"
|
||||
.string "I'm not satisfied…\p"
|
||||
.string "I wish you would bring me news worthy\n"
|
||||
.string "of being called a legend.$"
|
||||
|
||||
@@ -367,7 +367,7 @@ MauvilleCity_PokemonCenter_1F_Text_28EBDD:: @ 828EBDD
|
||||
.string "named {STR_VAR_3}.\p"
|
||||
.string "This TRAINER got interviewed\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "{STR_VAR_3} must be a TRAINER who’s\n"
|
||||
.string "{STR_VAR_3} must be a TRAINER who's\n"
|
||||
.string "attracting much attention!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28EC60:: @ 828EC60
|
||||
@@ -507,7 +507,7 @@ MauvilleCity_PokemonCenter_1F_Text_28F277:: @ 828F277
|
||||
.string "This TRAINER used ROCK SMASH\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "{STR_VAR_3} must be a TRAINER who\n"
|
||||
.string "can’t leave a stone unsmashed!$"
|
||||
.string "can't leave a stone unsmashed!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28F2FC:: @ 828F2FC
|
||||
.string "The Move-Loving TRAINER$"
|
||||
@@ -674,7 +674,7 @@ MauvilleCity_PokemonCenter_1F_Text_28FAA7:: @ 828FAA7
|
||||
.string "named {STR_VAR_3}.\p"
|
||||
.string "This TRAINER got soaked by rain\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "{STR_VAR_3}’s charisma must even\n"
|
||||
.string "{STR_VAR_3}'s charisma must even\n"
|
||||
.string "attract rain!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28FB1D:: @ 828FB1D
|
||||
@@ -716,8 +716,8 @@ MauvilleCity_PokemonCenter_1F_Text_28FC98:: @ 828FC98
|
||||
.string "named {STR_VAR_3}.\p"
|
||||
.string "This TRAINER jumped down ledges\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "If there’s a ledge to be jumped,\n"
|
||||
.string "{STR_VAR_3} can’t ignore it!$"
|
||||
.string "If there's a ledge to be jumped,\n"
|
||||
.string "{STR_VAR_3} can't ignore it!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28FD1D:: @ 828FD1D
|
||||
.string "The Legendary TV Viewer$"
|
||||
@@ -744,7 +744,7 @@ MauvilleCity_PokemonCenter_1F_Text_28FDCE:: @ 828FDCE
|
||||
.string "This TRAINER checked the time\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "{STR_VAR_3} must be a punctual TRAINER\n"
|
||||
.string "who’s conscious of the time.$"
|
||||
.string "who's conscious of the time.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_28FE57:: @ 828FE57
|
||||
.string "The POKéMON LOTTERY Wizard$"
|
||||
@@ -786,7 +786,7 @@ MauvilleCity_PokemonCenter_1F_Text_29000D:: @ 829000D
|
||||
.string "This TRAINER rode the CABLE CAR\n"
|
||||
.string "{STR_VAR_1} times!\p"
|
||||
.string "{STR_VAR_3} must be a busy TRAINER\n"
|
||||
.string "who’s up and down all the time!$"
|
||||
.string "who's up and down all the time!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290097:: @ 8290097
|
||||
.string "The Hot Spring-Loving TRAINER$"
|
||||
@@ -810,7 +810,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_29014A:: @ 829014A
|
||||
setvar VAR_0x8009, 0
|
||||
setvar VAR_0x800A, 0
|
||||
setvar VAR_0x800B, 0
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E5F6, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E5F6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219
|
||||
specialvar VAR_RESULT, ScrSpecial_StorytellerGetFreeStorySlot
|
||||
@@ -836,38 +836,38 @@ MauvilleCity_PokemonCenter_1F_EventScript_2901B7:: @ 82901B7
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_2901BD:: @ 82901BD
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E78A, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E78A, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, ScrSpecial_HasStorytellerAlreadyRecorded
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29022D
|
||||
goto MauvilleCity_PokemonCenter_1F_EventScript_2901E2
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_2901DA:: @ 82901DA
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E6AE, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E6AE, MSGBOX_DEFAULT
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_2901E2:: @ 82901E2
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E7EE, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E7EE, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290219
|
||||
specialvar VAR_RESULT, ScrSpecial_StorytellerInitializeRandomStat
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_29020F
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E881, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E881, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_29020F:: @ 829020F
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E726, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E726, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_290219:: @ 8290219
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E64D, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E64D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_290223:: @ 8290223
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E8D9, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_28E8D9, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -876,26 +876,26 @@ MauvilleCity_PokemonCenter_1F_EventScript_29022D:: @ 829022D
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_29022F: @ 829022F
|
||||
.string "I’m GIDDY!\n"
|
||||
.string "I'm GIDDY!\n"
|
||||
.string "I have a scintillating story for you!\p"
|
||||
.string "Would you like to hear my story?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290281: @ 8290281
|
||||
.string "Oh…\n"
|
||||
.string "You’ve left me feeling the blues…$"
|
||||
.string "You've left me feeling the blues…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_2902A7: @ 82902A7
|
||||
.string "Also, I was thinking…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_2902BD: @ 82902BD
|
||||
.string "That’s about it, I think…\p"
|
||||
.string "That's about it, I think…\p"
|
||||
.string "We should chat again!\n"
|
||||
.string "Bye-bye!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_2902F6:: @ 82902F6
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29022F, 5
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_29022F, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq MauvilleCity_PokemonCenter_1F_EventScript_290317
|
||||
compare VAR_RESULT, 0
|
||||
@@ -919,7 +919,7 @@ MauvilleCity_PokemonCenter_1F_EventScript_290331:: @ 8290331
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_29034B:: @ 829034B
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2902A7, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2902A7, MSGBOX_DEFAULT
|
||||
goto MauvilleCity_PokemonCenter_1F_EventScript_290359
|
||||
end
|
||||
|
||||
@@ -935,22 +935,22 @@ MauvilleCity_PokemonCenter_1F_EventScript_290359:: @ 8290359
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_29037A:: @ 829037A
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290281, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_290281, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_290384:: @ 8290384
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2902BD, 4
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_2902BD, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_29038E: @ 829038E
|
||||
.string "Hi, I’m the BARD.\n"
|
||||
.string "Hi, I'm the BARD.\n"
|
||||
.string "Would you like to hear my song?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_2903C0: @ 82903C0
|
||||
.string "Oh…\n"
|
||||
.string "You’ve left me feeling the blues…$"
|
||||
.string "You've left me feeling the blues…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_2903E6: @ 82903E6
|
||||
.string "Oh, what a moving song…\n"
|
||||
@@ -959,14 +959,14 @@ MauvilleCity_PokemonCenter_1F_Text_2903E6: @ 82903E6
|
||||
MauvilleCity_PokemonCenter_1F_Text_290421: @ 8290421
|
||||
.string "So?\n"
|
||||
.string "How do you like my song?\p"
|
||||
.string "But I’m none too happy about\n"
|
||||
.string "But I'm none too happy about\n"
|
||||
.string "the lyrics.\p"
|
||||
.string "How would you like to write some\n"
|
||||
.string "new lyrics for me?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_29049B: @ 829049B
|
||||
.string "Oh…\n"
|
||||
.string "You’ve left me feeling the blues…$"
|
||||
.string "You've left me feeling the blues…$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_2904C1: @ 82904C1
|
||||
.string "Thank you kindly!\n"
|
||||
@@ -977,26 +977,26 @@ MauvilleCity_PokemonCenter_1F_Text_2904EB: @ 82904EB
|
||||
.string "to go?$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290514: @ 8290514
|
||||
.string "Okay! That’s it, then.\n"
|
||||
.string "I’ll sing this song for a while.$"
|
||||
.string "Okay! That's it, then.\n"
|
||||
.string "I'll sing this song for a while.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_29054C: @ 829054C
|
||||
.string "Hey, yo! They call me the HIPSTER.\n"
|
||||
.string "I’ll teach you what’s hip and happening.$"
|
||||
.string "I'll teach you what's hip and happening.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290598: @ 8290598
|
||||
.string "But, hey, I taught you what’s hip and\n"
|
||||
.string "But, hey, I taught you what's hip and\n"
|
||||
.string "happening already.\p"
|
||||
.string "I’d like to spread the good word to\n"
|
||||
.string "I'd like to spread the good word to\n"
|
||||
.string "other folks.$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290602: @ 8290602
|
||||
.string "But, hey, you already know a lot about\n"
|
||||
.string "what’s hip and happening.\p"
|
||||
.string "I’ve got nothing new to teach you!$"
|
||||
.string "what's hip and happening.\p"
|
||||
.string "I've got nothing new to teach you!$"
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_290666: @ 8290666
|
||||
.string "Hey, have you heard about\n"
|
||||
.string "“{STR_VAR_1}”?\p"
|
||||
.string "What’s it mean? Well…\n"
|
||||
.string "What's it mean? Well…\n"
|
||||
.string "Ask your daddy or mommy, okay?$"
|
||||
|
||||
@@ -3,12 +3,12 @@ PetalburgCity_PokemonCenter_1F_EventScript_291539:: @ 8291539
|
||||
faceplayer
|
||||
checkflag FLAG_SYS_CHAT_USED
|
||||
goto_eq PetalburgCity_PokemonCenter_1F_EventScript_2915F5
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291687, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291687, MSGBOX_DEFAULT
|
||||
goto PetalburgCity_PokemonCenter_1F_EventScript_291552
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_291552:: @ 8291552
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_2916FF, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_2916FF, MSGBOX_DEFAULT
|
||||
multichoice 17, 6, 20, 0
|
||||
switch VAR_RESULT
|
||||
case 0, PetalburgCity_PokemonCenter_1F_EventScript_29159F
|
||||
@@ -18,12 +18,12 @@ PetalburgCity_PokemonCenter_1F_EventScript_291552:: @ 8291552
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_291591:: @ 8291591
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291729, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291729, MSGBOX_DEFAULT
|
||||
goto PetalburgCity_PokemonCenter_1F_EventScript_291552
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_29159F:: @ 829159F
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291969, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291969, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 0
|
||||
call PetalburgCity_PokemonCenter_1F_EventScript_271E7C
|
||||
@@ -36,7 +36,7 @@ PetalburgCity_PokemonCenter_1F_EventScript_29159F:: @ 829159F
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_2915CB:: @ 82915CB
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_2919DC, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_2919DC, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -45,22 +45,22 @@ PetalburgCity_PokemonCenter_1F_EventScript_2915D5:: @ 82915D5
|
||||
special sub_811EECC
|
||||
waitmessage
|
||||
delay 80
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291B22, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291B22, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_2915EB:: @ 82915EB
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291991, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291991, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_2915F5:: @ 82915F5
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A1B, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A1B, MSGBOX_DEFAULT
|
||||
goto PetalburgCity_PokemonCenter_1F_EventScript_291603
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_291603:: @ 8291603
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A4F, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A4F, MSGBOX_DEFAULT
|
||||
multichoice 17, 6, 20, 0
|
||||
switch VAR_RESULT
|
||||
case 0, PetalburgCity_PokemonCenter_1F_EventScript_291650
|
||||
@@ -70,12 +70,12 @@ PetalburgCity_PokemonCenter_1F_EventScript_291603:: @ 8291603
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_291642:: @ 8291642
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291729, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291729, MSGBOX_DEFAULT
|
||||
goto PetalburgCity_PokemonCenter_1F_EventScript_291603
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_291650:: @ 8291650
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A6B, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291A6B, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x8004, 0
|
||||
call PetalburgCity_PokemonCenter_1F_EventScript_271E7C
|
||||
@@ -88,7 +88,7 @@ PetalburgCity_PokemonCenter_1F_EventScript_291650:: @ 8291650
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_29167C:: @ 829167C
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291ABA, 4
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_291ABA, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -97,7 +97,7 @@ PetalburgCity_PokemonCenter_1F_EventScript_291686:: @ 8291686
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291687: @ 8291687
|
||||
.string "Hello there, TRAINER!\n"
|
||||
.string "You’ve got a wonderful smile, there.\p"
|
||||
.string "You've got a wonderful smile, there.\p"
|
||||
.string "I have a hobby--collecting the profiles\n"
|
||||
.string "of POKéMON TRAINERS.$"
|
||||
|
||||
@@ -108,7 +108,7 @@ PetalburgCity_PokemonCenter_1F_Text_2916FF: @ 82916FF
|
||||
PetalburgCity_PokemonCenter_1F_Text_291729: @ 8291729
|
||||
.string "You make your own profile by putting\n"
|
||||
.string "together four words or phrases.\p"
|
||||
.string "Here, I’ll show you an example of a\n"
|
||||
.string "Here, I'll show you an example of a\n"
|
||||
.string "profile using four pieces of text.\p"
|
||||
.string "You can switch those four pieces with\n"
|
||||
.string "other text pieces any which way you\l"
|
||||
@@ -122,11 +122,11 @@ PetalburgCity_PokemonCenter_1F_Text_291729: @ 8291729
|
||||
.string "pieces to display a list of choices.\p"
|
||||
.string "Then, pick the choice you want.\p"
|
||||
.string "Repeat for the remaining text choices,\n"
|
||||
.string "and you’ll have your very own profile.$"
|
||||
.string "and you'll have your very own profile.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291969: @ 8291969
|
||||
.string "Yes! Thank you!\n"
|
||||
.string "So, let’s see it, then.$"
|
||||
.string "So, let's see it, then.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291991: @ 8291991
|
||||
.string "Oh, no, really?\p"
|
||||
@@ -134,30 +134,30 @@ PetalburgCity_PokemonCenter_1F_Text_291991: @ 8291991
|
||||
.string "a wonderful profile…$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_2919DC: @ 82919DC
|
||||
.string "Oh? You’re not into it right now?\p"
|
||||
.string "Oh? You're not into it right now?\p"
|
||||
.string "Well, anytime is good by me!$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291A1B: @ 8291A1B
|
||||
.string "Hello there, TRAINER!\n"
|
||||
.string "You’ve got a wonderful smile.$"
|
||||
.string "You've got a wonderful smile.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291A4F: @ 8291A4F
|
||||
.string "May I see your new profile?$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291A6B: @ 8291A6B
|
||||
.string "Yes! Thank you!\p"
|
||||
.string "I hope it’s even better than the profile\n"
|
||||
.string "I hope it's even better than the profile\n"
|
||||
.string "you showed me before.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291ABA: @ 8291ABA
|
||||
.string "Oh, you like your profile the way it is.\p"
|
||||
.string "I don’t blame you--it’s a wonderful\n"
|
||||
.string "I don't blame you--it's a wonderful\n"
|
||||
.string "profile the way it is now.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_291B22: @ 8291B22
|
||||
.string "F-fantastic!\p"
|
||||
.string "Your profile, it’s wonderful!\n"
|
||||
.string "It really says what you’re about.\p"
|
||||
.string "Your profile, it's wonderful!\n"
|
||||
.string "It really says what you're about.\p"
|
||||
.string "Why, anyone hearing this profile would\n"
|
||||
.string "be captivated by you!\p"
|
||||
.string "Thank you!$"
|
||||
@@ -165,5 +165,5 @@ PetalburgCity_PokemonCenter_1F_Text_291B22: @ 8291B22
|
||||
PetalburgCity_PokemonCenter_1F_Text_291BB7: @ 8291BB7
|
||||
.string "Oh?\n"
|
||||
.string "You know the secret saying!\p"
|
||||
.string "That means you’re now a fellow member\n"
|
||||
.string "That means you're now a fellow member\n"
|
||||
.string "of the MYSTERY EVENT CLUB!$"
|
||||
|
||||
@@ -5,14 +5,14 @@ LittlerootTown_MaysHouse_2F_EventScript_2926FE:: @ 82926FE
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292704:: @ 8292704
|
||||
LittlerootTown_MaysHouse_1F_EventScript_292704:: @ 8292704
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A1C, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A1C, MSGBOX_DEFAULT
|
||||
applymovement VAR_0x8004, LittlerootTown_BrendansHouse_1F_Movement_27259E
|
||||
waitmovement 0
|
||||
compare VAR_0x8005, 0
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_29274D
|
||||
compare VAR_0x8005, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292758
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A46, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A46, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x4092, 4
|
||||
applymovement 255, LittlerootTown_BrendansHouse_1F_Movement_292763
|
||||
@@ -37,7 +37,7 @@ LittlerootTown_BrendansHouse_1F_Movement_292763: @ 8292763
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292765:: @ 8292765
|
||||
LittlerootTown_MaysHouse_1F_EventScript_292765:: @ 8292765
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7B24, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7B24, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8004, LittlerootTown_BrendansHouse_1F_Movement_2725A6
|
||||
applymovement 255, LittlerootTown_BrendansHouse_1F_Movement_292AF0
|
||||
@@ -61,7 +61,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_292799:: @ 8292799
|
||||
LittlerootTown_MaysHouse_2F_EventScript_292799:: @ 8292799
|
||||
checkflag FLAG_0x051
|
||||
goto_eq LittlerootTown_BrendansHouse_2F_EventScript_29283F
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F8668, 4
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F8668, MSGBOX_DEFAULT
|
||||
call LittlerootTown_BrendansHouse_2F_EventScript_292849
|
||||
delay 30
|
||||
setvar VAR_0x4092, 6
|
||||
@@ -85,7 +85,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_2927DF:: @ 82927DF
|
||||
waitmovement 0
|
||||
applymovement 255, LittlerootTown_BrendansHouse_2F_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F869A, 4
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F869A, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8008, LittlerootTown_BrendansHouse_2F_Movement_292857
|
||||
waitmovement 0
|
||||
@@ -98,7 +98,7 @@ LittlerootTown_BrendansHouse_2F_EventScript_29280F:: @ 829280F
|
||||
waitmovement 0
|
||||
applymovement 255, LittlerootTown_BrendansHouse_2F_Movement_2725A4
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F869A, 4
|
||||
msgbox LittlerootTown_BrendansHouse_2F_Text_1F869A, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8008, LittlerootTown_BrendansHouse_2F_Movement_292862
|
||||
waitmovement 0
|
||||
@@ -161,7 +161,7 @@ LittlerootTown_BrendansHouse_1F_EventScript_29286D:: @ 829286D
|
||||
applymovement 255, LittlerootTown_BrendansHouse_1F_Movement_292AE0
|
||||
waitmovement 0
|
||||
playbgm MUS_INTER_V, 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7BBC, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7BBC, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8005, LittlerootTown_BrendansHouse_1F_Movement_2929B7
|
||||
waitmovement 0
|
||||
@@ -170,8 +170,8 @@ LittlerootTown_BrendansHouse_1F_EventScript_29286D:: @ 829286D
|
||||
call LittlerootTown_BrendansHouse_1F_EventScript_29296C
|
||||
applymovement 255, LittlerootTown_BrendansHouse_1F_Movement_2725A4
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7BF1, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7C35, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7BF1, MSGBOX_DEFAULT
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7C35, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_1, 1
|
||||
applymovement VAR_0x8005, LittlerootTown_BrendansHouse_1F_Movement_2929BD
|
||||
@@ -186,7 +186,7 @@ LittlerootTown_MaysHouse_1F_EventScript_2928DC:: @ 82928DC
|
||||
applymovement 255, LittlerootTown_MaysHouse_1F_Movement_292AE8
|
||||
waitmovement 0
|
||||
playbgm MUS_INTER_V, 0
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7BBC, 4
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7BBC, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
applymovement VAR_0x8005, LittlerootTown_MaysHouse_1F_Movement_2929BA
|
||||
waitmovement 0
|
||||
@@ -195,8 +195,8 @@ LittlerootTown_MaysHouse_1F_EventScript_2928DC:: @ 82928DC
|
||||
call LittlerootTown_MaysHouse_1F_EventScript_29296C
|
||||
applymovement 255, LittlerootTown_MaysHouse_1F_Movement_2725A8
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7BF1, 4
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7C35, 4
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7BF1, MSGBOX_DEFAULT
|
||||
msgbox LittlerootTown_MaysHouse_1F_Text_1F7C35, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_TEMP_1, 1
|
||||
applymovement VAR_0x8005, LittlerootTown_MaysHouse_1F_Movement_2929C1
|
||||
@@ -211,7 +211,7 @@ LittlerootTown_MaysHouse_1F_EventScript_29294B:: @ 829294B
|
||||
waitmovement 0
|
||||
applymovement VAR_0x8005, LittlerootTown_BrendansHouse_1F_Movement_27259A
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7B96, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7B96, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
return
|
||||
|
||||
@@ -219,7 +219,7 @@ LittlerootTown_BrendansHouse_1F_EventScript_29296C:: @ 829296C
|
||||
LittlerootTown_MaysHouse_1F_EventScript_29296C:: @ 829296C
|
||||
applymovement 255, LittlerootTown_BrendansHouse_1F_Movement_2725A6
|
||||
waitmovement 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EC6, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EC6, MSGBOX_DEFAULT
|
||||
fadedefaultbgm
|
||||
special TurnOffTVScreen
|
||||
setflag FLAG_SYS_TV_HOME
|
||||
@@ -326,23 +326,23 @@ LittlerootTown_MaysHouse_1F_EventScript_2929C5:: @ 82929C5
|
||||
goto_eq LittlerootTown_BrendansHouse_1F_EventScript_292A94
|
||||
compare VAR_0x4092, 7
|
||||
goto_eq LittlerootTown_BrendansHouse_1F_EventScript_292AB0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A1C, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7A1C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292A0F:: @ 8292A0F
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7DBE, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7DBE, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292A19:: @ 8292A19
|
||||
checkflag FLAG_0x0D8
|
||||
goto_eq LittlerootTown_BrendansHouse_1F_EventScript_292A43
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7E0E, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7E0E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 30
|
||||
playfanfare MUS_ME_TORE_EYE
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7E89, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7E89, MSGBOX_DEFAULT
|
||||
waitfanfare
|
||||
closemessage
|
||||
delay 30
|
||||
@@ -358,22 +358,22 @@ LittlerootTown_BrendansHouse_1F_EventScript_292A43:: @ 8292A43
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292A51:: @ 8292A51
|
||||
checkflag FLAG_0x085
|
||||
goto_eq LittlerootTown_BrendansHouse_1F_EventScript_292A86
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D73, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D73, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_AMULET_COIN
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LittlerootTown_BrendansHouse_1F_EventScript_272054
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7DBE, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7DBE, MSGBOX_DEFAULT
|
||||
setflag FLAG_0x085
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292A86:: @ 8292A86
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D08, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D08, MSGBOX_DEFAULT
|
||||
goto LittlerootTown_BrendansHouse_1F_EventScript_292A9E
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292A94:: @ 8292A94
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7CC3, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7CC3, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -381,12 +381,12 @@ LittlerootTown_BrendansHouse_1F_EventScript_292A9E:: @ 8292A9E
|
||||
closemessage
|
||||
call LittlerootTown_BrendansHouse_1F_EventScript_272083
|
||||
incrementgamestat 16
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D5C, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7D5C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LittlerootTown_BrendansHouse_1F_EventScript_292AB0:: @ 8292AB0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7CD8, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7CD8, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -396,7 +396,7 @@ LittlerootTown_MaysHouse_1F_EventScript_292ABA:: @ 8292ABA
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_VIGOROTH, 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EA8, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EA8, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -407,7 +407,7 @@ LittlerootTown_MaysHouse_1F_EventScript_292ACD:: @ 8292ACD
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_VIGOROTH, 0
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EB3, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7EB3, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -464,16 +464,16 @@ LittlerootTown_MaysHouse_1F_EventScript_292AF2:: @ 8292AF2
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292C96
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292CA1
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F800E, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F800E, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_SS_TICKET
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F80FE, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F80FE, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
delay 20
|
||||
compare VAR_0x8008, 0
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292CAC
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292CC1
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F815B, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F815B, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_0x8008, 0
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292CD6
|
||||
@@ -488,7 +488,7 @@ LittlerootTown_MaysHouse_1F_EventScript_292AF2:: @ 8292AF2
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D5D
|
||||
delay 20
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F81B9, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F81B9, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setflag FLAG_SYS_TV_LATI
|
||||
special TurnOnTVScreen
|
||||
@@ -497,13 +497,13 @@ LittlerootTown_MaysHouse_1F_EventScript_292AF2:: @ 8292AF2
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D72
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D7D
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F824B, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F824B, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
compare VAR_0x8008, 0
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D1E
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D33
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F826F, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F826F, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
clearflag FLAG_SYS_TV_LATI
|
||||
setflag FLAG_0x0FF
|
||||
@@ -512,12 +512,12 @@ LittlerootTown_MaysHouse_1F_EventScript_292AF2:: @ 8292AF2
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D88
|
||||
compare VAR_0x8008, 1
|
||||
call_if 1, LittlerootTown_BrendansHouse_1F_EventScript_292D9D
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F8351, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F8351, MSGBOX_DEFAULT
|
||||
multichoice 22, 8, 108, 1
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
special InitRoamer
|
||||
copyvar VAR_0x40D5, VAR_RESULT
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F83A1, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F83A1, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setvar VAR_0x4082, 4
|
||||
setvar VAR_0x408C, 4
|
||||
|
||||
@@ -21,41 +21,41 @@ Text_Pblock1_Yes: @ 8292E28
|
||||
|
||||
Text_Pblock1_No: @ 8292E33
|
||||
.string "Oh…\n"
|
||||
.string "You’ve made this old-timer sad…$"
|
||||
.string "You've made this old-timer sad…$"
|
||||
|
||||
Text_Pblock1_KnowHow: @ 8292E57
|
||||
.string "Do you know how to make a {POKEBLOCK}?$"
|
||||
|
||||
Text_Pblock1_Start: @ 8292E78
|
||||
.string "Let’s get started, then!\p"
|
||||
.string "Let’s BERRY BLENDER!$"
|
||||
.string "Let's get started, then!\p"
|
||||
.string "Let's BERRY BLENDER!$"
|
||||
|
||||
Text_Pblock1_Explain: @ 8292EA6
|
||||
.string "Okay, a little explanation, then.\p"
|
||||
.string "Oh, don’t worry, it’s quite simple.\p"
|
||||
.string "When the BLENDER’s arrow comes to\n"
|
||||
.string "Oh, don't worry, it's quite simple.\p"
|
||||
.string "When the BLENDER's arrow comes to\n"
|
||||
.string "your marker, just press the A Button.\p"
|
||||
.string "That’s all you have to do.\n"
|
||||
.string "You’ll see how easy it is when you try.$"
|
||||
.string "That's all you have to do.\n"
|
||||
.string "You'll see how easy it is when you try.$"
|
||||
|
||||
Text_Pblock1_NoBerries: @ 8292F77
|
||||
.string "Oh?\n"
|
||||
.string "You don’t have any BERRIES?\p"
|
||||
.string "If you don’t have any BERRIES,\n"
|
||||
.string "you can’t make any {POKEBLOCK}S.$"
|
||||
.string "You don't have any BERRIES?\p"
|
||||
.string "If you don't have any BERRIES,\n"
|
||||
.string "you can't make any {POKEBLOCK}S.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_292FD1: @ 8292FD1
|
||||
.string "Well, that won’t do at all now, will it?\p"
|
||||
.string "If you don’t mind leftovers, you can\n"
|
||||
.string "Well, that won't do at all now, will it?\p"
|
||||
.string "If you don't mind leftovers, you can\n"
|
||||
.string "have one of my BERRIES.\p"
|
||||
.string "That way, we could make some {POKEBLOCK}S\n"
|
||||
.string "together using the BERRY BLENDER.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29307D: @ 829307D
|
||||
.string "If I had some BERRIES left over,\n"
|
||||
.string "I’d gladly give you one…\p"
|
||||
.string "But, I don’t have any to spare today.\n"
|
||||
.string "We’ll have to do this another time.$"
|
||||
.string "I'd gladly give you one…\p"
|
||||
.string "But, I don't have any to spare today.\n"
|
||||
.string "We'll have to do this another time.$"
|
||||
|
||||
Text_Pblock1_FullPokeblock: @ 8293101
|
||||
.string "But your {POKEBLOCK} CASE is full.\p"
|
||||
@@ -63,15 +63,15 @@ Text_Pblock1_FullPokeblock: @ 8293101
|
||||
.string "you come see me again.$"
|
||||
|
||||
Text_Pblock1_NoPokeblock: @ 8293157
|
||||
.string "But you don’t have a {POKEBLOCK} CASE.\p"
|
||||
.string "But you don't have a {POKEBLOCK} CASE.\p"
|
||||
.string "You should get a {POKEBLOCK} CASE and then\n"
|
||||
.string "come see me.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2931AA: @ 82931AA
|
||||
.string "Let’s get blending already!$"
|
||||
.string "Let's get blending already!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2931C6: @ 82931C6
|
||||
.string "I wonder what kind of {POKEBLOCK} I’ll get?\n"
|
||||
.string "I wonder what kind of {POKEBLOCK} I'll get?\n"
|
||||
.string "This is so exciting!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293201: @ 8293201
|
||||
@@ -82,33 +82,33 @@ LilycoveCity_ContestLobby_Text_293237: @ 8293237
|
||||
.string "Okay!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29323D: @ 829323D
|
||||
.string "That’s too bad…\p"
|
||||
.string "But we’ll always be around whenever\n"
|
||||
.string "That's too bad…\p"
|
||||
.string "But we'll always be around whenever\n"
|
||||
.string "you get the urge to blend!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29328C: @ 829328C
|
||||
.string "Of course, you do know how to\n"
|
||||
.string "blend {POKEBLOCK}S, don’t you?$"
|
||||
.string "blend {POKEBLOCK}S, don't you?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2932C3: @ 82932C3
|
||||
.string "Let’s get started, then!\p"
|
||||
.string "Let’s BERRY BLENDER!$"
|
||||
.string "Let's get started, then!\p"
|
||||
.string "Let's BERRY BLENDER!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2932F1: @ 82932F1
|
||||
.string "Okay!\n"
|
||||
.string "Let me explain it to you!\p"
|
||||
.string "When the spinning BLENDER’s arrow\n"
|
||||
.string "When the spinning BLENDER's arrow\n"
|
||||
.string "reaches your marker, just press\l"
|
||||
.string "the A Button.\p"
|
||||
.string "That’s all it takes.\n"
|
||||
.string "Pretty easy, don’t you think?$"
|
||||
.string "That's all it takes.\n"
|
||||
.string "Pretty easy, don't you think?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293394: @ 8293394
|
||||
.string "Oh, but wait a second here…\n"
|
||||
.string "You don’t have any BERRIES.\p"
|
||||
.string "You can’t make any {POKEBLOCK}S without\n"
|
||||
.string "You don't have any BERRIES.\p"
|
||||
.string "You can't make any {POKEBLOCK}S without\n"
|
||||
.string "BERRIES…\p"
|
||||
.string "We’ll always be around whenever you\n"
|
||||
.string "We'll always be around whenever you\n"
|
||||
.string "get hold of some BERRIES to blend.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29343E: @ 829343E
|
||||
@@ -119,7 +119,7 @@ LilycoveCity_ContestLobby_Text_29343E: @ 829343E
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2934A2: @ 82934A2
|
||||
.string "Oh, but wait a second here…\n"
|
||||
.string "You don’t have a {POKEBLOCK} CASE.\p"
|
||||
.string "You don't have a {POKEBLOCK} CASE.\p"
|
||||
.string "You should get a {POKEBLOCK} CASE and\n"
|
||||
.string "then come back.$"
|
||||
|
||||
@@ -132,32 +132,32 @@ LilycoveCity_ContestLobby_Text_29354E: @ 829354E
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293558: @ 8293558
|
||||
.string "Oh, dear me…\p"
|
||||
.string "You’ve left us in shock!$"
|
||||
.string "You've left us in shock!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29357E: @ 829357E
|
||||
.string "Naturally, you know how to make\n"
|
||||
.string "{POKEBLOCK}S, don’t you?$"
|
||||
.string "{POKEBLOCK}S, don't you?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2935B1: @ 82935B1
|
||||
.string "Okay, dear!\n"
|
||||
.string "Let’s get started!\p"
|
||||
.string "Let’s BERRY BLENDER!$"
|
||||
.string "Let's get started!\p"
|
||||
.string "Let's BERRY BLENDER!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2935E5: @ 82935E5
|
||||
.string "Oh, dear!\p"
|
||||
.string "Then, I’ll explain it to you nicely.\p"
|
||||
.string "When the BLENDER’s arrow spins to\n"
|
||||
.string "Then, I'll explain it to you nicely.\p"
|
||||
.string "When the BLENDER's arrow spins to\n"
|
||||
.string "your marker, press the A Button.\p"
|
||||
.string "That’s all it takes.\n"
|
||||
.string "Isn’t it simple?$"
|
||||
.string "That's all it takes.\n"
|
||||
.string "Isn't it simple?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29367D: @ 829367D
|
||||
.string "You don’t have any BERRIES,\n"
|
||||
.string "You don't have any BERRIES,\n"
|
||||
.string "do you?\p"
|
||||
.string "If you don’t have any BERRIES,\n"
|
||||
.string "you can’t make any {POKEBLOCK}S.\p"
|
||||
.string "We’ll always be making {POKEBLOCK}S here,\n"
|
||||
.string "so let’s make some together when\l"
|
||||
.string "If you don't have any BERRIES,\n"
|
||||
.string "you can't make any {POKEBLOCK}S.\p"
|
||||
.string "We'll always be making {POKEBLOCK}S here,\n"
|
||||
.string "so let's make some together when\l"
|
||||
.string "you get a BERRY or two.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293738: @ 8293738
|
||||
@@ -167,22 +167,22 @@ LilycoveCity_ContestLobby_Text_293738: @ 8293738
|
||||
.string "and then come back.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293792: @ 8293792
|
||||
.string "You haven’t gotten a {POKEBLOCK} CASE\n"
|
||||
.string "You haven't gotten a {POKEBLOCK} CASE\n"
|
||||
.string "yet, it looks like.\p"
|
||||
.string "You need to get a {POKEBLOCK} CASE before\n"
|
||||
.string "you come back.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_2937F9: @ 82937F9
|
||||
.string "Okay! Today’s going to be the day that\n"
|
||||
.string "Okay! Today's going to be the day that\n"
|
||||
.string "I set a new BLENDER speed record!$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293842: @ 8293842
|
||||
.string "Oh, dear!\n"
|
||||
.string "You look as if you’re good at blending.\l"
|
||||
.string "You look as if you're good at blending.\l"
|
||||
.string "Would you like to join us?$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_29388F: @ 829388F
|
||||
.string "I’m going to make delicious {POKEBLOCK}S\n"
|
||||
.string "I'm going to make delicious {POKEBLOCK}S\n"
|
||||
.string "and make my POKéMON cuter.$"
|
||||
|
||||
Text_PblockLink_Ask: @ 82938CD
|
||||
@@ -207,42 +207,42 @@ Text_PblockLink_3Arrived: @ 82939A5
|
||||
|
||||
Text_PblockLink_NoBerries: @ 82939BD
|
||||
.string "You have no BERRIES.\n"
|
||||
.string "The BERRY BLENDER can’t be used.$"
|
||||
.string "The BERRY BLENDER can't be used.$"
|
||||
|
||||
Text_PblockLink_FullPokeblock: @ 82939F3
|
||||
.string "Your {POKEBLOCK} CASE is full.\n"
|
||||
.string "The BERRY BLENDER can’t be used.$"
|
||||
.string "The BERRY BLENDER can't be used.$"
|
||||
|
||||
Text_PblockLink_NoPokeblock: @ 8293A2D
|
||||
.string "You don’t have a {POKEBLOCK} CASE.\n"
|
||||
.string "The BERRY BLENDER can’t be used.$"
|
||||
.string "You don't have a {POKEBLOCK} CASE.\n"
|
||||
.string "The BERRY BLENDER can't be used.$"
|
||||
|
||||
Text_Pblock1_Talk_0: @ 8293A6B
|
||||
.string "I love making {POKEBLOCK}S.\p"
|
||||
.string "I always have some BERRIES with me.$"
|
||||
|
||||
Text_Pblock1_Talk_1: @ 8293AA5
|
||||
.string "If you’d like, we could make some\n"
|
||||
.string "If you'd like, we could make some\n"
|
||||
.string "{POKEBLOCK}S together using the\l"
|
||||
.string "BERRY BLENDER.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293AF0: @ 8293AF0
|
||||
.string "Oh?\n"
|
||||
.string "You don’t have any BERRIES?\p"
|
||||
.string "Well, that won’t do at all now, will it?\p"
|
||||
.string "If you don’t mind leftovers, you can\n"
|
||||
.string "You don't have any BERRIES?\p"
|
||||
.string "Well, that won't do at all now, will it?\p"
|
||||
.string "If you don't mind leftovers, you can\n"
|
||||
.string "have one of my BERRIES.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293B76: @ 8293B76
|
||||
.string "We’ll use it to make {POKEBLOCK}S together\n"
|
||||
.string "We'll use it to make {POKEBLOCK}S together\n"
|
||||
.string "using the BERRY BLENDER.$"
|
||||
|
||||
LilycoveCity_ContestLobby_Text_293BB4: @ 8293BB4
|
||||
.string "Oh?\n"
|
||||
.string "You don’t have any BERRIES?\p"
|
||||
.string "If I had some left over, I’d gladly\n"
|
||||
.string "You don't have any BERRIES?\p"
|
||||
.string "If I had some left over, I'd gladly\n"
|
||||
.string "give you one…\p"
|
||||
.string "But, I don’t have any to spare today.\n"
|
||||
.string "But, I don't have any to spare today.\n"
|
||||
.string "Sorry about that.$"
|
||||
|
||||
EventScript_Pblock1_Ask:: @ 8293C3E
|
||||
@@ -252,19 +252,19 @@ EventScript_Pblock1_Ask:: @ 8293C3E
|
||||
setvar VAR_0x8009, 1
|
||||
applymovement 16, LilycoveCity_ContestLobby_Movement_294053
|
||||
waitmovement 0
|
||||
msgbox Text_Pblock1_Ask, 5
|
||||
msgbox Text_Pblock1_Ask, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq EventScript_Pblock1_Yes
|
||||
goto EventScript_Pblock1_No
|
||||
end
|
||||
|
||||
EventScript_Pblock1_No: @ 8293C70
|
||||
msgbox Text_Pblock1_No, 4
|
||||
msgbox Text_Pblock1_No, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_Pblock1_NoBerries: @ 8293C7A
|
||||
msgbox Text_Pblock1_NoBerries, 4
|
||||
msgbox Text_Pblock1_NoBerries, MSGBOX_DEFAULT
|
||||
dodailyevents
|
||||
checkflag FLAG_0x921
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293C92
|
||||
@@ -272,31 +272,31 @@ EventScript_Pblock1_NoBerries: @ 8293C7A
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293C92: @ 8293C92
|
||||
msgbox LilycoveCity_ContestLobby_Text_29307D, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29307D, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293C9C: @ 8293C9C
|
||||
msgbox LilycoveCity_ContestLobby_Text_292FD1, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_292FD1, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_PECHA_BERRY
|
||||
setflag FLAG_0x921
|
||||
goto EventScript_Pblock1_KnowHow
|
||||
end
|
||||
|
||||
EventScript_Pblock1_KnowHow: @ 8293CB9
|
||||
msgbox Text_Pblock1_KnowHow, 5
|
||||
msgbox Text_Pblock1_KnowHow, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq EventScript_Pblock1_Start
|
||||
goto EventScript_Pblock1_Explain
|
||||
end
|
||||
|
||||
EventScript_Pblock1_Start: @ 8293CD2
|
||||
msgbox Text_Pblock1_Start, 4
|
||||
msgbox Text_Pblock1_Start, MSGBOX_DEFAULT
|
||||
goto EventScript_StartBlending
|
||||
end
|
||||
|
||||
EventScript_Pblock1_Explain: @ 8293CE0
|
||||
msgbox Text_Pblock1_Explain, 4
|
||||
msgbox Text_Pblock1_Explain, MSGBOX_DEFAULT
|
||||
goto EventScript_Pblock1_Start
|
||||
end
|
||||
|
||||
@@ -310,7 +310,7 @@ EventScript_Pblock1_Yes: @ 8293CEE
|
||||
specialvar VAR_RESULT, PlayerHasBerries
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_Pblock1_NoBerries
|
||||
msgbox Text_Pblock1_Yes, 4
|
||||
msgbox Text_Pblock1_Yes, MSGBOX_DEFAULT
|
||||
goto EventScript_Pblock1_KnowHow
|
||||
end
|
||||
|
||||
@@ -323,12 +323,12 @@ EventScript_StartBlending: @ 8293D2C
|
||||
end
|
||||
|
||||
EventScript_Pblock1_FullPokeblock: @ 8293D39
|
||||
msgbox Text_Pblock1_FullPokeblock, 4
|
||||
msgbox Text_Pblock1_FullPokeblock, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_Pblock1_NoPokeblock: @ 8293D43
|
||||
msgbox Text_Pblock1_NoPokeblock, 4
|
||||
msgbox Text_Pblock1_NoPokeblock, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -338,36 +338,36 @@ LilycoveCity_ContestLobby_EventScript_293D4D:: @ 8293D4D
|
||||
applymovement 10, LilycoveCity_ContestLobby_Movement_2725A2
|
||||
applymovement 3, LilycoveCity_ContestLobby_Movement_294053
|
||||
waitmovement 0
|
||||
msgbox LilycoveCity_ContestLobby_Text_293201, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_293201, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293DC6
|
||||
goto LilycoveCity_ContestLobby_EventScript_293D7D
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293D7D: @ 8293D7D
|
||||
msgbox LilycoveCity_ContestLobby_Text_29323D, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29323D, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293D87: @ 8293D87
|
||||
msgbox LilycoveCity_ContestLobby_Text_293394, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293394, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293D91: @ 8293D91
|
||||
msgbox LilycoveCity_ContestLobby_Text_29328C, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_29328C, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293DAA
|
||||
goto LilycoveCity_ContestLobby_EventScript_293DB8
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293DAA: @ 8293DAA
|
||||
msgbox LilycoveCity_ContestLobby_Text_2932C3, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2932C3, MSGBOX_DEFAULT
|
||||
goto EventScript_StartBlending
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293DB8: @ 8293DB8
|
||||
msgbox LilycoveCity_ContestLobby_Text_2932F1, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2932F1, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_293DAA
|
||||
end
|
||||
|
||||
@@ -378,7 +378,7 @@ LilycoveCity_ContestLobby_EventScript_293DC6: @ 8293DC6
|
||||
checkitem ITEM_POKEBLOCK_CASE, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293E14
|
||||
msgbox LilycoveCity_ContestLobby_Text_293237, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293237, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, GetFirstFreePokeblockSlot
|
||||
compare VAR_RESULT, 65535
|
||||
goto_if 5, LilycoveCity_ContestLobby_EventScript_293D91
|
||||
@@ -387,12 +387,12 @@ LilycoveCity_ContestLobby_EventScript_293DC6: @ 8293DC6
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E0A: @ 8293E0A
|
||||
msgbox LilycoveCity_ContestLobby_Text_29343E, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29343E, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E14: @ 8293E14
|
||||
msgbox LilycoveCity_ContestLobby_Text_2934A2, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2934A2, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -404,36 +404,36 @@ LilycoveCity_ContestLobby_EventScript_293E1E:: @ 8293E1E
|
||||
applymovement 17, LilycoveCity_ContestLobby_Movement_2725A2
|
||||
applymovement VAR_0x8008, LilycoveCity_ContestLobby_Movement_294053
|
||||
waitmovement 0
|
||||
msgbox LilycoveCity_ContestLobby_Text_293842, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_293842, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293EA3
|
||||
goto LilycoveCity_ContestLobby_EventScript_293E5A
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E5A: @ 8293E5A
|
||||
msgbox LilycoveCity_ContestLobby_Text_293558, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293558, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E64: @ 8293E64
|
||||
msgbox LilycoveCity_ContestLobby_Text_29367D, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29367D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E6E: @ 8293E6E
|
||||
msgbox LilycoveCity_ContestLobby_Text_29357E, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_29357E, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293E87
|
||||
goto LilycoveCity_ContestLobby_EventScript_293E95
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E87: @ 8293E87
|
||||
msgbox LilycoveCity_ContestLobby_Text_2935B1, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2935B1, MSGBOX_DEFAULT
|
||||
goto EventScript_StartBlending
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293E95: @ 8293E95
|
||||
msgbox LilycoveCity_ContestLobby_Text_2935E5, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2935E5, MSGBOX_DEFAULT
|
||||
goto LilycoveCity_ContestLobby_EventScript_293E87
|
||||
end
|
||||
|
||||
@@ -444,7 +444,7 @@ LilycoveCity_ContestLobby_EventScript_293EA3: @ 8293EA3
|
||||
checkitem ITEM_POKEBLOCK_CASE, 1
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293EF1
|
||||
msgbox LilycoveCity_ContestLobby_Text_29354E, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29354E, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, GetFirstFreePokeblockSlot
|
||||
compare VAR_RESULT, 65535
|
||||
goto_if 5, LilycoveCity_ContestLobby_EventScript_293E6E
|
||||
@@ -453,27 +453,27 @@ LilycoveCity_ContestLobby_EventScript_293EA3: @ 8293EA3
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293EE7: @ 8293EE7
|
||||
msgbox LilycoveCity_ContestLobby_Text_293738, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293738, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293EF1: @ 8293EF1
|
||||
msgbox LilycoveCity_ContestLobby_Text_293792, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293792, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293EFB: @ 8293EFB
|
||||
lockall
|
||||
setvar VAR_0x8009, 1
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C42F4, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C42F4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293F28
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C4332, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C4332, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293F1E: @ 8293F1E
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C439D, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C439D, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -492,37 +492,37 @@ LilycoveCity_ContestLobby_EventScript_293F28: @ 8293F28
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293F64: @ 8293F64
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C43FA, 5
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C43FA, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 0
|
||||
call_if 1, LilycoveCity_ContestLobby_EventScript_293F85
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C451B, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C451B, MSGBOX_DEFAULT
|
||||
goto EventScript_StartBlending
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293F85: @ 8293F85
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C444C, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C444C, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293F8E: @ 8293F8E
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C4573, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C4573, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293F98: @ 8293F98
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C45E8, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2C45E8, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293FA2:: @ 8293FA2
|
||||
msgbox LilycoveCity_ContestLobby_Text_2937F9, 2
|
||||
msgbox LilycoveCity_ContestLobby_Text_2937F9, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293FAB:: @ 8293FAB
|
||||
msgbox LilycoveCity_ContestLobby_Text_293842, 2
|
||||
msgbox LilycoveCity_ContestLobby_Text_293842, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293FB4:: @ 8293FB4
|
||||
msgbox LilycoveCity_ContestLobby_Text_29388F, 2
|
||||
msgbox LilycoveCity_ContestLobby_Text_29388F, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293FBD:: @ 8293FBD
|
||||
@@ -533,7 +533,7 @@ LilycoveCity_ContestLobby_EventScript_293FBD:: @ 8293FBD
|
||||
LilycoveCity_ContestLobby_EventScript_293FC8: @ 8293FC8
|
||||
lock
|
||||
faceplayer
|
||||
msgbox Text_Pblock1_Talk_0, 4
|
||||
msgbox Text_Pblock1_Talk_0, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, PlayerHasBerries
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq LilycoveCity_ContestLobby_EventScript_293FEE
|
||||
@@ -542,7 +542,7 @@ LilycoveCity_ContestLobby_EventScript_293FC8: @ 8293FC8
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_293FEE: @ 8293FEE
|
||||
msgbox Text_Pblock1_Talk_1, 4
|
||||
msgbox Text_Pblock1_Talk_1, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -560,15 +560,15 @@ LilycoveCity_ContestLobby_EventScript_293FF8: @ 8293FF8
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_294028: @ 8294028
|
||||
msgbox LilycoveCity_ContestLobby_Text_293BB4, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293BB4, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_294032: @ 8294032
|
||||
msgbox LilycoveCity_ContestLobby_Text_293AF0, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293AF0, MSGBOX_DEFAULT
|
||||
giveitem_std ITEM_PECHA_BERRY
|
||||
setflag FLAG_0x921
|
||||
msgbox LilycoveCity_ContestLobby_Text_293B76, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_293B76, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -592,7 +592,7 @@ EventScript_PblockLink:: @ 8294055
|
||||
end
|
||||
|
||||
EventScript_PblocLink_Ask: @ 8294092
|
||||
msgbox Text_PblockLink_Ask, 5
|
||||
msgbox Text_PblockLink_Ask, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq EventScript_PblocLink_TryConnect
|
||||
compare VAR_RESULT, 0
|
||||
@@ -600,7 +600,7 @@ EventScript_PblocLink_Ask: @ 8294092
|
||||
end
|
||||
|
||||
EventScript_PblocLink_NoBerries: @ 82940B1
|
||||
msgbox Text_PblockLink_NoBerries, 4
|
||||
msgbox Text_PblockLink_NoBerries, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -628,17 +628,17 @@ EventScript_PblocLink_TryConnect: @ 82940BB
|
||||
end
|
||||
|
||||
EventScript_PblocLink_1Arrived: @ 829411D
|
||||
msgbox Text_PblockLink_1Arrived, 4
|
||||
msgbox Text_PblockLink_1Arrived, MSGBOX_DEFAULT
|
||||
goto EventScript_PblocLink_StartLinkBlending
|
||||
end
|
||||
|
||||
EventScript_PblocLink_2Arrived: @ 829412B
|
||||
msgbox Text_PblockLink_2Arrived, 4
|
||||
msgbox Text_PblockLink_2Arrived, MSGBOX_DEFAULT
|
||||
goto EventScript_PblocLink_StartLinkBlending
|
||||
end
|
||||
|
||||
EventScript_PblocLink_3Arrived: @ 8294139
|
||||
msgbox Text_PblockLink_3Arrived, 4
|
||||
msgbox Text_PblockLink_3Arrived, MSGBOX_DEFAULT
|
||||
goto EventScript_PblocLink_StartLinkBlending
|
||||
end
|
||||
|
||||
@@ -659,36 +659,36 @@ EventScript_PblocLink_End: @ 8294160
|
||||
end
|
||||
|
||||
EventScript_PblocLink_FullPokeblock: @ 8294162
|
||||
msgbox Text_PblockLink_FullPokeblock, 4
|
||||
msgbox Text_PblockLink_FullPokeblock, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_PblocLink_NoPokeblock: @ 829416C
|
||||
msgbox Text_PblockLink_NoPokeblock, 4
|
||||
msgbox Text_PblockLink_NoPokeblock, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_PblocLink_SomeoneNotReady: @ 8294176
|
||||
special CloseLink
|
||||
msgbox LilycoveCity_ContestLobby_Text_2781C7, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_2781C7, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_PblocLink_DifferentSelections: @ 8294183
|
||||
special CloseLink
|
||||
msgbox LilycoveCity_ContestLobby_Text_278255, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_278255, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_PblocLink_CloseLink: @ 8294190
|
||||
special CloseLink
|
||||
msgbox gUnknown_08272D9C, 4
|
||||
msgbox gUnknown_08272D9C, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_PblocLink_LinkError: @ 829419D
|
||||
special CloseLink
|
||||
msgbox LilycoveCity_ContestLobby_Text_27821C, 4
|
||||
msgbox LilycoveCity_ContestLobby_Text_27821C, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ EventScript_2A4B5D:: @ 82A4B5D
|
||||
|
||||
EventScript_2A4B6F:: @ 82A4B6F
|
||||
lockall
|
||||
msgbox Text_2A4BF4, 5
|
||||
msgbox Text_2A4BF4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq EventScript_2A4B85
|
||||
releaseall
|
||||
@@ -45,7 +45,7 @@ EventScript_2A4BAC:: @ 82A4BAC
|
||||
special GetPokeblockFeederInFront
|
||||
compare VAR_RESULT, 65535
|
||||
goto_if 5, EventScript_2A4BEB
|
||||
msgbox Text_2A4C90, 5
|
||||
msgbox Text_2A4C90, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq EventScript_2A4BD0
|
||||
releaseall
|
||||
@@ -78,11 +78,11 @@ Text_2A4BF4: @ 82A4BF4
|
||||
.string "ZONE right now?$"
|
||||
|
||||
Text_2A4C26: @ 82A4C26
|
||||
.string "Ding-dong! Time’s up!\n"
|
||||
.string "Ding-dong! Time's up!\n"
|
||||
.string "Your SAFARI Game is over.$"
|
||||
|
||||
Text_2A4C56: @ 82A4C56
|
||||
.string "You’ve run out of SAFARI BALLS.\n"
|
||||
.string "You've run out of SAFARI BALLS.\n"
|
||||
.string "Your SAFARI Game is over.$"
|
||||
|
||||
Text_2A4C90: @ 82A4C90
|
||||
@@ -101,11 +101,11 @@ Route121_SafariZoneEntrance_Text_2A4D12: @ 82A4D12
|
||||
.string "Welcome to the SAFARI ZONE!\p"
|
||||
.string "Here, you may witness many kinds of\n"
|
||||
.string "POKéMON rarely seen in HOENN.\p"
|
||||
.string "And, you’ll see them in their wild,\n"
|
||||
.string "And, you'll see them in their wild,\n"
|
||||
.string "untamed state in natural habitats.\p"
|
||||
.string "What’s more, we’ve thrown open the\n"
|
||||
.string "What's more, we've thrown open the\n"
|
||||
.string "gates to POKéMON TRAINERS.\p"
|
||||
.string "You’re encouraged to catch POKéMON\n"
|
||||
.string "You're encouraged to catch POKéMON\n"
|
||||
.string "for keeps!\p"
|
||||
.string "Come in and enjoy the SAFARI ZONE!$"
|
||||
|
||||
@@ -121,7 +121,7 @@ Route121_SafariZoneEntrance_Text_2A4EA1: @ 82A4EA1
|
||||
.string "start with 30 SAFARI BALLS for\l"
|
||||
.string "catching POKéMON.\p"
|
||||
.string "The SAFARI Game is over when you run\n"
|
||||
.string "out of SAFARI BALLS, or when you’ve\l"
|
||||
.string "out of SAFARI BALLS, or when you've\l"
|
||||
.string "walked 500 steps.\p"
|
||||
.string "Come in and enjoy the SAFARI ZONE!$"
|
||||
|
||||
@@ -135,7 +135,7 @@ Route121_SafariZoneEntrance_Text_2A4FD7: @ 82A4FD7
|
||||
.string "Please play another time!$"
|
||||
|
||||
Route121_SafariZoneEntrance_Text_2A4FF7: @ 82A4FF7
|
||||
.string "You don’t have enough money.\n"
|
||||
.string "You don't have enough money.\n"
|
||||
.string "Sorry.$"
|
||||
|
||||
Route121_SafariZoneEntrance_Text_2A501B: @ 82A501B
|
||||
@@ -148,7 +148,7 @@ Route121_SafariZoneEntrance_Text_2A5052: @ 82A5052
|
||||
.string "{PLAYER} received 30 SAFARI BALLS.$"
|
||||
|
||||
Route121_SafariZoneEntrance_Text_2A506F: @ 82A506F
|
||||
.string "We’ll let you know when your game\n"
|
||||
.string "We'll let you know when your game\n"
|
||||
.string "is over.\p"
|
||||
.string "So, until then, enjoy yourself, please!\n"
|
||||
.string "Off you go on your wild excursion!$"
|
||||
@@ -176,14 +176,14 @@ SafariZone_South_Text_2A521A: @ 82A521A
|
||||
|
||||
SafariZone_South_Text_2A5248: @ 82A5248
|
||||
.string "Okay.\p"
|
||||
.string "I’ll take back your remaining SAFARI\n"
|
||||
.string "I'll take back your remaining SAFARI\n"
|
||||
.string "BALLS.\p"
|
||||
.string "Thank you for playing.\n"
|
||||
.string "We hope to see you again.$"
|
||||
|
||||
SafariZone_South_Text_2A52AB: @ 82A52AB
|
||||
.string "Good luck!\p"
|
||||
.string "If you need anything, don’t hesitate\n"
|
||||
.string "If you need anything, don't hesitate\n"
|
||||
.string "to tell me, please!$"
|
||||
|
||||
SafariZone_South_Text_2A52EF: @ 82A52EF
|
||||
@@ -206,16 +206,16 @@ SafariZone_Southwest_Text_2A53B7: @ 82A53B7
|
||||
SafariZone_Northwest_Text_2A542C: @ 82A542C
|
||||
.string "Gasp… Gasp…\n"
|
||||
.string "I…made it out here…but…\p"
|
||||
.string "I’m exhausted… I don’t have the\n"
|
||||
.string "I'm exhausted… I don't have the\n"
|
||||
.string "energy to catch POKéMON…$"
|
||||
|
||||
SafariZone_North_Text_2A5489: @ 82A5489
|
||||
.string "I’m on a mission to find WATER POKéMON\n"
|
||||
.string "you don’t see in HOENN.\p"
|
||||
.string "I'm on a mission to find WATER POKéMON\n"
|
||||
.string "you don't see in HOENN.\p"
|
||||
.string "Do you have any idea where the lake is?$"
|
||||
|
||||
SafariZone_North_Text_2A54F0: @ 82A54F0
|
||||
.string "I’m going to catch a lot of rare POKéMON\n"
|
||||
.string "I'm going to catch a lot of rare POKéMON\n"
|
||||
.string "here and trade them with my friends!$"
|
||||
|
||||
SafariZone_South_Text_2A553E: @ 82A553E
|
||||
@@ -234,17 +234,17 @@ SafariZone_Southwest_Text_2A5613: @ 82A5613
|
||||
.string "REST HOUSE$"
|
||||
|
||||
SafariZone_RestHouse_Text_2A5639: @ 82A5639
|
||||
.string "I don’t have any {POKEBLOCK}S, but I caught\n"
|
||||
.string "I don't have any {POKEBLOCK}S, but I caught\n"
|
||||
.string "a good number of POKéMON.\p"
|
||||
.string "You can improve your chances of making\n"
|
||||
.string "a catch by getting closer to them\l"
|
||||
.string "before throwing a SAFARI BALL.$"
|
||||
|
||||
SafariZone_RestHouse_Text_2A56E1: @ 82A56E1
|
||||
.string "If you use {POKEBLOCK}S, wild POKéMON won’t\n"
|
||||
.string "If you use {POKEBLOCK}S, wild POKéMON won't\n"
|
||||
.string "be so quick to run away.\p"
|
||||
.string "It’s not much use to give {POKEBLOCK}S to\n"
|
||||
.string "POKéMON that don’t flee easily.$"
|
||||
.string "It's not much use to give {POKEBLOCK}S to\n"
|
||||
.string "POKéMON that don't flee easily.$"
|
||||
|
||||
SafariZone_RestHouse_Text_2A5764: @ 82A5764
|
||||
.string "If you put a {POKEBLOCK} on the FEEDER,\n"
|
||||
@@ -254,25 +254,25 @@ SafariZone_RestHouse_Text_2A5764: @ 82A5764
|
||||
|
||||
SafariZone_South_Text_2A57EE: @ 82A57EE
|
||||
.string "This area is still under construction.\n"
|
||||
.string "It’s off-limits, sorry!$"
|
||||
.string "It's off-limits, sorry!$"
|
||||
|
||||
SafariZone_Southeast_Text_2A582D: @ 82A582D
|
||||
.string "The SAFARI ZONE’s expansion project\n"
|
||||
.string "The SAFARI ZONE's expansion project\n"
|
||||
.string "is finished now.\p"
|
||||
.string "We hope you will enjoy the new area.$"
|
||||
|
||||
SafariZone_South_Text_2A5887: @ 82A5887
|
||||
.string "This area is still under construction.\n"
|
||||
.string "It’s off-limits, sorry!$"
|
||||
.string "It's off-limits, sorry!$"
|
||||
|
||||
SafariZone_Southeast_Text_2A58C6: @ 82A58C6
|
||||
.string "Wow! Whee! I haven’t seen any of\n"
|
||||
.string "Wow! Whee! I haven't seen any of\n"
|
||||
.string "these POKéMON before!$"
|
||||
|
||||
SafariZone_Southeast_Text_2A58FD: @ 82A58FD
|
||||
.string "The POKéMON in this area are all\n"
|
||||
.string "new to me.\p"
|
||||
.string "And I’m allowed to catch these rare\n"
|
||||
.string "And I'm allowed to catch these rare\n"
|
||||
.string "POKéMON! Too cool!$"
|
||||
|
||||
SafariZone_Southeast_Text_2A5960: @ 82A5960
|
||||
@@ -281,7 +281,7 @@ SafariZone_Southeast_Text_2A5960: @ 82A5960
|
||||
|
||||
SafariZone_Northeast_Text_2A59A4: @ 82A59A4
|
||||
.string "I only have a couple SAFARI BALLS left.\p"
|
||||
.string "I’m having a hard time trying to\n"
|
||||
.string "I'm having a hard time trying to\n"
|
||||
.string "decide what I should catch.$"
|
||||
|
||||
SafariZone_Northeast_Text_2A5A09: @ 82A5A09
|
||||
@@ -290,6 +290,6 @@ SafariZone_Northeast_Text_2A5A09: @ 82A5A09
|
||||
|
||||
SafariZone_Northeast_Text_2A5A44: @ 82A5A44
|
||||
.string "Oh, boo!\n"
|
||||
.string "I can’t seem to catch anything!\p"
|
||||
.string "I’ll end up wasting the admission\n"
|
||||
.string "price if I don’t catch something!$"
|
||||
.string "I can't seem to catch anything!\p"
|
||||
.string "I'll end up wasting the admission\n"
|
||||
.string "price if I don't catch something!$"
|
||||
|
||||
1115
data/scripts/secret_base.inc
Normal file
1115
data/scripts/secret_base.inc
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
Route111_Text_2762C9: @ 82762C9
|
||||
.string "What’s that?\n"
|
||||
.string "What's that?\n"
|
||||
.string "What am I doing?\p"
|
||||
.string "I’m thinking about making my own room\n"
|
||||
.string "I'm thinking about making my own room\n"
|
||||
.string "here using a POKéMON move.\p"
|
||||
.string "I know! I’ll give you this TM.\n"
|
||||
.string "I know! I'll give you this TM.\n"
|
||||
.string "Will you use it to make your own room?$"
|
||||
|
||||
Route111_Text_27636E: @ 827636E
|
||||
@@ -12,34 +12,34 @@ Route111_Text_27636E: @ 827636E
|
||||
.string "Use SECRET POWER in front of the tree.\n"
|
||||
.string "Some vines should get free and drop\l"
|
||||
.string "down, so you can climb the tree.\p"
|
||||
.string "You’ll find a lot of space for putting\n"
|
||||
.string "You'll find a lot of space for putting\n"
|
||||
.string "your favorite things.\p"
|
||||
.string "It’ll be your own secret room…\n"
|
||||
.string "It'll be your own secret room…\n"
|
||||
.string "A SECRET BASE!\p"
|
||||
.string "You should make one, too.\p"
|
||||
.string "Another thing, you don’t always have\n"
|
||||
.string "Another thing, you don't always have\n"
|
||||
.string "to make your SECRET BASE in a tree.\p"
|
||||
.string "Try using SECRET POWER on rock walls\n"
|
||||
.string "that have small indents in them.\p"
|
||||
.string "I’m going to look for other places, too.\n"
|
||||
.string "I'm going to look for other places, too.\n"
|
||||
.string "Okay, bye!$"
|
||||
|
||||
Route111_Text_27655C: @ 827655C
|
||||
.string "Oh, you don’t want this?\n"
|
||||
.string "Oh, you don't want this?\n"
|
||||
.string "If you change your mind, tell me, okay?$"
|
||||
|
||||
Route111_Text_27659D: @ 827659D
|
||||
.string "Oh, you don’t have any room for this.\p"
|
||||
.string "I’ll hold on to it, so come back for it\n"
|
||||
.string "Oh, you don't have any room for this.\p"
|
||||
.string "I'll hold on to it, so come back for it\n"
|
||||
.string "another time, okay?$"
|
||||
|
||||
Route111_EventScript_2765FF:: @ 82765FF
|
||||
lock
|
||||
faceplayer
|
||||
msgbox Route111_Text_2762C9, 5
|
||||
msgbox Route111_Text_2762C9, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route111_EventScript_27661E
|
||||
msgbox Route111_Text_27655C, 4
|
||||
msgbox Route111_Text_27655C, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
@@ -47,7 +47,7 @@ Route111_EventScript_27661E:: @ 827661E
|
||||
giveitem_std ITEM_TM43
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_EventScript_276680
|
||||
msgbox Route111_Text_27636E, 4
|
||||
msgbox Route111_Text_27636E, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
setflag FLAG_0x060
|
||||
clearflag FLAG_HIDE_SLATEPORT_CITY_TM_SALESMAN
|
||||
@@ -72,7 +72,7 @@ Route111_EventScript_276675:: @ 8276675
|
||||
return
|
||||
|
||||
Route111_EventScript_276680:: @ 8276680
|
||||
msgbox Route111_Text_27659D, 4
|
||||
msgbox Route111_Text_27659D, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
128
data/scripts/trainer_battle.inc
Normal file
128
data/scripts/trainer_battle.inc
Normal file
@@ -0,0 +1,128 @@
|
||||
EventScript_ShowSecondTrainerIntro:: @ 8271356
|
||||
special SetUpTrainerEncounterMusic
|
||||
special EndTrainerApproach
|
||||
waitstate
|
||||
goto EventScript_ShowTrainerIntroMsg
|
||||
|
||||
EventScript_TryDoNormalTrainerBattle:: @ 8271362
|
||||
lock
|
||||
faceplayer
|
||||
applymovement VAR_LAST_TALKED, Movement_RevealTrainer
|
||||
waitmovement 0
|
||||
specialvar VAR_RESULT, GetTrainerFlag
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, EventScript_NoNormalTrainerBattle
|
||||
special SetUpTrainerEncounterMusic
|
||||
special SetUpTrainerMovement
|
||||
goto EventScript_ShowTrainerIntroMsg
|
||||
EventScript_NoNormalTrainerBattle:: @ 8271389
|
||||
gotopostbattlescript
|
||||
|
||||
EventScript_TryDoDoubleTrainerBattle:: @ 827138A
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_RevealTrainer
|
||||
specialvar VAR_RESULT, GetTrainerFlag
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, EventScript_NoDoubleTrainerBattle
|
||||
special HasEnoughMonsForDoubleBattle
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, EventScript_NotEnoughMonsForDoubleBattle
|
||||
special SetUpTrainerEncounterMusic
|
||||
special SetUpTrainerMovement
|
||||
goto EventScript_ShowTrainerIntroMsg
|
||||
EventScript_NotEnoughMonsForDoubleBattle:: @ 82713BA
|
||||
special ShowTrainerCantBattleSpeech
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
EventScript_NoDoubleTrainerBattle:: @ 82713C1
|
||||
gotopostbattlescript
|
||||
|
||||
EventScript_DoTainerBattle:: @ 82713C2
|
||||
applymovement VAR_LAST_TALKED, Movement_RevealTrainer
|
||||
waitmovement 0
|
||||
special SetUpTrainerEncounterMusic
|
||||
trainerbattlebegin
|
||||
gotopostbattlescript
|
||||
|
||||
EventScript_TryDoRematchBattle:: @ 82713D1
|
||||
call EventScript_RevealTrainer
|
||||
specialvar VAR_RESULT, IsTrainerReadyForRematch
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_NoRematchTrainerBattle
|
||||
special SetUpTrainerEncounterMusic
|
||||
special SetUpTrainerMovement
|
||||
special ShowTrainerIntroSpeech
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
special BattleSetup_StartRematchBattle
|
||||
waitstate
|
||||
releaseall
|
||||
end
|
||||
EventScript_NoRematchTrainerBattle:: @ 82713F7
|
||||
gotopostbattlescript
|
||||
|
||||
EventScript_TryDoDoubleRematchBattle:: @ 82713F8
|
||||
specialvar VAR_RESULT, IsTrainerReadyForRematch
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq EventScript_NoDoubleRematchTrainerBattle
|
||||
special HasEnoughMonsForDoubleBattle
|
||||
compare VAR_RESULT, 0
|
||||
goto_if 5, EventScript_NotEnoughMonsForDoubleRematchBattle
|
||||
special SetUpTrainerEncounterMusic
|
||||
special SetUpTrainerMovement
|
||||
special ShowTrainerIntroSpeech
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
special BattleSetup_StartRematchBattle
|
||||
waitstate
|
||||
releaseall
|
||||
end
|
||||
EventScript_NoDoubleRematchTrainerBattle:: @ 8271427
|
||||
gotopostbattlescript
|
||||
EventScript_NotEnoughMonsForDoubleRematchBattle:: @ 8271428
|
||||
special ShowTrainerCantBattleSpeech
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_RevealTrainer:: @ 827142F
|
||||
applymovement VAR_LAST_TALKED, Movement_RevealTrainer
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
Movement_RevealTrainer: @ 827143A
|
||||
reveal_trainer
|
||||
step_end
|
||||
|
||||
EventScript_ShowTrainerIntroMsg:: @ 827143C
|
||||
special ShowTrainerIntroSpeech
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
special TryPrepareSecondApproachingTrainer
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_eq EventScript_ShowSecondTrainerIntro
|
||||
goto EventScript_DoTrainerBattle
|
||||
|
||||
EventScript_DoTrainerBattle:: @ 8271454
|
||||
trainerbattlebegin
|
||||
@ Pointless check, possibly used for debugging?
|
||||
specialvar VAR_RESULT, GetTrainerBattleMode
|
||||
compare VAR_RESULT, TRAINER_BATTLE_SINGLE
|
||||
goto_eq EventScript_EndTrainerBattle
|
||||
compare VAR_RESULT, TRAINER_BATTLE_CONTINUE_SCRIPT
|
||||
goto_eq EventScript_EndTrainerBattle
|
||||
compare VAR_RESULT, TRAINER_BATTLE_CONTINUE_SCRIPT_NO_MUSIC
|
||||
goto_eq EventScript_EndTrainerBattle
|
||||
compare VAR_RESULT, TRAINER_BATTLE_CONTINUE_SCRIPT_DOUBLE
|
||||
goto_eq EventScript_EndTrainerBattle
|
||||
compare VAR_RESULT, TRAINER_BATTLE_CONTINUE_SCRIPT_DOUBLE_NO_MUSIC
|
||||
goto_eq EventScript_EndTrainerBattle
|
||||
|
||||
EventScript_EndTrainerBattle:: @ 8271491
|
||||
gotobeatenscript
|
||||
releaseall
|
||||
end
|
||||
@@ -32,18 +32,18 @@ EventScript_27EE54:: @ 827EE54
|
||||
|
||||
EventScript_27EE8A:: @ 827EE8A
|
||||
special GetMomOrDadStringForTVMessage
|
||||
msgbox gUnknown_08272BCF, 4
|
||||
msgbox gUnknown_08272BCF, MSGBOX_DEFAULT
|
||||
special TurnOffTVScreen
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_27EE9A:: @ 827EE9A
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7F0F, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7F0F, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_27EEA4:: @ 827EEA4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F826F, 4
|
||||
msgbox LittlerootTown_BrendansHouse_1F_Text_1F826F, MSGBOX_DEFAULT
|
||||
special InitRoamer
|
||||
clearflag FLAG_SYS_TV_LATI
|
||||
setflag FLAG_0x0FF
|
||||
@@ -68,7 +68,7 @@ EventScript_27EED0:: @ 827EED0
|
||||
|
||||
EventScript_27EED8:: @ 827EED8
|
||||
special GetMomOrDadStringForTVMessage
|
||||
msgbox gUnknown_08272BCF, 4
|
||||
msgbox gUnknown_08272BCF, MSGBOX_DEFAULT
|
||||
goto EventScript_27EED0
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user