Remove address comments
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
RockTunnel_1F_MapScripts:: @ 8162DD6
|
||||
RockTunnel_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, RockTunnel_1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
RockTunnel_1F_OnTransition:: @ 8162DDC
|
||||
RockTunnel_1F_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_ROCK_TUNNEL_1F
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_RouteSign:: @ 8162DE0
|
||||
RockTunnel_1F_EventScript_RouteSign::
|
||||
msgbox RockTunnel_1F_Text_RouteSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Lenny:: @ 8162DE9
|
||||
RockTunnel_1F_EventScript_Lenny::
|
||||
trainerbattle_single TRAINER_HIKER_LENNY, RockTunnel_1F_Text_LennyIntro, RockTunnel_1F_Text_LennyDefeat
|
||||
msgbox RockTunnel_1F_Text_LennyPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Oliver:: @ 8162E00
|
||||
RockTunnel_1F_EventScript_Oliver::
|
||||
trainerbattle_single TRAINER_HIKER_OLIVER, RockTunnel_1F_Text_OliverIntro, RockTunnel_1F_Text_OliverDefeat
|
||||
msgbox RockTunnel_1F_Text_OliverPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Lucas:: @ 8162E17
|
||||
RockTunnel_1F_EventScript_Lucas::
|
||||
trainerbattle_single TRAINER_HIKER_LUCAS, RockTunnel_1F_Text_LucasIntro, RockTunnel_1F_Text_LucasDefeat
|
||||
msgbox RockTunnel_1F_Text_LucasPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Ashton:: @ 8162E2E
|
||||
RockTunnel_1F_EventScript_Ashton::
|
||||
trainerbattle_single TRAINER_POKEMANIAC_ASHTON, RockTunnel_1F_Text_AshtonIntro, RockTunnel_1F_Text_AshtonDefeat
|
||||
msgbox RockTunnel_1F_Text_AshtonPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Leah:: @ 8162E45
|
||||
RockTunnel_1F_EventScript_Leah::
|
||||
trainerbattle_single TRAINER_PICNICKER_LEAH, RockTunnel_1F_Text_LeahIntro, RockTunnel_1F_Text_LeahDefeat
|
||||
msgbox RockTunnel_1F_Text_LeahPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Ariana:: @ 8162E5C
|
||||
RockTunnel_1F_EventScript_Ariana::
|
||||
trainerbattle_single TRAINER_PICNICKER_ARIANA, RockTunnel_1F_Text_ArianaIntro, RockTunnel_1F_Text_ArianaDefeat
|
||||
msgbox RockTunnel_1F_Text_ArianaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
RockTunnel_1F_EventScript_Dana:: @ 8162E73
|
||||
RockTunnel_1F_EventScript_Dana::
|
||||
trainerbattle_single TRAINER_PICNICKER_DANA, RockTunnel_1F_Text_DanaIntro, RockTunnel_1F_Text_DanaDefeat
|
||||
msgbox RockTunnel_1F_Text_DanaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,83 +1,83 @@
|
||||
RockTunnel_1F_Text_LennyIntro:: @ 8179366
|
||||
RockTunnel_1F_Text_LennyIntro::
|
||||
.string "This tunnel goes a long way, kid!$"
|
||||
|
||||
RockTunnel_1F_Text_LennyDefeat:: @ 8179388
|
||||
RockTunnel_1F_Text_LennyDefeat::
|
||||
.string "Doh!\n"
|
||||
.string "You win!$"
|
||||
|
||||
RockTunnel_1F_Text_LennyPostBattle:: @ 8179396
|
||||
RockTunnel_1F_Text_LennyPostBattle::
|
||||
.string "Watch for ONIX.\n"
|
||||
.string "They appear only occasionally.\p"
|
||||
.string "High-level ones can put the\n"
|
||||
.string "squeeze on you!$"
|
||||
|
||||
RockTunnel_1F_Text_OliverIntro:: @ 81793F1
|
||||
RockTunnel_1F_Text_OliverIntro::
|
||||
.string "Hmm.\n"
|
||||
.string "Maybe I'm lost in here…$"
|
||||
|
||||
RockTunnel_1F_Text_OliverDefeat:: @ 817940E
|
||||
RockTunnel_1F_Text_OliverDefeat::
|
||||
.string "Ease up!\n"
|
||||
.string "What am I doing?\l"
|
||||
.string "Which way is out?$"
|
||||
|
||||
RockTunnel_1F_Text_OliverPostBattle:: @ 817943A
|
||||
RockTunnel_1F_Text_OliverPostBattle::
|
||||
.string "That sleeping POKéMON on ROUTE 12\n"
|
||||
.string "forced me to take this detour.$"
|
||||
|
||||
RockTunnel_1F_Text_LucasIntro:: @ 817947B
|
||||
RockTunnel_1F_Text_LucasIntro::
|
||||
.string "Outsiders like you need to show me\n"
|
||||
.string "some respect!$"
|
||||
|
||||
RockTunnel_1F_Text_LucasDefeat:: @ 81794AC
|
||||
RockTunnel_1F_Text_LucasDefeat::
|
||||
.string "I give!$"
|
||||
|
||||
RockTunnel_1F_Text_LucasPostBattle:: @ 81794B4
|
||||
RockTunnel_1F_Text_LucasPostBattle::
|
||||
.string "You're talented enough to hike!$"
|
||||
|
||||
RockTunnel_1F_Text_AshtonIntro:: @ 81794D4
|
||||
RockTunnel_1F_Text_AshtonIntro::
|
||||
.string "POKéMON fight!\n"
|
||||
.string "Ready, go!$"
|
||||
|
||||
RockTunnel_1F_Text_AshtonDefeat:: @ 81794EE
|
||||
RockTunnel_1F_Text_AshtonDefeat::
|
||||
.string "Game over!$"
|
||||
|
||||
RockTunnel_1F_Text_AshtonPostBattle:: @ 81794F9
|
||||
RockTunnel_1F_Text_AshtonPostBattle::
|
||||
.string "Oh well, I'll get a ZUBAT as I go!$"
|
||||
|
||||
RockTunnel_1F_Text_LeahIntro:: @ 817951C
|
||||
RockTunnel_1F_Text_LeahIntro::
|
||||
.string "Eek!\p"
|
||||
.string "Don't try anything funny in the\n"
|
||||
.string "dark!$"
|
||||
|
||||
RockTunnel_1F_Text_LeahDefeat:: @ 8179547
|
||||
RockTunnel_1F_Text_LeahDefeat::
|
||||
.string "It was too dark…$"
|
||||
|
||||
RockTunnel_1F_Text_LeahPostBattle:: @ 8179558
|
||||
RockTunnel_1F_Text_LeahPostBattle::
|
||||
.string "I saw a MACHOP in this tunnel.$"
|
||||
|
||||
RockTunnel_1F_Text_DanaIntro:: @ 8179577
|
||||
RockTunnel_1F_Text_DanaIntro::
|
||||
.string "I came this far looking for wild\n"
|
||||
.string "POKéMON.$"
|
||||
|
||||
RockTunnel_1F_Text_DanaDefeat:: @ 81795A1
|
||||
RockTunnel_1F_Text_DanaDefeat::
|
||||
.string "I'm out of POKéMON!$"
|
||||
|
||||
RockTunnel_1F_Text_DanaPostBattle:: @ 81795B5
|
||||
RockTunnel_1F_Text_DanaPostBattle::
|
||||
.string "You looked cute and harmless.\n"
|
||||
.string "Was I ever wrong!$"
|
||||
|
||||
RockTunnel_1F_Text_ArianaIntro:: @ 81795E5
|
||||
RockTunnel_1F_Text_ArianaIntro::
|
||||
.string "You have POKéMON!\n"
|
||||
.string "Let's start!$"
|
||||
|
||||
RockTunnel_1F_Text_ArianaDefeat:: @ 8179604
|
||||
RockTunnel_1F_Text_ArianaDefeat::
|
||||
.string "You play hard!$"
|
||||
|
||||
RockTunnel_1F_Text_ArianaPostBattle:: @ 8179613
|
||||
RockTunnel_1F_Text_ArianaPostBattle::
|
||||
.string "Whew!\n"
|
||||
.string "I'm all sweaty now.$"
|
||||
|
||||
RockTunnel_1F_Text_RouteSign:: @ 817962D
|
||||
RockTunnel_1F_Text_RouteSign::
|
||||
.string "ROCK TUNNEL\n"
|
||||
.string "CERULEAN CITY - LAVENDER TOWN$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user