Document Rock Tunnel scripts

This commit is contained in:
GriffinR 2020-01-28 03:54:45 -05:00
parent 2e934469b8
commit 8a8bb4fb02
6 changed files with 109 additions and 109 deletions

View File

@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "RockTunnel_1F_EventScript_162E73",
"script": "RockTunnel_1F_EventScript_Dana",
"flag": "0"
},
{
@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_1F_EventScript_162E5C",
"script": "RockTunnel_1F_EventScript_Ariana",
"flag": "0"
},
{
@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 5,
"script": "RockTunnel_1F_EventScript_162E45",
"script": "RockTunnel_1F_EventScript_Leah",
"flag": "0"
},
{
@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_1F_EventScript_162E17",
"script": "RockTunnel_1F_EventScript_Lucas",
"flag": "0"
},
{
@ -75,7 +75,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_1F_EventScript_162E00",
"script": "RockTunnel_1F_EventScript_Oliver",
"flag": "0"
},
{
@ -88,7 +88,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_1F_EventScript_162DE9",
"script": "RockTunnel_1F_EventScript_Lenny",
"flag": "0"
},
{
@ -101,7 +101,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "RockTunnel_1F_EventScript_162E2E",
"script": "RockTunnel_1F_EventScript_Ashton",
"flag": "0"
},
{
@ -195,7 +195,7 @@
"x": 14,
"y": 33,
"elevation": 3,
"script": "RockTunnel_1F_EventScript_162DE0"
"script": "RockTunnel_1F_EventScript_RouteSign"
}
]
}

View File

@ -6,41 +6,41 @@ RockTunnel_1F_OnTransition:: @ 8162DDC
setworldmapflag FLAG_WORLD_MAP_ROCK_TUNNEL_1F
end
RockTunnel_1F_EventScript_162DE0:: @ 8162DE0
msgbox gUnknown_817962D, MSGBOX_SIGN
RockTunnel_1F_EventScript_RouteSign:: @ 8162DE0
msgbox RockTunnel_1F_Text_RouteSign, MSGBOX_SIGN
end
RockTunnel_1F_EventScript_162DE9:: @ 8162DE9
trainerbattle_single TRAINER_HIKER_LENNY, Text_179366, Text_179388
msgbox gUnknown_8179396, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Lenny:: @ 8162DE9
trainerbattle_single TRAINER_HIKER_LENNY, RockTunnel_1F_Text_LennyIntro, RockTunnel_1F_Text_LennyDefeat
msgbox RockTunnel_1F_Text_LennyPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E00:: @ 8162E00
trainerbattle_single TRAINER_HIKER_OLIVER, Text_1793F1, Text_17940E
msgbox gUnknown_817943A, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Oliver:: @ 8162E00
trainerbattle_single TRAINER_HIKER_OLIVER, RockTunnel_1F_Text_OliverIntro, RockTunnel_1F_Text_OliverDefeat
msgbox RockTunnel_1F_Text_OliverPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E17:: @ 8162E17
trainerbattle_single TRAINER_HIKER_LUCAS, Text_17947B, Text_1794AC
msgbox gUnknown_81794B4, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Lucas:: @ 8162E17
trainerbattle_single TRAINER_HIKER_LUCAS, RockTunnel_1F_Text_LucasIntro, RockTunnel_1F_Text_LucasDefeat
msgbox RockTunnel_1F_Text_LucasPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E2E:: @ 8162E2E
trainerbattle_single TRAINER_POKEMANIAC_ASHTON, Text_1794D4, Text_1794EE
msgbox gUnknown_81794F9, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Ashton:: @ 8162E2E
trainerbattle_single TRAINER_POKEMANIAC_ASHTON, RockTunnel_1F_Text_AshtonIntro, RockTunnel_1F_Text_AshtonDefeat
msgbox RockTunnel_1F_Text_AshtonPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E45:: @ 8162E45
trainerbattle_single TRAINER_PICNICKER_LEAH, Text_17951C, Text_179547
msgbox gUnknown_8179558, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Leah:: @ 8162E45
trainerbattle_single TRAINER_PICNICKER_LEAH, RockTunnel_1F_Text_LeahIntro, RockTunnel_1F_Text_LeahDefeat
msgbox RockTunnel_1F_Text_LeahPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E5C:: @ 8162E5C
trainerbattle_single TRAINER_PICNICKER_ARIANA, Text_1795E5, Text_179604
msgbox gUnknown_8179613, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Ariana:: @ 8162E5C
trainerbattle_single TRAINER_PICNICKER_ARIANA, RockTunnel_1F_Text_ArianaIntro, RockTunnel_1F_Text_ArianaDefeat
msgbox RockTunnel_1F_Text_ArianaPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_1F_EventScript_162E73:: @ 8162E73
trainerbattle_single TRAINER_PICNICKER_DANA, Text_179577, Text_1795A1
msgbox gUnknown_81795B5, MSGBOX_AUTOCLOSE
RockTunnel_1F_EventScript_Dana:: @ 8162E73
trainerbattle_single TRAINER_PICNICKER_DANA, RockTunnel_1F_Text_DanaIntro, RockTunnel_1F_Text_DanaDefeat
msgbox RockTunnel_1F_Text_DanaPostBattle, MSGBOX_AUTOCLOSE
end

