Split files from event_scripts.s

Also move maps/scripts to scripts/maps
This commit is contained in:
Diegoisawesome
2017-11-11 16:10:17 -06:00
parent 2e40384fa2
commit f497c1508b
551 changed files with 16010 additions and 16003 deletions

View File

@@ -2026,7 +2026,7 @@ sub_80B5870: @ 80B5870
bl VarSet
cmp r4, 0
bne _080B58C4
ldr r0, =EventScript_2A4B2A
ldr r0, =EventScript_RepelWoreOff
bl ScriptContext1_SetupScript
movs r0, 0x1
b _080B58C6

View File

@@ -1365,8 +1365,8 @@
.equiv FLAG_0x8A5, CODE_FLAGS + 0x45
.equiv FLAG_0x8A6, CODE_FLAGS + 0x46
.equiv FLAG_0x8A7, CODE_FLAGS + 0x47
.equiv FLAG_0x8A8, CODE_FLAGS + 0x48
.equiv FLAG_0x8A9, CODE_FLAGS + 0x49
.equiv FLAG_UNLOCK_BATTLE_FRONTIER, CODE_FLAGS + 0x48
.equiv FLAG_UNLOCK_SOUTHERN_ISLAND, CODE_FLAGS + 0x49
.equiv FLAG_0x8AA, CODE_FLAGS + 0x4A
.equiv FLAG_SYS_PC_LANETTE, CODE_FLAGS + 0x4B

File diff suppressed because it is too large Load Diff

261
data/scripts/berry_tree.inc Normal file
View File

@@ -0,0 +1,261 @@
BerryTreeScript:: @ 82742F9
special FieldObjectInteractionGetBerryTreeData
switch VAR_0x8004
case 255, Route102_EventScript_27434F
case 0, Route102_EventScript_274359
case 1, Route102_EventScript_2743B1
case 2, Route102_EventScript_2743C1
case 3, Route102_EventScript_2743D1
case 4, Route102_EventScript_2743E1
case 5, Route102_EventScript_274421
end
Route102_EventScript_27434F:: @ 827434F
lockall
message Route102_Text_274744
waitmessage
waitbuttonpress
releaseall
end
Route102_EventScript_274359:: @ 8274359
lock
faceplayer
specialvar VAR_RESULT, PlayerHasBerries
compare_var_to_value VAR_RESULT, 1
goto_eq Route102_EventScript_274374
message Route102_Text_2744F0
waitmessage
waitbuttonpress
release
end
Route102_EventScript_274374:: @ 8274374
msgbox Route102_Text_274507, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route102_EventScript_274393
compare_var_to_value VAR_RESULT, 0
goto_eq Route102_EventScript_2743AF
end
Route102_EventScript_274393:: @ 8274393
fadescreen 1
closemessage
special Bag_ChooseBerry
waitstate
compare_var_to_value VAR_ITEM_ID, 0
goto_eq Route102_EventScript_2743AF
takeitem VAR_ITEM_ID, 1
call Route102_EventScript_2744DD
Route102_EventScript_2743AF:: @ 82743AF
release
end
Route102_EventScript_2743B1:: @ 82743B1
lockall
special FieldObjectInteractionGetBerryCountString
message Route102_Text_274560
waitmessage
waitbuttonpress
goto Route102_EventScript_27448D
Route102_EventScript_2743C1:: @ 82743C1
lockall
special FieldObjectInteractionGetBerryName
message Route102_Text_274579
waitmessage
waitbuttonpress
goto Route102_EventScript_27448D
Route102_EventScript_2743D1:: @ 82743D1
lockall
special FieldObjectInteractionGetBerryName
message Route102_Text_27458A
waitmessage
waitbuttonpress
goto Route102_EventScript_27448D
Route102_EventScript_2743E1:: @ 82743E1
call Route102_EventScript_2743F6
lockall
special FieldObjectInteractionGetBerryName
message Route102_Text_2745AB
waitmessage
waitbuttonpress
goto Route102_EventScript_27448D
Route102_EventScript_2743F6:: @ 82743F6
compare_var_to_value VAR_0x8005, 0
goto_eq Route102_EventScript_27441A
compare_var_to_value VAR_0x8005, 4
goto_eq Route102_EventScript_274413
bufferstring 1, Route102_Text_2745E5
return
Route102_EventScript_274413:: @ 8274413
bufferstring 1, Route102_Text_2745CD
return
Route102_EventScript_27441A:: @ 827441A
bufferstring 1, Route102_Text_2745DE
return
Route102_EventScript_274421:: @ 8274421
buffernumberstring 1, VAR_0x8006
lock
faceplayer
special FieldObjectInteractionGetBerryCountString
msgbox Route102_Text_2745EE, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route102_EventScript_274448
compare_var_to_value VAR_RESULT, 0
goto_eq Route102_EventScript_274479
Route102_EventScript_274448:: @ 8274448
special FieldObjectInteractionPickBerryTree
compare_var_to_value VAR_0x8004, 0
goto_eq Route102_EventScript_274470
special sub_80EED34
special FieldObjectInteractionRemoveBerryTree
message Route102_Text_27461B
playfanfare BGM_ME_KINOMI
waitmessage
waitfanfare
waitbuttonpress
message Route102_Text_274630
waitmessage
waitbuttonpress
release
end
Route102_EventScript_274470:: @ 8274470
message Route102_Text_27468F
waitmessage
waitbuttonpress
release
end
Route102_EventScript_274479:: @ 8274479
message Route102_Text_2746CB
waitmessage
waitbuttonpress
release
end
Route102_EventScript_274482:: @ 8274482
lockall
special FieldObjectInteractionGetBerryTreeData
call Route102_EventScript_2744DD
releaseall
end
Route102_EventScript_27448D:: @ 827448D
checkitem ITEM_WAILMER_PAIL, 1
compare_var_to_value VAR_RESULT, 0
goto_eq Route102_EventScript_2744BE
special FieldObjectInteractionGetBerryName
msgbox Route102_Text_2746E4, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route102_EventScript_2744C4
compare_var_to_value VAR_RESULT, 0
goto_eq Route102_EventScript_2744BE
Route102_EventScript_2744BE:: @ 82744BE
releaseall
end
Route102_EventScript_2744C0:: @ 82744C0
special FieldObjectInteractionGetBerryTreeData
lockall
Route102_EventScript_2744C4:: @ 82744C4
special FieldObjectInteractionGetBerryName
message Route102_Text_274710
waitmessage
special FieldObjectInteractionWaterBerryTree
special sub_80FAFF8
waitstate
message Route102_Text_274723
waitmessage
waitbuttonpress
releaseall
end
Route102_EventScript_2744DD:: @ 82744DD
special FieldObjectInteractionPlantBerryTree
incrementgamestat 3
special sub_80EED10
special FieldObjectInteractionGetBerryCountString
message Route102_Text_274535
waitmessage
waitbuttonpress
return
Route102_Text_2744F0: @ 82744F0
.string "Its soft, loamy soil.$"
Route102_Text_274507: @ 8274507
.string "Its soft, loamy soil.\n"
.string "Want to plant a BERRY?$"
Route102_Text_274535: @ 8274535
.string "{PLAYER} planted one {STR_VAR_1} in\n"
.string "the soft, loamy soil.$"
Route102_Text_274560: @ 8274560
.string "One {STR_VAR_1} was planted here.$"
Route102_Text_274579: @ 8274579
.string "{STR_VAR_1} has sprouted.$"
Route102_Text_27458A: @ 827458A
.string "This {STR_VAR_1} plant is growing taller.$"
Route102_Text_2745AB: @ 82745AB
.string "These {STR_VAR_1} flowers are blooming\n"
.string "{STR_VAR_2}.$"
Route102_Text_2745CD: @ 82745CD
.string "very beautifully$"
Route102_Text_2745DE: @ 82745DE
.string "cutely$"
Route102_Text_2745E5: @ 82745E5
.string "prettily$"
Route102_Text_2745EE: @ 82745EE
.string "You found {STR_VAR_2} {STR_VAR_1}!\p"
.string "Do you want to pick the\n"
.string "{STR_VAR_1}?$"
Route102_Text_27461B: @ 827461B
.string "{PLAYER} picked the {STR_VAR_2} {STR_VAR_1}.$"
Route102_Text_274630: @ 8274630
.string "{PLAYER} put away the {STR_VAR_1}\n"
.string "in the BAGs BERRIES POCKET.\p"
.string "The soil returned to its soft and\n"
.string "loamy state.$"
Route102_Text_27468F: @ 827468F
.string "The BAGs BERRIES POCKET is full.\p"
.string "The {STR_VAR_1} couldnt be taken.$"
Route102_Text_2746CB: @ 82746CB
.string "{PLAYER} left the {STR_VAR_1}\n"
.string "unpicked.$"
Route102_Text_2746E4: @ 82746E4
.string "Want to water the {STR_VAR_1} with the\n"
.string "WAILMER PAIL?$"
Route102_Text_274710: @ 8274710
.string "{PLAYER} watered the {STR_VAR_1}.$"
Route102_Text_274723: @ 8274723
.string "The plant seems to be delighted.$"
Route102_Text_274744: @ 8274744
.string "!$"

