pokefirered/data/maps/CeladonCity_DepartmentStore_3F/scripts.inc
2022-06-24 21:10:48 -04:00

51 lines
1.6 KiB
PHP

CeladonCity_DepartmentStore_3F_MapScripts::
.byte 0
CeladonCity_DepartmentStore_3F_EventScript_CounterTutor::
goto EventScript_CounterTutor
end
CeladonCity_DepartmentStore_3F_EventScript_GBAKid1::
msgbox CeladonCity_DepartmentStore_3F_Text_OTStandsForOriginalTrainer, MSGBOX_NPC
end
CeladonCity_DepartmentStore_3F_EventScript_GBAKid2::
msgbox CeladonCity_DepartmentStore_3F_Text_BuddyTradingKangaskhanForHaunter, MSGBOX_NPC
end
CeladonCity_DepartmentStore_3F_EventScript_GBAKid3::
msgbox CeladonCity_DepartmentStore_3F_Text_HaunterEvolvedOnTrade, MSGBOX_NPC
end
CeladonCity_DepartmentStore_3F_EventScript_LittleGirl::
msgbox CeladonCity_DepartmentStore_3F_Text_CanIdentifyTradeMonsByID, MSGBOX_NPC
end
CeladonCity_DepartmentStore_3F_EventScript_SuperNES::
msgbox CeladonCity_DepartmentStore_3F_Text_ItsSuperNES, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_TV1::
msgbox CeladonCity_DepartmentStore_3F_Text_AnRPG, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_TV2::
msgbox CeladonCity_DepartmentStore_3F_Text_SportsGame, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_TV3::
msgbox CeladonCity_DepartmentStore_3F_Text_PuzzleGame, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_TV4::
msgbox CeladonCity_DepartmentStore_3F_Text_FightingGame, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_FloorSign::
msgbox CeladonCity_DepartmentStore_3F_Text_TVGameShop, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_3F_EventScript_Poster::
msgbox CeladonCity_DepartmentStore_3F_Text_RedGreenBothArePokemon, MSGBOX_SIGN
end