Remove address comments
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
MtMoon_1F_MapScripts:: @ 81605E4
|
||||
MtMoon_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, MtMoon_1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
MtMoon_1F_OnTransition:: @ 81605EA
|
||||
MtMoon_1F_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_MT_MOON_1F
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_ZubatSign:: @ 81605EE
|
||||
MtMoon_1F_EventScript_ZubatSign::
|
||||
msgbox MtMoon_1F_Text_ZubatIsABloodsucker, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Macros:: @ 81605F7
|
||||
MtMoon_1F_EventScript_Macros::
|
||||
trainerbattle_single TRAINER_HIKER_MARCOS, MtMoon_1F_Text_MarcosIntro, MtMoon_1F_Text_MarcosDefeat
|
||||
msgbox MtMoon_1F_Text_MarcosPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Josh:: @ 816060E
|
||||
MtMoon_1F_EventScript_Josh::
|
||||
trainerbattle_single TRAINER_YOUNGSTER_JOSH, MtMoon_1F_Text_JoshIntro, MtMoon_1F_Text_JoshDefeat
|
||||
msgbox MtMoon_1F_Text_JoshPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Miriam:: @ 8160625
|
||||
MtMoon_1F_EventScript_Miriam::
|
||||
trainerbattle_single TRAINER_LASS_MIRIAM, MtMoon_1F_Text_MiriamIntro, MtMoon_1F_Text_MiriamDefeat
|
||||
msgbox MtMoon_1F_Text_MiriamPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Iris:: @ 816063C
|
||||
MtMoon_1F_EventScript_Iris::
|
||||
trainerbattle_single TRAINER_LASS_IRIS, MtMoon_1F_Text_IrisIntro, MtMoon_1F_Text_IrisDefeat
|
||||
msgbox MtMoon_1F_Text_IrisPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Jovan:: @ 8160653
|
||||
MtMoon_1F_EventScript_Jovan::
|
||||
trainerbattle_single TRAINER_SUPER_NERD_JOVAN, MtMoon_1F_Text_JovanIntro, MtMoon_1F_Text_JovanDefeat
|
||||
msgbox MtMoon_1F_Text_JovanPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Kent:: @ 816066A
|
||||
MtMoon_1F_EventScript_Kent::
|
||||
trainerbattle_single TRAINER_BUG_CATCHER_KENT, MtMoon_1F_Text_KentIntro, MtMoon_1F_Text_KentDefeat
|
||||
msgbox MtMoon_1F_Text_KentPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtMoon_1F_EventScript_Robby:: @ 8160681
|
||||
MtMoon_1F_EventScript_Robby::
|
||||
trainerbattle_single TRAINER_BUG_CATCHER_ROBBY, MtMoon_1F_Text_RobbyIntro, MtMoon_1F_Text_RobbyDefeat
|
||||
msgbox MtMoon_1F_Text_RobbyPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,91 +1,91 @@
|
||||
MtMoon_1F_Text_MarcosIntro:: @ 817279D
|
||||
MtMoon_1F_Text_MarcosIntro::
|
||||
.string "WHOA!\n"
|
||||
.string "You shocked me!\l"
|
||||
.string "…Oh, you're just a kid!$"
|
||||
|
||||
MtMoon_1F_Text_MarcosDefeat:: @ 81727CB
|
||||
MtMoon_1F_Text_MarcosDefeat::
|
||||
.string "Wow!\n"
|
||||
.string "Shocked again!$"
|
||||
|
||||
MtMoon_1F_Text_MarcosPostBattle:: @ 81727DF
|
||||
MtMoon_1F_Text_MarcosPostBattle::
|
||||
.string "Kids like you shouldn't be\n"
|
||||
.string "wandering around here in the dark.$"
|
||||
|
||||
MtMoon_1F_Text_JoshIntro:: @ 817281D
|
||||
MtMoon_1F_Text_JoshIntro::
|
||||
.string "Did you come to explore the cave,\n"
|
||||
.string "too?$"
|
||||
|
||||
MtMoon_1F_Text_JoshDefeat:: @ 8172844
|
||||
MtMoon_1F_Text_JoshDefeat::
|
||||
.string "Losing stinks!\n"
|
||||
.string "It's so uncool.$"
|
||||
|
||||
MtMoon_1F_Text_JoshPostBattle:: @ 8172863
|
||||
MtMoon_1F_Text_JoshPostBattle::
|
||||
.string "I came all the way down here to\n"
|
||||
.string "show off to girls.$"
|
||||
|
||||
MtMoon_1F_Text_MiriamIntro:: @ 8172896
|
||||
MtMoon_1F_Text_MiriamIntro::
|
||||
.string "Wow! It's way bigger in here than\n"
|
||||
.string "I thought!$"
|
||||
|
||||
MtMoon_1F_Text_MiriamDefeat:: @ 81728C3
|
||||
MtMoon_1F_Text_MiriamDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "I lost it!$"
|
||||
|
||||
MtMoon_1F_Text_MiriamPostBattle:: @ 81728D2
|
||||
MtMoon_1F_Text_MiriamPostBattle::
|
||||
.string "How do you get out of here?\n"
|
||||
.string "It's so big, I may get lost.$"
|
||||
|
||||
MtMoon_1F_Text_JovanIntro:: @ 817290B
|
||||
MtMoon_1F_Text_JovanIntro::
|
||||
.string "What!\n"
|
||||
.string "Don't sneak up on me!$"
|
||||
|
||||
MtMoon_1F_Text_JovanDefeat:: @ 8172927
|
||||
MtMoon_1F_Text_JovanDefeat::
|
||||
.string "My POKéMON won't do!$"
|
||||
|
||||
MtMoon_1F_Text_JovanPostBattle:: @ 817293C
|
||||
MtMoon_1F_Text_JovanPostBattle::
|
||||
.string "I have to find stronger POKéMON.\n"
|
||||
.string "Where might they be?$"
|
||||
|
||||
MtMoon_1F_Text_IrisIntro:: @ 8172972
|
||||
MtMoon_1F_Text_IrisIntro::
|
||||
.string "What?\n"
|
||||
.string "I'm waiting for my friends to find\l"
|
||||
.string "me here.$"
|
||||
|
||||
MtMoon_1F_Text_IrisDefeat:: @ 81729A4
|
||||
MtMoon_1F_Text_IrisDefeat::
|
||||
.string "I lost?$"
|
||||
|
||||
MtMoon_1F_Text_IrisPostBattle:: @ 81729AC
|
||||
MtMoon_1F_Text_IrisPostBattle::
|
||||
.string "I came because I heard there are\n"
|
||||
.string "some very rare fossils here.$"
|
||||
|
||||
MtMoon_1F_Text_KentIntro:: @ 81729EA
|
||||
MtMoon_1F_Text_KentIntro::
|
||||
.string "Suspicious men are in the cave.\n"
|
||||
.string "What about you?$"
|
||||
|
||||
MtMoon_1F_Text_KentDefeat:: @ 8172A1A
|
||||
MtMoon_1F_Text_KentDefeat::
|
||||
.string "You got me!$"
|
||||
|
||||
MtMoon_1F_Text_KentPostBattle:: @ 8172A26
|
||||
MtMoon_1F_Text_KentPostBattle::
|
||||
.string "I saw them!\n"
|
||||
.string "I'm sure they're from TEAM ROCKET!$"
|
||||
|
||||
MtMoon_1F_Text_RobbyIntro:: @ 8172A55
|
||||
MtMoon_1F_Text_RobbyIntro::
|
||||
.string "You need to go through this cave\n"
|
||||
.string "to get to CERULEAN CITY.$"
|
||||
|
||||
MtMoon_1F_Text_RobbyDefeat:: @ 8172A8F
|
||||
MtMoon_1F_Text_RobbyDefeat::
|
||||
.string "I lost.$"
|
||||
|
||||
MtMoon_1F_Text_RobbyPostBattle:: @ 8172A97
|
||||
MtMoon_1F_Text_RobbyPostBattle::
|
||||
.string "ZUBAT is tough!\n"
|
||||
.string "But if you can catch one, you'll\l"
|
||||
.string "be able to count on it.$"
|
||||
|
||||
MtMoon_1F_Text_ZubatIsABloodsucker:: @ 8172AE0
|
||||
MtMoon_1F_Text_ZubatIsABloodsucker::
|
||||
.string "Beware!\n"
|
||||
.string "ZUBAT is a bloodsucker!$"
|
||||
|
||||
MtMoon_1F_Text_BrockHelpsExcavateFossils:: @ 8172B00
|
||||
MtMoon_1F_Text_BrockHelpsExcavateFossils::
|
||||
.string "Hi, I'm excavating for fossils here\n"
|
||||
.string "under MT. MOON.\p"
|
||||
.string "Sometimes, BROCK of PEWTER GYM\n"
|
||||
|
||||
Reference in New Issue
Block a user