2124
data/scripts/cable_club.inc Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

439
data/scripts/day_care.inc Normal file
View File

@@ -0,0 +1,439 @@
Route117_EventScript_291C18:: @ 8291C18
lock
faceplayer
special sp0B5_daycare
specialvar VAR_RESULT, sp0B6_daycare
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_EventScript_291C4D
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_EventScript_291CD1
compare_var_to_value VAR_RESULT, 3
goto_eq Route117_EventScript_291CE8
msgbox Route117_Text_291FCF, 4
release
end
Route117_EventScript_291C4D:: @ 8291C4D
msgbox Route117_Text_29205D, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_EventScript_291C83
msgbox Route117_Text_2922C6, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_EventScript_291C83
msgbox Route117_Text_292149, 4
clearflag FLAG_0x086
special sub_8070728
release
end
Route117_EventScript_291C83:: @ 8291C83
specialvar VAR_RESULT, CalculatePlayerPartyCount
compare_var_to_value VAR_RESULT, 6
goto_if 5, Route117_EventScript_291C9D
msgbox Route117_Text_29216A, 4
release
end
Route117_EventScript_291C9D:: @ 8291C9D
message Route117_Text_2921A4
playfanfare BGM_FANFA1
waitfanfare
waitbuttonpress
msgbox Route117_Text_2921CF, 4
special sp0B8_daycare
clearflag FLAG_0x086
release
end
Route117_EventScript_291CB7:: @ 8291CB7
specialvar VAR_RESULT, sub_8071614
compare_var_to_value VAR_RESULT, 1
call_if 1, Route117_EventScript_291CC8
return
Route117_EventScript_291CC8:: @ 8291CC8
msgbox Route117_Text_2921E5, 4
return
Route117_EventScript_291CD1:: @ 8291CD1
special sp0B5_daycare
msgbox Route117_Text_292114, 4
setvar VAR_0x8004, 0
call Route117_EventScript_291CB7
release
end
Route117_EventScript_291CE8:: @ 8291CE8
special sp0B5_daycare
msgbox Route117_Text_292299, 4
special sp0B9_daycare_relationship_comment
special sub_8138AC0
waitmessage
waitbuttonpress
setvar VAR_0x8004, 0
call Route117_EventScript_291CB7
setvar VAR_0x8004, 1
call Route117_EventScript_291CB7
release
end
Route117_PokemonDayCare_EventScript_291D11:: @ 8291D11
lock
faceplayer
specialvar VAR_RESULT, sp0B6_daycare
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291E0B
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291E2F
compare_var_to_value VAR_RESULT, 3
goto_eq Route117_PokemonDayCare_EventScript_291F5C
msgbox Route117_PokemonDayCare_Text_2922F4, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291D56
msgbox Route117_PokemonDayCare_Text_292416, 4
release
end
Route117_PokemonDayCare_EventScript_291D56:: @ 8291D56
specialvar VAR_RESULT, sub_80C7008
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291DED
specialvar VAR_RESULT, sub_80722E0
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291E01
msgbox Route117_PokemonDayCare_Text_292349, 4
fadescreen 1
special sub_8071330
waitstate
compare_var_to_value VAR_0x8004, 255
goto_eq Route117_PokemonDayCare_EventScript_291DCA
specialvar VAR_RESULT, sub_80C70AC
compare_var_to_value VAR_RESULT, 0
goto_eq Route117_PokemonDayCare_EventScript_291DF7
specialvar VAR_0x8005, sub_8070C58
waitse
playmoncry VAR_0x8005, 0
msgbox Route117_PokemonDayCare_Text_292370, 4
waitmoncry
special daycare_send_selected_pokemon
incrementgamestat 47
specialvar VAR_RESULT, sp0B6_daycare
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291DD4
release
end
Route117_PokemonDayCare_EventScript_291DCA:: @ 8291DCA
msgbox Route117_PokemonDayCare_Text_292476, 4
release
end
Route117_PokemonDayCare_EventScript_291DD4:: @ 8291DD4
msgbox Route117_PokemonDayCare_Text_2923AF, 5
compare_var_to_value 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
release
end
Route117_PokemonDayCare_EventScript_291DF7:: @ 8291DF7
msgbox Route117_PokemonDayCare_Text_292617, 4
release
end
Route117_PokemonDayCare_EventScript_291E01:: @ 8291E01
msgbox Route117_PokemonDayCare_Text_29266D, 4
release
end
Route117_PokemonDayCare_EventScript_291E0B:: @ 8291E0B
msgbox Route117_PokemonDayCare_Text_2923F6, 4
release
end
Route117_PokemonDayCare_EventScript_291E15:: @ 8291E15
msgbox Route117_PokemonDayCare_Text_2924CC, 4
return
Route117_PokemonDayCare_EventScript_291E1E:: @ 8291E1E
specialvar VAR_RESULT, sub_806FF30
compare_var_to_value VAR_RESULT, 0
call_if 5, Route117_PokemonDayCare_EventScript_291E15
return
Route117_PokemonDayCare_EventScript_291E2F:: @ 8291E2F
msgbox Route117_PokemonDayCare_Text_292488, 4
setvar VAR_0x8004, 0
call Route117_PokemonDayCare_EventScript_291E1E
msgbox Route117_PokemonDayCare_Text_2923AF, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291D56
msgbox Route117_PokemonDayCare_Text_2925F6, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291E6D
goto Route117_PokemonDayCare_EventScript_291DCA
end
Route117_PokemonDayCare_EventScript_291E6D:: @ 8291E6D
specialvar VAR_RESULT, CalculatePlayerPartyCount
compare_var_to_value VAR_RESULT, 6
goto_eq Route117_PokemonDayCare_EventScript_291F3D
specialvar VAR_RESULT, sp0B6_daycare
setvar VAR_0x8004, 0
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291EAC
special sub_80712C0
waitstate
copyvar VAR_0x8004, VAR_RESULT
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291DCA
goto Route117_PokemonDayCare_EventScript_291EAC
end
Route117_PokemonDayCare_EventScript_291EAC:: @ 8291EAC
special sub_806FED8
msgbox Route117_PokemonDayCare_Text_292549, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291EC8
goto Route117_PokemonDayCare_EventScript_291DCA
end
Route117_PokemonDayCare_EventScript_291EC8:: @ 8291EC8
specialvar VAR_RESULT, IsEnoughForCostInVar0x8005
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291EE2
msgbox Route117_PokemonDayCare_Text_292432, 4
release
end
Route117_PokemonDayCare_EventScript_291EE2:: @ 8291EE2
applymovement 1, Route117_PokemonDayCare_Movement_291F47
waitmovement 0
specialvar VAR_RESULT, sub_806FDC4
special SubtractMoneyFromVar0x8005
playse SE_REGI
msgbox Route117_PokemonDayCare_Text_292575, 4
waitse
playmoncry VAR_RESULT, 0
msgbox Route117_PokemonDayCare_Text_292593, 4
waitmoncry
specialvar VAR_RESULT, sp0B6_daycare
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291F24
goto Route117_PokemonDayCare_EventScript_291DCA
end
Route117_PokemonDayCare_EventScript_291F24:: @ 8291F24
msgbox Route117_PokemonDayCare_Text_29244F, 5
compare_var_to_value 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
release
end
Route117_PokemonDayCare_Movement_291F47: @ 8291F47
step_14
step_14
step_02
step_14
step_14
step_03
step_14
step_14
step_01
slow_step_up
step_54
step_14
step_14
step_14
step_14
step_14
step_00
step_55
slow_step_down
step_end
Route117_PokemonDayCare_EventScript_291F5B:: @ 8291F5B
end
Route117_PokemonDayCare_EventScript_291F5C:: @ 8291F5C
msgbox Route117_PokemonDayCare_Text_292488, 4
setvar VAR_0x8004, 0
call Route117_PokemonDayCare_EventScript_291E1E
setvar VAR_0x8004, 1
call Route117_PokemonDayCare_EventScript_291E1E
msgbox Route117_PokemonDayCare_Text_2925F6, 5
compare_var_to_value VAR_RESULT, 1
goto_eq Route117_PokemonDayCare_EventScript_291E6D
msgbox Route117_PokemonDayCare_Text_292476, 4
release
end
Route117_PokemonDayCare_EventScript_291F95:: @ 8291F95
special sub_80712C0
waitstate
compare_var_to_value VAR_RESULT, 2
goto_eq Route117_PokemonDayCare_EventScript_291DCA
copyvar VAR_0x8004, VAR_RESULT
specialvar VAR_RESULT, sub_806FDC4
msgbox Route117_PokemonDayCare_Text_292575, 4
msgbox Route117_PokemonDayCare_Text_292476, 4
release
end
Route117_PokemonDayCare_EventScript_291FC0:: @ 8291FC0
lockall
msgbox Text_292668, 4
special EggHatch
waitstate
releaseall
end
Route117_Text_291FCF: @ 8291FCF
.string "Im the DAY-CARE MAN.\p"
.string "I help take care of the precious\n"
.string "POKéMON of TRAINERS.\p"
.string "If youd like me to raise your POKéMON,\n"
.string "have a word with my wife.$"
Route117_Text_29205D: @ 829205D
.string "Ah, its 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 dont 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, its you! Good to see you.\n"
.string "Your {STR_VAR_1}s doing fine.$"
Route117_Text_292149: @ 8292149
.string "Well then, Ill keep it.\n"
.string "Thanks!$"
Route117_Text_29216A: @ 829216A
.string "You have no room for it…\n"
.string "Come back when youve made room.$"
Route117_Text_2921A4: @ 82921A4
.string "{PLAYER} received the EGG from\n"
.string "the DAY-CARE MAN.$"
Route117_Text_2921CF: @ 82921CF
.string "Take good care of it.$"
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 "I may even have seen it receiving\n"
.string "a piece of MAIL.$"
Route117_Text_29225A: @ 829225A
.string "If you want to pick up your POKéMON,\n"
.string "have a word with my wife.$"
Route117_Text_292299: @ 8292299
.string "Ah, its you! Your {STR_VAR_1} and\n"
.string "{STR_VAR_2} are doing fine.$"
Route117_Text_2922C6: @ 82922C6
.string "I really will keep it.\n"
.string "You do want this, yes?$"
Route117_PokemonDayCare_Text_2922F4: @ 82922F4
.string "Im the DAY-CARE LADY.\p"
.string "We can raise POKéMON for you.\p"
.string "Would you like us to raise one?$"
Route117_PokemonDayCare_Text_292349: @ 8292349
.string "Which POKéMON should we raise for\n"
.string "you?$"
Route117_PokemonDayCare_Text_292370: @ 8292370
.string "Fine, well raise your {STR_VAR_1}\n"
.string "for a while.\p"
.string "Come back for it later.$"
Route117_PokemonDayCare_Text_2923AF: @ 82923AF
.string "We can raise two of your POKéMON.\n"
.string "Would you like us to raise one more?$"
Route117_PokemonDayCare_Text_2923F6: @ 82923F6
.string "My husband was looking for you.$"
Route117_PokemonDayCare_Text_292416: @ 8292416
.string "Oh, fine, then.\n"
.string "Come again.$"
Route117_PokemonDayCare_Text_292432: @ 8292432
.string "You dont have enough money…$"
Route117_PokemonDayCare_Text_29244F: @ 829244F
.string "Will you take back the other one,\n"
.string "too?$"
Route117_PokemonDayCare_Text_292476: @ 8292476
.string "Fine.\n"
.string "Come again.$"
Route117_PokemonDayCare_Text_292488: @ 8292488
.string "Ah, its you! Good to see you.\n"
.string "Your POKéMON can only be doing good!$"
Route117_PokemonDayCare_Text_2924CC: @ 82924CC
.string "By level, your {STR_VAR_1} has\n"
.string "grown by {STR_VAR_2}.$"
Route117_PokemonDayCare_Text_2924EF: @ 82924EF
.string "Your POKéMON team is full.\n"
.string "Make room, then come see me.$"
Route117_PokemonDayCare_Text_292527: @ 8292527
.string "Which POKéMON will you take back?$"
Route117_PokemonDayCare_Text_292549: @ 8292549
.string "If you want your {STR_VAR_1} back,\n"
.string "it will cost ¥{STR_VAR_2}.$"
Route117_PokemonDayCare_Text_292575: @ 8292575
.string "Perfect!\n"
.string "Heres your POKéMON.$"
Route117_PokemonDayCare_Text_292593: @ 8292593
.string "{PLAYER} took back {STR_VAR_1} from\n"
.string "the DAY-CARE LADY.$"
Route117_PokemonDayCare_Text_2925BB: @ 82925BB
.string "Oh? But you have just one\n"
.string "POKéMON.\p"
.string "Come back another time.$"
Route117_PokemonDayCare_Text_2925F6: @ 82925F6
.string "Will you take your POKéMON back?$"
Route117_PokemonDayCare_Text_292617: @ 8292617
.string "If you leave me that POKéMON,\n"
.string "what will you battle with?\p"
.string "Come back another time.$"
Text_292668: @ 8292668
.string "Huh?$"
Route117_PokemonDayCare_Text_29266D: @ 829266D
.string "Huh?\n"
.string "Now, now.\p"
.string "If you leave that POKéMON with\n"
.string "me, youll be left with just one.\p"
.string "You will be better off if you catch\n"
.string "some more, I dare say.$"