View File

@ -1,83 +1,83 @@
Text_179366:: @ 8179366
RockTunnel_1F_Text_LennyIntro:: @ 8179366
.string "This tunnel goes a long way, kid!$"
Text_179388:: @ 8179388
RockTunnel_1F_Text_LennyDefeat:: @ 8179388
.string "Doh!\n"
.string "You win!$"
gUnknown_8179396:: @ 8179396
RockTunnel_1F_Text_LennyPostBattle:: @ 8179396
.string "Watch for ONIX.\n"
.string "They appear only occasionally.\p"
.string "High-level ones can put the\n"
.string "squeeze on you!$"
Text_1793F1:: @ 81793F1
RockTunnel_1F_Text_OliverIntro:: @ 81793F1
.string "Hmm.\n"
.string "Maybe I'm lost in here…$"
Text_17940E:: @ 817940E
RockTunnel_1F_Text_OliverDefeat:: @ 817940E
.string "Ease up!\n"
.string "What am I doing?\l"
.string "Which way is out?$"
gUnknown_817943A:: @ 817943A
RockTunnel_1F_Text_OliverPostBattle:: @ 817943A
.string "That sleeping POKéMON on ROUTE 12\n"
.string "forced me to take this detour.$"
Text_17947B:: @ 817947B
RockTunnel_1F_Text_LucasIntro:: @ 817947B
.string "Outsiders like you need to show me\n"
.string "some respect!$"
Text_1794AC:: @ 81794AC
RockTunnel_1F_Text_LucasDefeat:: @ 81794AC
.string "I give!$"
gUnknown_81794B4:: @ 81794B4
RockTunnel_1F_Text_LucasPostBattle:: @ 81794B4
.string "You're talented enough to hike!$"
Text_1794D4:: @ 81794D4
RockTunnel_1F_Text_AshtonIntro:: @ 81794D4
.string "POKéMON fight!\n"
.string "Ready, go!$"
Text_1794EE:: @ 81794EE
RockTunnel_1F_Text_AshtonDefeat:: @ 81794EE
.string "Game over!$"
gUnknown_81794F9:: @ 81794F9
RockTunnel_1F_Text_AshtonPostBattle:: @ 81794F9
.string "Oh well, I'll get a ZUBAT as I go!$"
Text_17951C:: @ 817951C
RockTunnel_1F_Text_LeahIntro:: @ 817951C
.string "Eek!\p"
.string "Don't try anything funny in the\n"
.string "dark!$"
Text_179547:: @ 8179547
RockTunnel_1F_Text_LeahDefeat:: @ 8179547
.string "It was too dark…$"
gUnknown_8179558:: @ 8179558
RockTunnel_1F_Text_LeahPostBattle:: @ 8179558
.string "I saw a MACHOP in this tunnel.$"
Text_179577:: @ 8179577
RockTunnel_1F_Text_DanaIntro:: @ 8179577
.string "I came this far looking for wild\n"
.string "POKéMON.$"
Text_1795A1:: @ 81795A1
RockTunnel_1F_Text_DanaDefeat:: @ 81795A1
.string "I'm out of POKéMON!$"
gUnknown_81795B5:: @ 81795B5
RockTunnel_1F_Text_DanaPostBattle:: @ 81795B5
.string "You looked cute and harmless.\n"
.string "Was I ever wrong!$"
Text_1795E5:: @ 81795E5
RockTunnel_1F_Text_ArianaIntro:: @ 81795E5
.string "You have POKéMON!\n"
.string "Let's start!$"
Text_179604:: @ 8179604
RockTunnel_1F_Text_ArianaDefeat:: @ 8179604
.string "You play hard!$"
gUnknown_8179613:: @ 8179613
RockTunnel_1F_Text_ArianaPostBattle:: @ 8179613
.string "Whew!\n"
.string "I'm all sweaty now.$"
gUnknown_817962D:: @ 817962D
RockTunnel_1F_Text_RouteSign:: @ 817962D
.string "ROCK TUNNEL\n"
.string "CERULEAN CITY - LAVENDER TOWN$"

View File

