mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-14 00:01:13 -05:00
104 lines
2.5 KiB
PHP
104 lines
2.5 KiB
PHP
CeladonCity_MapScripts:: @ 8166C8F
|
|
map_script MAP_SCRIPT_ON_TRANSITION, CeladonCity_OnTransition
|
|
.byte 0
|
|
|
|
CeladonCity_OnTransition:: @ 8166C95
|
|
setworldmapflag FLAG_WORLD_MAP_CELADON_CITY
|
|
end
|
|
|
|
CeladonCity_EventScript_LittleGirl:: @ 8166C99
|
|
msgbox CeladonCity_Text_GotMyKoffingInCinnabar, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_OldMan1:: @ 8166CA2
|
|
lock
|
|
msgbox CeladonCity_Text_GymIsGreatFullOfWomen
|
|
release
|
|
end
|
|
|
|
CeladonCity_EventScript_Woman:: @ 8166CAD
|
|
msgbox CeladonCity_Text_GameCornerIsBadForCitysImage, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_OldMan2:: @ 8166CB6
|
|
msgbox CeladonCity_Text_BlewItAllAtSlots, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_SoftboiledTutor:: @ 8166CBF
|
|
goto EventScript_SoftboiledTutor
|
|
end
|
|
|
|
CeladonCity_EventScript_FatMan:: @ 8166CC5
|
|
lock
|
|
faceplayer
|
|
msgbox CeladonCity_Text_MyTrustedPalPoliwrath
|
|
closemessage
|
|
applymovement 2, Movement_FaceOriginalDirection
|
|
waitmovement 0
|
|
release
|
|
end
|
|
|
|
CeladonCity_EventScript_Poliwrath:: @ 8166CDC
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_POLIWRATH, 0
|
|
msgbox CeladonCity_Text_Poliwrath
|
|
closemessage
|
|
waitmoncry
|
|
applymovement 3, Movement_FaceOriginalDirection
|
|
waitmovement 0
|
|
release
|
|
end
|
|
|
|
CeladonCity_EventScript_RocketGrunt1:: @ 8166CFA
|
|
msgbox CeladonCity_Text_KeepOutOfTeamRocketsWay, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_RocketGrunt2:: @ 8166D03
|
|
msgbox CeladonCity_Text_GetLostOrIllPunchYou, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_Boy:: @ 8166D0C
|
|
msgbox CeladonCity_Text_ScaldedTongueOnTea, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_SilphCoScientist:: @ 8166D15
|
|
msgbox CeladonCity_Text_SomeoneStoleSilphScope, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_EventScript_TrainerTips1:: @ 8166D1E
|
|
msgbox CeladonCity_Text_ExplainXAccuracyDireHit, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_CitySign:: @ 8166D27
|
|
msgbox CeladonCity_Text_CitySign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_GymSign:: @ 8166D30
|
|
lockall
|
|
famechecker FAMECHECKER_ERIKA, 0
|
|
msgbox CeladonCity_Text_GymSign
|
|
releaseall
|
|
end
|
|
|
|
CeladonCity_EventScript_MansionSign:: @ 8166D48
|
|
msgbox CeladonCity_Text_MansionSign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_DeptStoreSign:: @ 8166D51
|
|
msgbox CeladonCity_Text_DeptStoreSign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_TrainerTips2:: @ 8166D5A
|
|
msgbox CeladonCity_Text_GuardSpecProtectsFromStatus, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_PrizeExchangeSign:: @ 8166D63
|
|
msgbox CeladonCity_Text_PrizeExchangeSign, MSGBOX_SIGN
|
|
end
|
|
|
|
CeladonCity_EventScript_GameCornerSign:: @ 8166D6C
|
|
msgbox CeladonCity_Text_GameCornerSign, MSGBOX_SIGN
|
|
end
|