diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/RustboroCity_DevonCorp_1F | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/RustboroCity_DevonCorp_1F')
| -rw-r--r-- | data/maps/RustboroCity_DevonCorp_1F/scripts.inc | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/data/maps/RustboroCity_DevonCorp_1F/scripts.inc b/data/maps/RustboroCity_DevonCorp_1F/scripts.inc index 80e8f3cf1..11953d338 100644 --- a/data/maps/RustboroCity_DevonCorp_1F/scripts.inc +++ b/data/maps/RustboroCity_DevonCorp_1F/scripts.inc @@ -1,19 +1,19 @@ .set LOCALID_STAIR_GUARD, 2 -RustboroCity_DevonCorp_1F_MapScripts:: @ 8211245 +RustboroCity_DevonCorp_1F_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_DevonCorp_1F_OnTransition .byte 0 -RustboroCity_DevonCorp_1F_OnTransition: @ 821124B +RustboroCity_DevonCorp_1F_OnTransition: call_if_unset FLAG_RETURNED_DEVON_GOODS, RustboroCity_DevonCorp_1F_EventScript_BlockStairs end -RustboroCity_DevonCorp_1F_EventScript_BlockStairs:: @ 8211255 +RustboroCity_DevonCorp_1F_EventScript_BlockStairs:: setobjectxyperm LOCALID_STAIR_GUARD, 14, 2 setobjectmovementtype LOCALID_STAIR_GUARD, MOVEMENT_TYPE_FACE_DOWN return -RustboroCity_DevonCorp_1F_EventScript_Employee:: @ 8211261 +RustboroCity_DevonCorp_1F_EventScript_Employee:: lock faceplayer goto_if_set FLAG_RETURNED_DEVON_GOODS, RustboroCity_DevonCorp_1F_EventScript_GoodsRecovered @@ -22,17 +22,17 @@ RustboroCity_DevonCorp_1F_EventScript_Employee:: @ 8211261 release end -RustboroCity_DevonCorp_1F_EventScript_RobberWasntBright:: @ 821127F +RustboroCity_DevonCorp_1F_EventScript_RobberWasntBright:: msgbox RustboroCity_DevonCorp_1F_Text_RobberWasntVeryBright, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_GoodsRecovered:: @ 8211289 +RustboroCity_DevonCorp_1F_EventScript_GoodsRecovered:: msgbox RustboroCity_DevonCorp_1F_Text_SoundsLikeStolenGoodsRecovered, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_StairGuard:: @ 8211293 +RustboroCity_DevonCorp_1F_EventScript_StairGuard:: lock faceplayer goto_if_set FLAG_RETURNED_DEVON_GOODS, RustboroCity_DevonCorp_1F_EventScript_AlwaysWelcome @@ -42,17 +42,17 @@ RustboroCity_DevonCorp_1F_EventScript_StairGuard:: @ 8211293 release end -RustboroCity_DevonCorp_1F_EventScript_AlwaysWelcome:: @ 82112BA +RustboroCity_DevonCorp_1F_EventScript_AlwaysWelcome:: msgbox RustboroCity_DevonCorp_1F_Text_YoureAlwaysWelcomeHere, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_GotRobbed:: @ 82112C4 +RustboroCity_DevonCorp_1F_EventScript_GotRobbed:: msgbox RustboroCity_DevonCorp_1F_Text_HowCouldWeGetRobbed, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_Greeter:: @ 82112CE +RustboroCity_DevonCorp_1F_EventScript_Greeter:: lock faceplayer goto_if_set FLAG_RETURNED_DEVON_GOODS, RustboroCity_DevonCorp_1F_EventScript_WelcomeToDevonCorp @@ -62,64 +62,64 @@ RustboroCity_DevonCorp_1F_EventScript_Greeter:: @ 82112CE release end -RustboroCity_DevonCorp_1F_EventScript_WelcomeToDevonCorp:: @ 82112F5 +RustboroCity_DevonCorp_1F_EventScript_WelcomeToDevonCorp:: msgbox RustboroCity_DevonCorp_1F_Text_WelcomeToDevonCorp, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_StaffGotRobbed:: @ 82112FF +RustboroCity_DevonCorp_1F_EventScript_StaffGotRobbed:: msgbox RustboroCity_DevonCorp_1F_Text_StaffGotRobbed, MSGBOX_DEFAULT release end -RustboroCity_DevonCorp_1F_EventScript_RocksMetalDisplay:: @ 8211309 +RustboroCity_DevonCorp_1F_EventScript_RocksMetalDisplay:: msgbox RustboroCity_DevonCorp_1F_Text_RocksMetalDisplay, MSGBOX_SIGN end -RustboroCity_DevonCorp_1F_EventScript_ProductsDisplay:: @ 8211312 +RustboroCity_DevonCorp_1F_EventScript_ProductsDisplay:: msgbox RustboroCity_DevonCorp_1F_Text_ProductDisplay, MSGBOX_SIGN end -RustboroCity_DevonCorp_1F_Text_WelcomeToDevonCorp: @ 821131B +RustboroCity_DevonCorp_1F_Text_WelcomeToDevonCorp: .string "Hello and welcome to the DEVON\n" .string "CORPORATION.\p" .string "We're proud producers of items and\n" .string "medicine that enhance your life.$" -RustboroCity_DevonCorp_1F_Text_StaffGotRobbed: @ 821138B +RustboroCity_DevonCorp_1F_Text_StaffGotRobbed: .string "One of our research staff stupidly\n" .string "got robbed of an important parcel.$" -RustboroCity_DevonCorp_1F_Text_ThoseShoesAreOurProduct: @ 82113D1 +RustboroCity_DevonCorp_1F_Text_ThoseShoesAreOurProduct: .string "Hey, those RUNNING SHOES!\n" .string "They're one of our products!\p" .string "It makes me happy when I see someone\n" .string "using something we made.$" -RustboroCity_DevonCorp_1F_Text_RobberWasntVeryBright: @ 8211446 +RustboroCity_DevonCorp_1F_Text_RobberWasntVeryBright: .string "That stolen parcel…\p" .string "Well, sure it's important, but it's not\n" .string "anything that anyone can use.\p" .string "In my estimation, that robber must not\n" .string "have been very bright.$" -RustboroCity_DevonCorp_1F_Text_SoundsLikeStolenGoodsRecovered: @ 82114DE +RustboroCity_DevonCorp_1F_Text_SoundsLikeStolenGoodsRecovered: .string "It sounds like they've recovered\n" .string "the ripped-off DEVON GOODS.$" -RustboroCity_DevonCorp_1F_Text_OnlyAuthorizedPeopleEnter: @ 821151B +RustboroCity_DevonCorp_1F_Text_OnlyAuthorizedPeopleEnter: .string "I'm sorry, only authorized people\n" .string "are allowed to enter here.$" -RustboroCity_DevonCorp_1F_Text_HowCouldWeGetRobbed: @ 8211558 +RustboroCity_DevonCorp_1F_Text_HowCouldWeGetRobbed: .string "It's beyond stupid.\n" .string "How could we get robbed?$" -RustboroCity_DevonCorp_1F_Text_YoureAlwaysWelcomeHere: @ 8211585 +RustboroCity_DevonCorp_1F_Text_YoureAlwaysWelcomeHere: .string "Hi, there!\n" .string "You're always welcome here!$" -RustboroCity_DevonCorp_1F_Text_RocksMetalDisplay: @ 82115AC +RustboroCity_DevonCorp_1F_Text_RocksMetalDisplay: .string "Samples of rocks and metal are\n" .string "displayed in the glass case.\p" .string "There's a panel with some writing\n" @@ -133,7 +133,7 @@ RustboroCity_DevonCorp_1F_Text_RocksMetalDisplay: @ 82115AC .string "“DEVON is now a manufacturer of a wide\n" .string "range of industrial products.”$" -RustboroCity_DevonCorp_1F_Text_ProductDisplay: @ 8211722 +RustboroCity_DevonCorp_1F_Text_ProductDisplay: .string "Prototypes and test products fill\n" .string "the glass display case.\p" .string "There's a panel with a description…\p" |