View File

@@ -0,0 +1,336 @@
PetalburgWoods_EventScript_2906BB:: @ 82906BB
Route103_EventScript_2906BB:: @ 82906BB
Route104_EventScript_2906BB:: @ 82906BB
Route110_TrickHousePuzzle1_EventScript_2906BB:: @ 82906BB
Route111_EventScript_2906BB:: @ 82906BB
Route116_EventScript_2906BB:: @ 82906BB
Route117_EventScript_2906BB:: @ 82906BB
Route118_EventScript_2906BB:: @ 82906BB
Route120_EventScript_2906BB:: @ 82906BB
Route121_EventScript_2906BB:: @ 82906BB
Route123_EventScript_2906BB:: @ 82906BB
lockall
checkflag FLAG_BADGE01_GET
goto_if 0, Route103_EventScript_290721
checkpartymove MOVE_CUT
compare_var_to_value VAR_RESULT, 6
goto_eq Route103_EventScript_290721
setfieldeffectargument 0, VAR_RESULT
bufferpartymonnick 0, VAR_RESULT
buffermovename 1, MOVE_CUT
msgbox Route103_Text_29072E, 5
compare_var_to_value VAR_RESULT, 0
goto_eq Route103_EventScript_29072B
msgbox Route103_Text_290771, 4
closemessage
dofieldeffect 2
waitstate
goto Route103_EventScript_290710
end
Route103_EventScript_290705:: @ 8290705
lockall
dofieldeffect 2
waitstate
goto Route103_EventScript_290710
end
Route103_EventScript_290710:: @ 8290710
applymovement VAR_LAST_TALKED, Route103_Movement_29071F
waitmovement 0
removeobject VAR_LAST_TALKED
releaseall
end
Route103_Movement_29071F: @ 829071F
step_5b
step_end
Route103_EventScript_290721:: @ 8290721
msgbox Route103_Text_29077D, 4
releaseall
end
Route103_EventScript_29072B:: @ 829072B
closemessage
releaseall
end
Route103_Text_29072E: @ 829072E
.string "This tree looks like it can be\n"
.string "CUT down!\p"
.string "Would you like to CUT it?$"
Route103_Text_290771: @ 8290771
Route111_Text_290771: @ 8290771
.string "{STR_VAR_1} used {STR_VAR_2}!$"
Route103_Text_29077D: @ 829077D
.string "This tree looks like it can be\n"
.string "CUT down!$"
GraniteCave_B2F_EventScript_2907A6:: @ 82907A6
MirageTower_3F_EventScript_2907A6:: @ 82907A6
MirageTower_4F_EventScript_2907A6:: @ 82907A6
Route110_TrickHousePuzzle3_EventScript_2907A6:: @ 82907A6
Route111_EventScript_2907A6:: @ 82907A6
Route114_EventScript_2907A6:: @ 82907A6
Route115_EventScript_2907A6:: @ 82907A6
RusturfTunnel_EventScript_2907A6:: @ 82907A6
SafariZone_North_EventScript_2907A6:: @ 82907A6
SafariZone_Northeast_EventScript_2907A6:: @ 82907A6
SeafloorCavern_Room1_EventScript_2907A6:: @ 82907A6
SeafloorCavern_Room2_EventScript_2907A6:: @ 82907A6
SeafloorCavern_Room5_EventScript_2907A6:: @ 82907A6
VictoryRoad_B1F_EventScript_2907A6:: @ 82907A6
lockall
checkflag FLAG_BADGE03_GET
goto_if 0, Route111_EventScript_29082D
checkpartymove MOVE_ROCK_SMASH
compare_var_to_value VAR_RESULT, 6
goto_eq Route111_EventScript_29082D
setfieldeffectargument 0, VAR_RESULT
bufferpartymonnick 0, VAR_RESULT
buffermovename 1, MOVE_ROCK_SMASH
msgbox Route111_Text_29083A, 5
compare_var_to_value VAR_RESULT, 0
goto_eq Route111_EventScript_290837
msgbox Route111_Text_290771, 4
closemessage
dofieldeffect 37
waitstate
goto Route111_EventScript_2907FB
end
Route111_EventScript_2907F0:: @ 82907F0
lockall
dofieldeffect 37
waitstate
goto Route111_EventScript_2907FB
end
Route111_EventScript_2907FB:: @ 82907FB
applymovement VAR_LAST_TALKED, Route111_Movement_29082B
waitmovement 0
removeobject VAR_LAST_TALKED
specialvar VAR_RESULT, sub_81393FC
compare_var_to_value VAR_RESULT, 1
goto_eq Route111_EventScript_290829
special rock_smash_wild_pokemon_encounter
compare_var_to_value VAR_RESULT, 0
goto_eq Route111_EventScript_290829
waitstate
releaseall
end
Route111_EventScript_290829:: @ 8290829
releaseall
end
Route111_Movement_29082B: @ 829082B
step_5a
step_end
Route111_EventScript_29082D:: @ 829082D
msgbox Route111_Text_29087F, 4
releaseall
end
Route111_EventScript_290837:: @ 8290837
closemessage
releaseall
end
Route111_Text_29083A: @ 829083A
.string "This rock appears to be breakable.\n"
.string "Would you like to use ROCK SMASH?$"
Route111_Text_29087F: @ 829087F
.string "Its a rugged rock, but a POKéMON\n"
.string "may be able to smash it.$"
FieryPath_EventScript_2908BA:: @ 82908BA
MagmaHideout_1F_EventScript_2908BA:: @ 82908BA
Route110_TrickHousePuzzle4_EventScript_2908BA:: @ 82908BA
SeafloorCavern_Room1_EventScript_2908BA:: @ 82908BA
SeafloorCavern_Room2_EventScript_2908BA:: @ 82908BA
SeafloorCavern_Room3_EventScript_2908BA:: @ 82908BA
SeafloorCavern_Room5_EventScript_2908BA:: @ 82908BA
SeafloorCavern_Room8_EventScript_2908BA:: @ 82908BA
ShoalCave_LowTideLowerRoom_EventScript_2908BA:: @ 82908BA
VictoryRoad_B1F_EventScript_2908BA:: @ 82908BA
lockall
checkflag FLAG_BADGE04_GET
goto_if 0, FieryPath_EventScript_290915
checkflag FLAG_SYS_USE_STRENGTH
goto_eq FieryPath_EventScript_29091F
checkpartymove MOVE_STRENGTH
compare_var_to_value VAR_RESULT, 6
goto_eq FieryPath_EventScript_290915
setfieldeffectargument 0, VAR_RESULT
msgbox FieryPath_Text_29092C, 5
compare_var_to_value VAR_RESULT, 0
goto_eq FieryPath_EventScript_290929
closemessage
dofieldeffect 40
waitstate
goto FieryPath_EventScript_290908
end
FieryPath_EventScript_2908FD:: @ 82908FD
lockall
dofieldeffect 40
waitstate
goto FieryPath_EventScript_290908
end
FieryPath_EventScript_290908:: @ 8290908
setflag FLAG_SYS_USE_STRENGTH
msgbox FieryPath_Text_29098C, 4
releaseall
end
FieryPath_EventScript_290915:: @ 8290915
msgbox FieryPath_Text_2909D6, 4
releaseall
end
FieryPath_EventScript_29091F:: @ 829091F
msgbox FieryPath_Text_290A16, 4
releaseall
end
FieryPath_EventScript_290929:: @ 8290929
closemessage
releaseall
end
FieryPath_Text_29092C: @ 829092C
.string "Its 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 "possible to move boulders around!$"
FieryPath_Text_2909D6: @ 82909D6
.string "Its a big boulder, but a POKéMON\n"
.string "may be able to push it aside.$"
FieryPath_Text_290A16: @ 8290A16
.string "STRENGTH made it possible to move\n"
.string "boulders around.$"
EventScript_290A49:: @ 8290A49
lockall
checkpartymove MOVE_WATERFALL
compare_var_to_value VAR_RESULT, 6
goto_eq EventScript_290A84
bufferpartymonnick 0, VAR_RESULT
setfieldeffectargument 0, VAR_RESULT
msgbox Text_290AC3, 5
compare_var_to_value VAR_RESULT, 0
goto_eq EventScript_290A8C
msgbox Text_290AFC, 4
dofieldeffect 43
goto EventScript_290A8C
EventScript_290A83:: @ 8290A83
lockall
EventScript_290A84:: @ 8290A84
msgbox Text_290A8E, 4
EventScript_290A8C:: @ 8290A8C
releaseall
end
Text_290A8E: @ 8290A8E
.string "A wall of water is crashing down with\n"
.string "a mighty roar.$"
Text_290AC3: @ 8290AC3
.string "Its a large waterfall.\n"
.string "Would you like to use WATERFALL?$"
Text_290AFC: @ 8290AFC
.string "{STR_VAR_1} used WATERFALL.$"
EventScript_290B0F:: @ 8290B0F
lockall
checkpartymove MOVE_DIVE
compare_var_to_value VAR_RESULT, 6
goto_eq EventScript_290B4E
bufferpartymonnick 0, VAR_RESULT
setfieldeffectargument 0, VAR_RESULT
setfieldeffectargument 1, 1
msgbox Text_290BE8, 5
compare_var_to_value VAR_RESULT, 0
goto_eq EventScript_290B58
msgbox Text_290C1A, 4
dofieldeffect 44
goto EventScript_290B58
end
EventScript_290B4E:: @ 8290B4E
msgbox Text_290BAA, 4
releaseall
end
EventScript_290B58:: @ 8290B58
releaseall
end
EventScript_290B5A:: @ 8290B5A
lockall
checkpartymove MOVE_DIVE
compare_var_to_value VAR_RESULT, 6
goto_eq EventScript_290B99
bufferpartymonnick 0, VAR_RESULT
setfieldeffectargument 0, VAR_RESULT
setfieldeffectargument 1, 1
msgbox Text_290C6E, 5
compare_var_to_value VAR_RESULT, 0
goto_eq EventScript_290BA8
msgbox Text_290C1A, 4
dofieldeffect 44
goto EventScript_290BA8
end
EventScript_290B99:: @ 8290B99
lockall
msgbox Text_290C28, 4
goto EventScript_290BA8
end
EventScript_290BA8:: @ 8290BA8
releaseall
end
Text_290BAA: @ 8290BAA
.string "The sea is deep here. A POKéMON\n"
.string "may be able to go underwater.$"
Text_290BE8: @ 8290BE8
.string "The sea is deep here.\n"
.string "Would you like to use DIVE?$"
Text_290C1A: @ 8290C1A
.string "{STR_VAR_1} used DIVE.$"
Text_290C28: @ 8290C28
.string "Light is filtering down from above.\n"
.string "A POKéMON may be able to surface.$"
Text_290C6E: @ 8290C6E
.string "Light is filtering down from above.\n"
.string "Would you like to use DIVE?$"
EventScript_290CAE:: @ 8290CAE
msgbox Text_290CB7, 3
end
Text_290CB7: @ 8290CB7
.string "Looks like theres nothing here…$"