@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "RockTunnel_B1F_EventScript_162EFE",
"script": "RockTunnel_B1F_EventScript_Cooper",
"flag": "0"
},
{
@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_B1F_EventScript_162EB9",
"script": "RockTunnel_B1F_EventScript_Dudley",
"flag": "0"
},
{
@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_B1F_EventScript_162E8B",
"script": "RockTunnel_B1F_EventScript_Sofia",
"flag": "0"
},
{
@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "RockTunnel_B1F_EventScript_162ED0",
"script": "RockTunnel_B1F_EventScript_Allen",
"flag": "0"
},
{
@ -75,7 +75,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "RockTunnel_B1F_EventScript_162EE7",
"script": "RockTunnel_B1F_EventScript_Eric",
"flag": "0"
},
{
@ -88,7 +88,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "RockTunnel_B1F_EventScript_162F15",
"script": "RockTunnel_B1F_EventScript_Steve",
"flag": "0"
},
{
@ -101,7 +101,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "RockTunnel_B1F_EventScript_162EA2",
"script": "RockTunnel_B1F_EventScript_Martha",
"flag": "0"
},
{
@ -114,7 +114,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "RockTunnel_B1F_EventScript_162F2C",
"script": "RockTunnel_B1F_EventScript_Winston",
"flag": "0"
},
{

View File

@ -1,42 +1,42 @@
RockTunnel_B1F_MapScripts:: @ 8162E8A
.byte 0
RockTunnel_B1F_EventScript_162E8B:: @ 8162E8B
trainerbattle_single TRAINER_PICNICKER_SOFIA, Text_179657, Text_1796B9
msgbox gUnknown_81796CE, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Sofia:: @ 8162E8B
trainerbattle_single TRAINER_PICNICKER_SOFIA, RockTunnel_B1F_Text_SofiaIntro, RockTunnel_B1F_Text_SofiaDefeat
msgbox RockTunnel_B1F_Text_SofiaPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162EA2:: @ 8162EA2
trainerbattle_single TRAINER_PICNICKER_MARTHA, Text_1798AD, Text_1798DD
msgbox gUnknown_81798E9, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Martha:: @ 8162EA2
trainerbattle_single TRAINER_PICNICKER_MARTHA, RockTunnel_B1F_Text_MarthaIntro, RockTunnel_B1F_Text_MarthaDefeat
msgbox RockTunnel_B1F_Text_MarthaPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162EB9:: @ 8162EB9
trainerbattle_single TRAINER_HIKER_DUDLEY, Text_1796E1, Text_179700
msgbox gUnknown_8179712, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Dudley:: @ 8162EB9
trainerbattle_single TRAINER_HIKER_DUDLEY, RockTunnel_B1F_Text_DudleyIntro, RockTunnel_B1F_Text_DudleyDefeat
msgbox RockTunnel_B1F_Text_DudleyPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162ED0:: @ 8162ED0
trainerbattle_single TRAINER_HIKER_ALLEN, Text_179829, Text_179856
msgbox gUnknown_817987A, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Allen:: @ 8162ED0
trainerbattle_single TRAINER_HIKER_ALLEN, RockTunnel_B1F_Text_AllenIntro, RockTunnel_B1F_Text_AllenDefeat
msgbox RockTunnel_B1F_Text_AllenPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162EE7:: @ 8162EE7
trainerbattle_single TRAINER_HIKER_ERIC, Text_179916, Text_179932
msgbox gUnknown_817993E, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Eric:: @ 8162EE7
trainerbattle_single TRAINER_HIKER_ERIC, RockTunnel_B1F_Text_EricIntro, RockTunnel_B1F_Text_EricDefeat
msgbox RockTunnel_B1F_Text_EricPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162EFE:: @ 8162EFE
trainerbattle_single TRAINER_POKEMANIAC_COOPER, Text_17973A, Text_17975F
msgbox gUnknown_8179777, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Cooper:: @ 8162EFE
trainerbattle_single TRAINER_POKEMANIAC_COOPER, RockTunnel_B1F_Text_CooperIntro, RockTunnel_B1F_Text_CooperDefeat
msgbox RockTunnel_B1F_Text_CooperPostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162F15:: @ 8162F15
trainerbattle_single TRAINER_POKEMANIAC_STEVE, Text_1797A4, Text_1797CB
msgbox gUnknown_81797DE, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Steve:: @ 8162F15
trainerbattle_single TRAINER_POKEMANIAC_STEVE, RockTunnel_B1F_Text_SteveIntro, RockTunnel_B1F_Text_SteveDefeat
msgbox RockTunnel_B1F_Text_StevePostBattle, MSGBOX_AUTOCLOSE
end
RockTunnel_B1F_EventScript_162F2C:: @ 8162F2C
trainerbattle_single TRAINER_POKEMANIAC_WINSTON, Text_179968, Text_179997
msgbox gUnknown_81799AC, MSGBOX_AUTOCLOSE
RockTunnel_B1F_EventScript_Winston:: @ 8162F2C
trainerbattle_single TRAINER_POKEMANIAC_WINSTON, RockTunnel_B1F_Text_WinstonIntro, RockTunnel_B1F_Text_WinstonDefeat
msgbox RockTunnel_B1F_Text_WinstonPostBattle, MSGBOX_AUTOCLOSE
end

View File

@ -1,95 +1,95 @@
Text_179657:: @ 8179657
RockTunnel_B1F_Text_SofiaIntro:: @ 8179657
.string "Do you know how you can avoid\n"
.string "getting lost in the mountains?\p"
.string "You can bend twigs as trail\n"
.string "markers.$"
Text_1796B9:: @ 81796B9
RockTunnel_B1F_Text_SofiaDefeat:: @ 81796B9
.string "Ohhh!\n"
.string "I did my best!$"
gUnknown_81796CE:: @ 81796CE
RockTunnel_B1F_Text_SofiaPostBattle:: @ 81796CE
.string "I want to go home!$"
Text_1796E1:: @ 81796E1
RockTunnel_B1F_Text_DudleyIntro:: @ 81796E1
.string "Hahaha!\n"
.string "Can you beat my power?$"
Text_179700:: @ 8179700
RockTunnel_B1F_Text_DudleyDefeat:: @ 8179700
.string "Oops!\n"
.string "Outmuscled!$"
gUnknown_8179712:: @ 8179712
RockTunnel_B1F_Text_DudleyPostBattle:: @ 8179712
.string "I go for power because I hate\n"
.string "thinking.$"
Text_17973A:: @ 817973A
RockTunnel_B1F_Text_CooperIntro:: @ 817973A
.string "You have a POKéDEX?\n"
.string "I want one, too.$"
Text_17975F:: @ 817975F
RockTunnel_B1F_Text_CooperDefeat:: @ 817975F
.string "Shoot!\n"
.string "I am so jealous!$"
gUnknown_8179777:: @ 8179777
RockTunnel_B1F_Text_CooperPostBattle:: @ 8179777
.string "When you finish your POKéDEX,\n"
.string "can I have it?$"
Text_1797A4:: @ 81797A4
RockTunnel_B1F_Text_SteveIntro:: @ 81797A4
.string "Um… Do you know about POKéMON\n"
.string "cosplay?$"
Text_1797CB:: @ 81797CB
RockTunnel_B1F_Text_SteveDefeat:: @ 81797CB
.string "Well, that's that.$"
gUnknown_81797DE:: @ 81797DE
RockTunnel_B1F_Text_StevePostBattle:: @ 81797DE
.string "POKéMON cosplay is dressing up as\n"
.string "POKéMON for fun.\p"
.string "CLEFAIRY is a favorite.$"
Text_179829:: @ 8179829
RockTunnel_B1F_Text_AllenIntro:: @ 8179829
.string "My POKéMON techniques will leave\n"
.string "you crying!$"
Text_179856:: @ 8179856
RockTunnel_B1F_Text_AllenDefeat:: @ 8179856
.string "I give!\n"
.string "You're a better technician!$"
gUnknown_817987A:: @ 817987A
RockTunnel_B1F_Text_AllenPostBattle:: @ 817987A
.string "In mountains, you'll often find\n"
.string "ROCK-type POKéMON.$"
Text_1798AD:: @ 81798AD
RockTunnel_B1F_Text_MarthaIntro:: @ 81798AD
.string "I don't often come here, but I will\n"
.string "battle you.$"
Text_1798DD:: @ 81798DD
RockTunnel_B1F_Text_MarthaDefeat:: @ 81798DD
.string "Oh!\n"
.string "I lost!$"
gUnknown_81798E9:: @ 81798E9
RockTunnel_B1F_Text_MarthaPostBattle:: @ 81798E9
.string "I like tiny POKéMON.\n"
.string "Big ones are too scary!$"
Text_179916:: @ 8179916
RockTunnel_B1F_Text_EricIntro:: @ 8179916
.string "Hit me with your best shot!$"
Text_179932:: @ 8179932
RockTunnel_B1F_Text_EricDefeat:: @ 8179932
.string "Fired away!$"
gUnknown_817993E:: @ 817993E
RockTunnel_B1F_Text_EricPostBattle:: @ 817993E
.string "I'll raise my POKéMON to beat\n"
.string "yours, kid.$"
Text_179968:: @ 8179968
RockTunnel_B1F_Text_WinstonIntro:: @ 8179968
.string "I draw illustrations of POKéMON\n"
.string "when I'm home.$"
Text_179997:: @ 8179997
RockTunnel_B1F_Text_WinstonDefeat:: @ 8179997
.string "Whew…\n"
.string "I'm exhausted…$"
gUnknown_81799AC:: @ 81799AC
RockTunnel_B1F_Text_WinstonPostBattle:: @ 81799AC
.string "I'm an artist, not a fighter.\n"
.string "I'll go home to draw.$"