Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+27 -27
View File
@@ -1,47 +1,47 @@
.set LOCALID_DOOR_GUARD_GRUNT, 6
SaffronCity_MapScripts:: @ 816735F
SaffronCity_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SaffronCity_OnTransition
.byte 0
SaffronCity_OnTransition:: @ 8167365
SaffronCity_OnTransition::
setworldmapflag FLAG_WORLD_MAP_SAFFRON_CITY
call_if_unset FLAG_RESCUED_MR_FUJI, SaffronCity_EventScript_MoveDoorGuardGrunt
end
SaffronCity_EventScript_MoveDoorGuardGrunt:: @ 8167372
SaffronCity_EventScript_MoveDoorGuardGrunt::
setobjectxyperm LOCALID_DOOR_GUARD_GRUNT, 33, 31
return
SaffronCity_EventScript_RocketGrunt1:: @ 816737A
SaffronCity_EventScript_RocketGrunt1::
msgbox SaffronCity_Text_WhatDoYouWantGetLost, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt2:: @ 8167383
SaffronCity_EventScript_RocketGrunt2::
msgbox SaffronCity_Text_BossTakeTownForTeamRocket, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt3:: @ 816738C
SaffronCity_EventScript_RocketGrunt3::
msgbox SaffronCity_Text_DontGetDefiantOrIllHurtYou, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt4:: @ 8167395
SaffronCity_EventScript_RocketGrunt4::
msgbox SaffronCity_Text_SaffronBelongsToTeamRocket, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt5:: @ 816739E
SaffronCity_EventScript_RocketGrunt5::
msgbox SaffronCity_Text_CriminalLifeMakesMeFeelAlive, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt6:: @ 81673A7
SaffronCity_EventScript_RocketGrunt6::
msgbox SaffronCity_Text_WatchWhereYoureWalking, MSGBOX_NPC
end
SaffronCity_EventScript_RocketGrunt7:: @ 81673B0
SaffronCity_EventScript_RocketGrunt7::
msgbox SaffronCity_Text_WeCanExploitMonsAroundWorld, MSGBOX_NPC
end
SaffronCity_EventScript_DoorGuardGrunt:: @ 81673B9
SaffronCity_EventScript_DoorGuardGrunt::
lock
goto_if_set FLAG_RESCUED_MR_FUJI, SaffronCity_EventScript_DoorGuardAsleep
applymovement LOCALID_DOOR_GUARD_GRUNT, Movement_FacePlayer
@@ -50,29 +50,29 @@ SaffronCity_EventScript_DoorGuardGrunt:: @ 81673B9
release
end
SaffronCity_EventScript_DoorGuardAsleep:: @ 81673D7
SaffronCity_EventScript_DoorGuardAsleep::
textcolor 3
msgbox SaffronCity_Text_HesTakingASnooze
release
end
SaffronCity_EventScript_WorkerM:: @ 81673E3
SaffronCity_EventScript_WorkerM::
msgbox SaffronCity_Text_YouBeatTeamRocket, MSGBOX_NPC
end
SaffronCity_EventScript_Youngster:: @ 81673EC
SaffronCity_EventScript_Youngster::
msgbox SaffronCity_Text_SafeToGoOutAgain, MSGBOX_NPC
end
SaffronCity_EventScript_Lass:: @ 81673F5
SaffronCity_EventScript_Lass::
msgbox SaffronCity_Text_PeopleComingBackToSaffron, MSGBOX_NPC
end
SaffronCity_EventScript_Boy:: @ 81673FE
SaffronCity_EventScript_Boy::
msgbox SaffronCity_Text_FlewHereOnPidgeot, MSGBOX_NPC
end
SaffronCity_EventScript_Pidgeot:: @ 8167407
SaffronCity_EventScript_Pidgeot::
lock
faceplayer
waitse
@@ -82,45 +82,45 @@ SaffronCity_EventScript_Pidgeot:: @ 8167407
release
end
SaffronCity_EventScript_Man:: @ 816741A
SaffronCity_EventScript_Man::
msgbox SaffronCity_Text_SawRocketBossEscaping, MSGBOX_NPC
end
SaffronCity_EventScript_CitySign:: @ 8167423
SaffronCity_EventScript_CitySign::
msgbox SaffronCity_Text_CitySign, MSGBOX_SIGN
end
SaffronCity_EventScript_DojoSign:: @ 816742C
SaffronCity_EventScript_DojoSign::
msgbox SaffronCity_Text_FightingDojo, MSGBOX_SIGN
end
SaffronCity_EventScript_GymSign:: @ 8167435
SaffronCity_EventScript_GymSign::
lockall
famechecker FAMECHECKER_SABRINA, 0
msgbox SaffronCity_Text_GymSign
releaseall
end
SaffronCity_EventScript_TrainerTips1:: @ 816744D
SaffronCity_EventScript_TrainerTips1::
msgbox SaffronCity_Text_FullHealCuresStatus, MSGBOX_SIGN
end
SaffronCity_EventScript_TrainerTips2:: @ 8167456
SaffronCity_EventScript_TrainerTips2::
msgbox SaffronCity_Text_GreatBallImprovedCatchRate, MSGBOX_SIGN
end
SaffronCity_EventScript_SilphCoSign:: @ 816745F
SaffronCity_EventScript_SilphCoSign::
msgbox SaffronCity_Text_SilphCoSign, MSGBOX_SIGN
end
SaffronCity_EventScript_MrPsychicsHouseSign:: @ 8167468
SaffronCity_EventScript_MrPsychicsHouseSign::
msgbox SaffronCity_Text_MrPsychicsHouse, MSGBOX_SIGN
end
SaffronCity_EventScript_SilphProductSign:: @ 8167471
SaffronCity_EventScript_SilphProductSign::
msgbox SaffronCity_Text_SilphsLatestProduct, MSGBOX_SIGN
end
SaffronCity_EventScript_TrainerFanClubSign:: @ 816747A
SaffronCity_EventScript_TrainerFanClubSign::
msgbox SaffronCity_Text_TrainerFanClubSign, MSGBOX_SIGN
end