View File

@@ -0,0 +1,339 @@
EventScript_28CCAA:: @ 828CCAA
setvar VAR_0x8005, 8
special InterviewBefore
compare_var_to_value VAR_RESULT, 1
goto_eq EventScript_28CCC6
setvar VAR_0x8005, 8
special InterviewAfter
return
EventScript_28CCC6:: @ 828CCC6
return
Route111_EventScript_28CCC7:: @ 828CCC7
Route118_EventScript_28CCC7:: @ 828CCC7
Route120_EventScript_28CCC7:: @ 828CCC7
cleartrainerflag TRAINER_GABBY_AND_TY_6
specialvar VAR_RESULT, GabbyAndTyGetBattleNum
switch VAR_RESULT
case 0, Route111_EventScript_28CD38
case 1, Route111_EventScript_28CD3E
case 2, Route111_EventScript_28CD49
case 3, Route111_EventScript_28CD54
case 4, Route111_EventScript_28CD5F
case 5, Route111_EventScript_28CD6A
case 6, Route111_EventScript_28CD75
case 7, Route111_EventScript_28CD80
case 8, Route111_EventScript_28CD8B
end
Route111_EventScript_28CD38:: @ 828CD38
call Route111_EventScript_28CD9A
return
Route111_EventScript_28CD3E:: @ 828CD3E
call Route111_EventScript_28CDA2
call Route111_EventScript_28CD96
return
Route111_EventScript_28CD49:: @ 828CD49
call Route111_EventScript_28CDAA
call Route111_EventScript_28CD9E
return
Route111_EventScript_28CD54:: @ 828CD54
call Route111_EventScript_28CDB2
call Route111_EventScript_28CDA6
return
Route111_EventScript_28CD5F:: @ 828CD5F
call Route111_EventScript_28CDBA
call Route111_EventScript_28CDAE
return
Route111_EventScript_28CD6A:: @ 828CD6A
call Route111_EventScript_28CDC2
call Route111_EventScript_28CDB6
return
Route111_EventScript_28CD75:: @ 828CD75
call Route111_EventScript_28CDCA
call Route111_EventScript_28CDBE
return
Route111_EventScript_28CD80:: @ 828CD80
call Route111_EventScript_28CDD2
call Route111_EventScript_28CDC6
return
Route111_EventScript_28CD8B:: @ 828CD8B
call Route111_EventScript_28CDC2
call Route111_EventScript_28CDCE
return
Route111_EventScript_28CD96:: @ 828CD96
setflag FLAG_0x31C
return
Route111_EventScript_28CD9A:: @ 828CD9A
clearflag FLAG_0x31C
return
Route111_EventScript_28CD9E:: @ 828CD9E
setflag FLAG_0x31D
return
Route111_EventScript_28CDA2:: @ 828CDA2
clearflag FLAG_0x31D
return
Route111_EventScript_28CDA6:: @ 828CDA6
setflag FLAG_0x31E
return
Route111_EventScript_28CDAA:: @ 828CDAA
clearflag FLAG_0x31E
return
Route111_EventScript_28CDAE:: @ 828CDAE
setflag FLAG_0x31F
return
Route111_EventScript_28CDB2:: @ 828CDB2
clearflag FLAG_0x31F
return
Route111_EventScript_28CDB6:: @ 828CDB6
setflag FLAG_0x385
return
Route111_EventScript_28CDBA:: @ 828CDBA
clearflag FLAG_0x385
return
Route111_EventScript_28CDBE:: @ 828CDBE
setflag FLAG_0x386
return
Route111_EventScript_28CDC2:: @ 828CDC2
clearflag FLAG_0x386
return
Route111_EventScript_28CDC6:: @ 828CDC6
setflag FLAG_0x387
return
Route111_EventScript_28CDCA:: @ 828CDCA
clearflag FLAG_0x387
return
Route111_EventScript_28CDCE:: @ 828CDCE
setflag FLAG_0x388
return
Route111_EventScript_28CDD2:: @ 828CDD2
clearflag FLAG_0x388
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
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
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
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
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
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
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
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
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
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
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
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
release
end
Route111_EventScript_28CF56:: @ 828CF56
special GabbyAndTyBeforeInterview
special GabbyAndTySetScriptVarsToFieldObjectLocalIds
compare_var_to_value VAR_FACING, 2
call_if 1, Route111_EventScript_28CF94
compare_var_to_value VAR_FACING, 1
call_if 1, Route111_EventScript_28CF9F
compare_var_to_value VAR_FACING, 4
call_if 1, Route111_EventScript_28CFB1
checkflag FLAG_0x001
goto_eq Route111_EventScript_28D0EE
msgbox Route111_Text_28B042, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28CF94:: @ 828CF94
applymovement VAR_0x8004, Route111_Movement_28D04D
waitmovement 0
return
Route111_EventScript_28CF9F:: @ 828CF9F
applymovement VAR_0x8004, Route111_Movement_28D04F
applymovement VAR_0x8005, Route111_Movement_2725A6
waitmovement 0
return
Route111_EventScript_28CFB1:: @ 828CFB1
applymovement VAR_0x8004, Route111_Movement_28D051
applymovement VAR_0x8005, Route111_Movement_2725A4
waitmovement 0
return
Route111_EventScript_28CFC3:: @ 828CFC3
Route118_EventScript_28CFC3:: @ 828CFC3
Route120_EventScript_28CFC3:: @ 828CFC3
special GabbyAndTyBeforeInterview
special GabbyAndTySetScriptVarsToFieldObjectLocalIds
compare_var_to_value VAR_FACING, 2
call_if 1, Route111_EventScript_28CF94
compare_var_to_value VAR_FACING, 1
call_if 1, Route111_EventScript_28CF9F
compare_var_to_value VAR_FACING, 4
call_if 1, Route111_EventScript_28CFB1
checkflag FLAG_0x001
goto_eq Route111_EventScript_28D0EE
specialvar VAR_RESULT, GabbyAndTyGetLastQuote
compare_var_to_value VAR_RESULT, 0
goto_eq Route111_EventScript_28D053
msgbox Route111_Text_28B137, 4
specialvar VAR_RESULT, GabbyAndTyGetLastBattleTrivia
switch VAR_RESULT
case 0, Route111_EventScript_28D061
case 1, Route111_EventScript_28D06F
case 2, Route111_EventScript_28D07D
case 3, Route111_EventScript_28D08B
case 4, Route111_EventScript_28D099
end
Route111_Movement_28D04D: @ 828D04D
step_1d
step_end
Route111_Movement_28D04F: @ 828D04F
step_1e
step_end
Route111_Movement_28D051: @ 828D051
step_1f
step_end
Route111_EventScript_28D053:: @ 828D053
msgbox Route111_Text_28B62D, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D061:: @ 828D061
msgbox Route111_Text_28B3F3, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D06F:: @ 828D06F
msgbox Route111_Text_28B1B3, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D07D:: @ 828D07D
msgbox Route111_Text_28B23D, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D08B:: @ 828D08B
msgbox Route111_Text_28B2FA, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D099:: @ 828D099
msgbox Route111_Text_28B379, 5
goto Route111_EventScript_28D0A7
end
Route111_EventScript_28D0A7:: @ 828D0A7
compare_var_to_value VAR_RESULT, 0
goto_eq Route111_EventScript_28D0E1
msgbox Route111_Text_28B433, 4
setvar VAR_0x8004, 10
call Route111_EventScript_271E7C
lock
faceplayer
compare_var_to_value VAR_RESULT, 0
goto_eq Route111_EventScript_28D0E1
msgbox Route111_Text_28B4AB, 4
special GabbyAndTyAfterInterview
setflag FLAG_0x001
release
end
Route111_EventScript_28D0E1:: @ 828D0E1
msgbox Route111_Text_28B577, 4
setflag FLAG_0x001
release
end
Route111_EventScript_28D0EE:: @ 828D0EE
msgbox Route111_Text_28B5C0, 4
release
end

