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/MossdeepCity_GameCorner_1F | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/MossdeepCity_GameCorner_1F')
| -rw-r--r-- | data/maps/MossdeepCity_GameCorner_1F/scripts.inc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/data/maps/MossdeepCity_GameCorner_1F/scripts.inc b/data/maps/MossdeepCity_GameCorner_1F/scripts.inc index 95b08256e..b2780df04 100644 --- a/data/maps/MossdeepCity_GameCorner_1F/scripts.inc +++ b/data/maps/MossdeepCity_GameCorner_1F/scripts.inc @@ -1,19 +1,19 @@ -MossdeepCity_GameCorner_1F_MapScripts:: @ 8224B27 +MossdeepCity_GameCorner_1F_MapScripts:: map_script MAP_SCRIPT_ON_FRAME_TABLE, MossdeepCity_GameCorner_1F_OnFrame map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, MossdeepCity_GameCorner_1F_OnWarp map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad .byte 0 -MossdeepCity_GameCorner_1F_OnWarp: @ 8224B37 +MossdeepCity_GameCorner_1F_OnWarp: map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, CableClub_EventScript_CheckTurnAttendant .2byte 0 -MossdeepCity_GameCorner_1F_OnFrame: @ 8224B41 +MossdeepCity_GameCorner_1F_OnFrame: map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, CableClub_EventScript_ExitMinigameRoom .2byte 0 @ Script is redundant, the label in the goto also does lock and faceplayer -MossdeepCity_GameCorner_1F_EventScript_InfoMan:: @ 8224B4B +MossdeepCity_GameCorner_1F_EventScript_InfoMan:: lock faceplayer goto MossdeepCity_GameCorner_1F_EventScript_InfoMan2 @@ -21,7 +21,7 @@ MossdeepCity_GameCorner_1F_EventScript_InfoMan:: @ 8224B4B end @ Script is redundant, the label in the goto also does lock and faceplayer -MossdeepCity_GameCorner_1F_EventScript_OldMan:: @ 8224B54 +MossdeepCity_GameCorner_1F_EventScript_OldMan:: lock faceplayer goto MossdeepCity_GameCorner_1F_EventScript_OldMan2 @@ -34,54 +34,54 @@ MossdeepCity_GameCorner_1F_EventScript_OldMan:: @ 8224B54 @ The text below is unused and duplicated in its replacement in Sootopolis City @ And the BG Door event was moved inaccessibly into a wall -RS_MysteryEventsHouse_EventScript_Door:: @ 8224B5D +RS_MysteryEventsHouse_EventScript_Door:: msgbox RS_MysteryEventsHouse_Text_DoorIsLocked, MSGBOX_SIGN end -RS_MysteryEventsHouse_Text_OldManGreeting: @ 8224B66 +RS_MysteryEventsHouse_Text_OldManGreeting: .string "When I was young, I traveled the world\n" .string "as a POKéMON TRAINER.\p" .string "Now that I've become an old buzzard,\n" .string "my only amusement is watching young\l" .string "TRAINERS battle.$" -RS_MysteryEventsHouse_Text_DoorIsLocked: @ 8224BFD +RS_MysteryEventsHouse_Text_DoorIsLocked: .string "The door appears to be locked.$" -RS_MysteryEventsHouse_Text_ChallengeVisitingTrainer: @ 8224C1C +RS_MysteryEventsHouse_Text_ChallengeVisitingTrainer: .string "A TRAINER named {STR_VAR_1} is\n" .string "visiting my home.\p" .string "Would you like to challenge\n" .string "{STR_VAR_1}?$" -RS_MysteryEventsHouse_Text_YouWontBattle: @ 8224C64 +RS_MysteryEventsHouse_Text_YouWontBattle: .string "You won't battle? I'm disappointed\n" .string "that I can't see you battle…$" -RS_MysteryEventsHouse_Text_KeepItToA3On3: @ 8224CA4 +RS_MysteryEventsHouse_Text_KeepItToA3On3: .string "Oh, good, good!\p" .string "But my house isn't all that sturdy.\p" .string "Could I ask you to keep it down to\n" .string "a 3-on-3 match?$" -RS_MysteryEventsHouse_Text_SaveYourProgress: @ 8224D0B +RS_MysteryEventsHouse_Text_SaveYourProgress: .string "Before you two battle, you should\n" .string "save your progress.$" -RS_MysteryEventsHouse_Text_HopeToSeeAGoodMatch: @ 8224D41 +RS_MysteryEventsHouse_Text_HopeToSeeAGoodMatch: .string "I hope to see a good match!$" -RS_MysteryEventsHouse_Text_BattleTie: @ 8224D5D +RS_MysteryEventsHouse_Text_BattleTie: .string "So, it became a standoff.\p" .string "It was a brilliant match in which\n" .string "neither side conceded a step!$" -RS_MysteryEventsHouse_Text_BattleWon: @ 8224DB7 +RS_MysteryEventsHouse_Text_BattleWon: .string "That was superlative!\p" .string "Why, it was like seeing myself in\n" .string "my youth again!$" -RS_MysteryEventsHouse_Text_BattleLost: @ 8224DFF +RS_MysteryEventsHouse_Text_BattleLost: .string "Ah, too bad for you!\p" .string "But it was a good match.\n" .string "I hope you can win next time.$" |