View File

@@ -0,0 +1,659 @@
Route102_EventScript_290CD8:: @ 8290CD8
giveitem_std ITEM_POTION, 1, 1
end
Route103_EventScript_290CE5:: @ 8290CE5
giveitem_std ITEM_GUARD_SPEC, 1, 1
end
Route103_EventScript_290CF2:: @ 8290CF2
giveitem_std ITEM_PP_UP, 1, 1
end
Route104_EventScript_290CFF:: @ 8290CFF
giveitem_std ITEM_PP_UP, 1, 1
end
Route104_EventScript_290D0C:: @ 8290D0C
giveitem_std ITEM_POKE_BALL, 1, 1
end
Route104_EventScript_290D19:: @ 8290D19
giveitem_std ITEM_X_ACCURACY, 1, 1
end
Route104_EventScript_290D26:: @ 8290D26
giveitem_std ITEM_POTION, 1, 1
end
Route105_EventScript_290D33:: @ 8290D33
giveitem_std ITEM_IRON, 1, 1
end
Route106_EventScript_290D40:: @ 8290D40
giveitem_std ITEM_PROTEIN, 1, 1
end
Route108_EventScript_290D4D:: @ 8290D4D
giveitem_std ITEM_STAR_PIECE, 1, 1
end
Route109_EventScript_290D5A:: @ 8290D5A
giveitem_std ITEM_PP_UP, 1, 1
end
Route109_EventScript_290D67:: @ 8290D67
giveitem_std ITEM_POTION, 1, 1
end
Route110_EventScript_290D74:: @ 8290D74
giveitem_std ITEM_RARE_CANDY, 1, 1
end
Route110_EventScript_290D81:: @ 8290D81
giveitem_std ITEM_DIRE_HIT, 1, 1
end
Route110_EventScript_290D8E:: @ 8290D8E
giveitem_std ITEM_ELIXIR, 1, 1
end
Route111_EventScript_290D9B:: @ 8290D9B
giveitem_std ITEM_TM37, 1, 1
end
Route111_EventScript_290DA8:: @ 8290DA8
giveitem_std ITEM_STARDUST, 1, 1
end
Route111_EventScript_290DB5:: @ 8290DB5
giveitem_std ITEM_HP_UP, 1, 1
end
Route111_EventScript_290DC2:: @ 8290DC2
giveitem_std ITEM_ELIXIR, 1, 1
end
Route112_EventScript_290DCF:: @ 8290DCF
giveitem_std ITEM_NUGGET, 1, 1
end
Route113_EventScript_290DDC:: @ 8290DDC
giveitem_std ITEM_MAX_ETHER, 1, 1
end
Route113_EventScript_290DE9:: @ 8290DE9
giveitem_std ITEM_SUPER_REPEL, 1, 1
end
Route113_EventScript_290DF6:: @ 8290DF6
giveitem_std ITEM_HYPER_POTION, 1, 1
end
Route114_EventScript_290E03:: @ 8290E03
giveitem_std ITEM_RARE_CANDY, 1, 1
end
Route114_EventScript_290E10:: @ 8290E10
giveitem_std ITEM_PROTEIN, 1, 1
end
Route114_EventScript_290E1D:: @ 8290E1D
giveitem_std ITEM_ENERGY_POWDER, 1, 1
end
Route115_EventScript_290E2A:: @ 8290E2A
giveitem_std ITEM_SUPER_POTION, 1, 1
end
Route115_EventScript_290E37:: @ 8290E37
giveitem_std ITEM_TM01, 1, 1
end
Route115_EventScript_290E44:: @ 8290E44
giveitem_std ITEM_IRON, 1, 1
end
Route115_EventScript_290E51:: @ 8290E51
giveitem_std ITEM_GREAT_BALL, 1, 1
end
Route115_EventScript_290E5E:: @ 8290E5E
giveitem_std ITEM_HEAL_POWDER, 1, 1
end
Route115_EventScript_290E6B:: @ 8290E6B
giveitem_std ITEM_PP_UP, 1, 1
end
Route116_EventScript_290E78:: @ 8290E78
giveitem_std ITEM_X_SPECIAL, 1, 1
end
Route116_EventScript_290E85:: @ 8290E85
giveitem_std ITEM_ETHER, 1, 1
end
Route116_EventScript_290E92:: @ 8290E92
giveitem_std ITEM_REPEL, 1, 1
end
Route116_EventScript_290E9F:: @ 8290E9F
giveitem_std ITEM_HP_UP, 1, 1
end
Route116_EventScript_290EAC:: @ 8290EAC
giveitem_std ITEM_POTION, 1, 1
end
Route117_EventScript_290EB9:: @ 8290EB9
giveitem_std ITEM_GREAT_BALL, 1, 1
end
Route117_EventScript_290EC6:: @ 8290EC6
giveitem_std ITEM_REVIVE, 1, 1
end
Route118_EventScript_290ED3:: @ 8290ED3
giveitem_std ITEM_HYPER_POTION, 1, 1
end
Route119_EventScript_290EE0:: @ 8290EE0
giveitem_std ITEM_SUPER_REPEL, 1, 1
end
Route119_EventScript_290EED:: @ 8290EED
giveitem_std ITEM_ZINC, 1, 1
end
Route119_EventScript_290EFA:: @ 8290EFA
giveitem_std ITEM_ELIXIR, 1, 1
end
Route119_EventScript_290F07:: @ 8290F07
giveitem_std ITEM_LEAF_STONE, 1, 1
end
Route119_EventScript_290F14:: @ 8290F14
giveitem_std ITEM_RARE_CANDY, 1, 1
end
Route119_EventScript_290F21:: @ 8290F21
giveitem_std ITEM_HYPER_POTION, 1, 1
end
Route119_EventScript_290F2E:: @ 8290F2E
giveitem_std ITEM_HYPER_POTION, 1, 1
end
Route119_EventScript_290F3B:: @ 8290F3B
giveitem_std ITEM_ELIXIR, 1, 1
end
Route120_EventScript_290F48:: @ 8290F48
giveitem_std ITEM_NUGGET, 1, 1
end
Route120_EventScript_290F55:: @ 8290F55
giveitem_std ITEM_FULL_HEAL, 1, 1
end
Route120_EventScript_290F62:: @ 8290F62
giveitem_std ITEM_HYPER_POTION, 1, 1
end
Route120_EventScript_290F6F:: @ 8290F6F
giveitem_std ITEM_NEST_BALL, 1, 1
end
Route120_EventScript_290F7C:: @ 8290F7C
giveitem_std ITEM_REVIVE, 1, 1
end
Route121_EventScript_290F89:: @ 8290F89
giveitem_std ITEM_CARBOS, 1, 1
end
Route121_EventScript_290F96:: @ 8290F96
giveitem_std ITEM_REVIVE, 1, 1
end
Route121_EventScript_290FA3:: @ 8290FA3
giveitem_std ITEM_ZINC, 1, 1
end
Route123_EventScript_290FB0:: @ 8290FB0
giveitem_std ITEM_CALCIUM, 1, 1
end
Route123_EventScript_290FBD:: @ 8290FBD
giveitem_std ITEM_ULTRA_BALL, 1, 1
end
Route123_EventScript_290FCA:: @ 8290FCA
giveitem_std ITEM_ELIXIR, 1, 1
end
Route123_EventScript_290FD7:: @ 8290FD7
giveitem_std ITEM_PP_UP, 1, 1
end
Route123_EventScript_290FE4:: @ 8290FE4
giveitem_std ITEM_REVIVAL_HERB, 1, 1
end
Route124_EventScript_290FF1:: @ 8290FF1
giveitem_std ITEM_RED_SHARD, 1, 1
end
Route124_EventScript_290FFE:: @ 8290FFE
giveitem_std ITEM_BLUE_SHARD, 1, 1
end
Route124_EventScript_29100B:: @ 829100B
giveitem_std ITEM_YELLOW_SHARD, 1, 1
end
Route125_EventScript_291018:: @ 8291018
giveitem_std ITEM_BIG_PEARL, 1, 1
end
Route126_EventScript_291025:: @ 8291025
giveitem_std ITEM_GREEN_SHARD, 1, 1
end
Route127_EventScript_291032:: @ 8291032
giveitem_std ITEM_ZINC, 1, 1
end
Route127_EventScript_29103F:: @ 829103F
giveitem_std ITEM_CARBOS, 1, 1
end
Route127_EventScript_29104C:: @ 829104C
giveitem_std ITEM_RARE_CANDY, 1, 1
end
Route132_EventScript_291059:: @ 8291059
giveitem_std ITEM_RARE_CANDY, 1, 1
end
Route132_EventScript_291066:: @ 8291066
giveitem_std ITEM_PROTEIN, 1, 1
end
Route133_EventScript_291073:: @ 8291073
giveitem_std ITEM_BIG_PEARL, 1, 1
end
Route133_EventScript_291080:: @ 8291080
giveitem_std ITEM_STAR_PIECE, 1, 1
end
Route133_EventScript_29108D:: @ 829108D
giveitem_std ITEM_MAX_REVIVE, 1, 1
end
Route134_EventScript_29109A:: @ 829109A
giveitem_std ITEM_CARBOS, 1, 1
end
Route134_EventScript_2910A7:: @ 82910A7
giveitem_std ITEM_STAR_PIECE, 1, 1
end
PetalburgCity_EventScript_2910B4:: @ 82910B4
giveitem_std ITEM_MAX_REVIVE, 1, 1
end
PetalburgCity_EventScript_2910C1:: @ 82910C1
giveitem_std ITEM_ETHER, 1, 1
end
MauvilleCity_EventScript_2910CE:: @ 82910CE
giveitem_std ITEM_X_SPEED, 1, 1
end
RustboroCity_EventScript_2910DB:: @ 82910DB
giveitem_std ITEM_X_DEFEND, 1, 1
end
LilycoveCity_EventScript_2910E8:: @ 82910E8
giveitem_std ITEM_MAX_REPEL, 1, 1
end
MossdeepCity_EventScript_2910F5:: @ 82910F5
giveitem_std ITEM_NET_BALL, 1, 1
end
PetalburgWoods_EventScript_291102:: @ 8291102
giveitem_std ITEM_X_ATTACK, 1, 1
end
PetalburgWoods_EventScript_29110F:: @ 829110F
giveitem_std ITEM_GREAT_BALL, 1, 1
end
PetalburgWoods_EventScript_29111C:: @ 829111C
giveitem_std ITEM_ETHER, 1, 1
end
PetalburgWoods_EventScript_291129:: @ 8291129
giveitem_std ITEM_PARALYZE_HEAL, 1, 1
end
RusturfTunnel_EventScript_291136:: @ 8291136
giveitem_std ITEM_POKE_BALL, 1, 1
end
RusturfTunnel_EventScript_291143:: @ 8291143
giveitem_std ITEM_MAX_ETHER, 1, 1
end
GraniteCave_1F_EventScript_291150:: @ 8291150
giveitem_std ITEM_ESCAPE_ROPE, 1, 1
end
GraniteCave_B1F_EventScript_29115D:: @ 829115D
giveitem_std ITEM_POKE_BALL, 1, 1
end
GraniteCave_B2F_EventScript_29116A:: @ 829116A
giveitem_std ITEM_REPEL, 1, 1
end
GraniteCave_B2F_EventScript_291177:: @ 8291177
giveitem_std ITEM_RARE_CANDY, 1, 1
end
JaggedPass_EventScript_291184:: @ 8291184
giveitem_std ITEM_BURN_HEAL, 1, 1
end
FieryPath_EventScript_291191:: @ 8291191
giveitem_std ITEM_FIRE_STONE, 1, 1
end
FieryPath_EventScript_29119E:: @ 829119E
giveitem_std ITEM_TM06, 1, 1
end
MeteorFalls_1F_1R_EventScript_2911AB:: @ 82911AB
giveitem_std ITEM_TM23, 1, 1
end
MeteorFalls_1F_1R_EventScript_2911B8:: @ 82911B8
giveitem_std ITEM_FULL_HEAL, 1, 1
end
MeteorFalls_1F_1R_EventScript_2911C5:: @ 82911C5
giveitem_std ITEM_MOON_STONE, 1, 1
end
MeteorFalls_1F_1R_EventScript_2911D2:: @ 82911D2
giveitem_std ITEM_PP_UP, 1, 1
end
MeteorFalls_B1F_2R_EventScript_2911DF:: @ 82911DF
giveitem_std ITEM_TM02, 1, 1
end
NewMauville_Inside_EventScript_2911EC:: @ 82911EC
giveitem_std ITEM_ULTRA_BALL, 1, 1
end
NewMauville_Inside_EventScript_2911F9:: @ 82911F9
giveitem_std ITEM_ESCAPE_ROPE, 1, 1
end
NewMauville_Inside_EventScript_291206:: @ 8291206
giveitem_std ITEM_THUNDER_STONE, 1, 1
end
NewMauville_Inside_EventScript_291213:: @ 8291213
giveitem_std ITEM_FULL_HEAL, 1, 1
end
NewMauville_Inside_EventScript_291220:: @ 8291220
giveitem_std ITEM_PARALYZE_HEAL, 1, 1
end
AbandonedShip_Rooms_1F_EventScript_29122D:: @ 829122D
giveitem_std ITEM_HARBOR_MAIL, 1, 1
end
AbandonedShip_Rooms_B1F_EventScript_29123A:: @ 829123A
giveitem_std ITEM_ESCAPE_ROPE, 1, 1
end
AbandonedShip_Rooms2_B1F_EventScript_291247:: @ 8291247
giveitem_std ITEM_DIVE_BALL, 1, 1
end
AbandonedShip_Room_B1F_EventScript_291254:: @ 8291254
giveitem_std ITEM_TM13, 1, 1
end
AbandonedShip_Rooms2_1F_EventScript_291261:: @ 8291261
giveitem_std ITEM_REVIVE, 1, 1
end
AbandonedShip_CaptainsOffice_EventScript_29126E:: @ 829126E
giveitem_std ITEM_STORAGE_KEY, 1, 1
end
AbandonedShip_HiddenFloorRooms_EventScript_29127B:: @ 829127B
giveitem_std ITEM_LUXURY_BALL, 1, 1
end
AbandonedShip_HiddenFloorRooms_EventScript_291288:: @ 8291288
giveitem_std ITEM_SCANNER, 1, 1
end
AbandonedShip_HiddenFloorRooms_EventScript_291295:: @ 8291295
giveitem_std ITEM_WATER_STONE, 1, 1
end
AbandonedShip_HiddenFloorRooms_EventScript_2912A2:: @ 82912A2
giveitem_std ITEM_TM18, 1, 1
end
ScorchedSlab_EventScript_2912AF:: @ 82912AF
giveitem_std ITEM_TM11, 1, 1
end
SafariZone_Northwest_EventScript_2912BC:: @ 82912BC
giveitem_std ITEM_TM22, 1, 1
end
SafariZone_North_EventScript_2912C9:: @ 82912C9
giveitem_std ITEM_CALCIUM, 1, 1
end
SafariZone_Southwest_EventScript_2912D6:: @ 82912D6
giveitem_std ITEM_MAX_REVIVE, 1, 1
end
SafariZone_Northeast_EventScript_2912E3:: @ 82912E3
giveitem_std ITEM_NUGGET, 1, 1
end
SafariZone_Southeast_EventScript_2912F0:: @ 82912F0
giveitem_std ITEM_BIG_PEARL, 1, 1
end
MtPyre_2F_EventScript_2912FD:: @ 82912FD
giveitem_std ITEM_ULTRA_BALL, 1, 1
end
MtPyre_3F_EventScript_29130A:: @ 829130A
giveitem_std ITEM_SUPER_REPEL, 1, 1
end
MtPyre_4F_EventScript_291317:: @ 8291317
giveitem_std ITEM_SEA_INCENSE, 1, 1
end
MtPyre_5F_EventScript_291324:: @ 8291324
giveitem_std ITEM_LAX_INCENSE, 1, 1
end
MtPyre_6F_EventScript_291331:: @ 8291331
giveitem_std ITEM_TM30, 1, 1
end
MtPyre_Exterior_EventScript_29133E:: @ 829133E
giveitem_std ITEM_MAX_POTION, 1, 1
end
MtPyre_Exterior_EventScript_29134B:: @ 829134B
giveitem_std ITEM_TM48, 1, 1
end
AquaHideout_B1F_EventScript_291358:: @ 8291358
giveitem_std ITEM_MASTER_BALL, 1, 1
end
AquaHideout_B1F_EventScript_291365:: @ 8291365
giveitem_std ITEM_NUGGET, 1, 1
end
AquaHideout_B1F_EventScript_291372:: @ 8291372
giveitem_std ITEM_MAX_ELIXIR, 1, 1
end
AquaHideout_B2F_EventScript_29137F:: @ 829137F
giveitem_std ITEM_NEST_BALL, 1, 1
end
AquaHideout_B2F_EventScript_29138C:: @ 829138C
giveitem_std ITEM_MASTER_BALL, 1, 1
end
Route119_EventScript_291399:: @ 8291399
giveitem_std ITEM_NUGGET, 1, 1
end
Route119_EventScript_2913A6:: @ 82913A6
giveitem_std ITEM_MAX_ELIXIR, 1, 1
end
Route119_EventScript_2913B3:: @ 82913B3
giveitem_std ITEM_NEST_BALL, 1, 1
end
ShoalCave_LowTideEntranceRoom_EventScript_2913C0:: @ 82913C0
giveitem_std ITEM_BIG_PEARL, 1, 1
end
ShoalCave_LowTideInnerRoom_EventScript_2913CD:: @ 82913CD
giveitem_std ITEM_RARE_CANDY, 1, 1
end
ShoalCave_LowTideStairsRoom_EventScript_2913DA:: @ 82913DA
giveitem_std ITEM_ICE_HEAL, 1, 1
end
ShoalCave_LowTideIceRoom_EventScript_2913E7:: @ 82913E7
giveitem_std ITEM_TM07, 1, 1
end
ShoalCave_LowTideIceRoom_EventScript_2913F4:: @ 82913F4
giveitem_std ITEM_NEVER_MELT_ICE, 1, 1
end
SeafloorCavern_Room9_EventScript_291401:: @ 8291401
giveitem_std ITEM_TM26, 1, 1
end
Route110_TrickHousePuzzle1_EventScript_29140E:: @ 829140E
giveitem_std ITEM_ORANGE_MAIL, 1, 1
end
Route110_TrickHousePuzzle2_EventScript_29141B:: @ 829141B
giveitem_std ITEM_HARBOR_MAIL, 1, 1
end
Route110_TrickHousePuzzle2_EventScript_291428:: @ 8291428
giveitem_std ITEM_WAVE_MAIL, 1, 1
end
Route110_TrickHousePuzzle3_EventScript_291435:: @ 8291435
giveitem_std ITEM_SHADOW_MAIL, 1, 1
end
Route110_TrickHousePuzzle3_EventScript_291442:: @ 8291442
giveitem_std ITEM_WOOD_MAIL, 1, 1
end
Route110_TrickHousePuzzle4_EventScript_29144F:: @ 829144F
giveitem_std ITEM_MECH_MAIL, 1, 1
end
Route110_TrickHousePuzzle6_EventScript_29145C:: @ 829145C
giveitem_std ITEM_GLITTER_MAIL, 1, 1
end
Route110_TrickHousePuzzle7_EventScript_291469:: @ 8291469
giveitem_std ITEM_TROPIC_MAIL, 1, 1
end
Route110_TrickHousePuzzle8_EventScript_291476:: @ 8291476
giveitem_std ITEM_BEAD_MAIL, 1, 1
end
VictoryRoad_1F_EventScript_291483:: @ 8291483
giveitem_std ITEM_MAX_ELIXIR, 1, 1
end
VictoryRoad_1F_EventScript_291490:: @ 8291490
giveitem_std ITEM_PP_UP, 1, 1
end
VictoryRoad_B1F_EventScript_29149D:: @ 829149D
giveitem_std ITEM_TM29, 1, 1
end
VictoryRoad_B1F_EventScript_2914AA:: @ 82914AA
giveitem_std ITEM_FULL_RESTORE, 1, 1
end
VictoryRoad_B2F_EventScript_2914B7:: @ 82914B7
giveitem_std ITEM_FULL_HEAL, 1, 1
end
ArtisanCave_B1F_EventScript_2914C4:: @ 82914C4
giveitem_std ITEM_HP_UP, 1, 1
end
ArtisanCave_1F_EventScript_2914D1:: @ 82914D1
giveitem_std ITEM_CARBOS, 1, 1
end
MagmaHideout_1F_EventScript_2914DE:: @ 82914DE
giveitem_std ITEM_RARE_CANDY, 1, 1
end
MagmaHideout_2F_2R_EventScript_2914EB:: @ 82914EB
giveitem_std ITEM_MAX_ELIXIR, 1, 1
end
MagmaHideout_2F_2R_EventScript_2914F8:: @ 82914F8
giveitem_std ITEM_FULL_RESTORE, 1, 1
end
MagmaHideout_3F_1R_EventScript_291505:: @ 8291505
giveitem_std ITEM_NUGGET, 1, 1
end
MagmaHideout_3F_2R_EventScript_291512:: @ 8291512
giveitem_std ITEM_PP_MAX, 1, 1
end
MagmaHideout_4F_EventScript_29151F:: @ 829151F
giveitem_std ITEM_MAX_REVIVE, 1, 1
end
MagmaHideout_3F_3R_EventScript_29152C:: @ 829152C
giveitem_std ITEM_ESCAPE_ROPE, 1, 1
end

View File

@@ -4,7 +4,7 @@ BattleFrontier_ReceptionGate_MapScripts:: @ 82661DA
.byte 0
BattleFrontier_ReceptionGate_MapScript1_2661E5: @ 82661E5
setflag FLAG_0x8A8
setflag FLAG_UNLOCK_BATTLE_FRONTIER
end
BattleFrontier_ReceptionGate_MapScript2_2661E9: @ 82661E9

Some files were not shown because too many files have changed in this diff Show More