diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 14:48:25 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 16:41:38 -0500 |
| commit | f544f6e356d5bdee868e685a537e18a69aed1890 (patch) | |
| tree | 7c3fa31eb13b05953c1eca68b90ef0b4eaa04095 /data/maps/CinnabarIsland_PokemonLab_ExperimentRoom | |
| parent | 8c560386edeecf0b40b4c9f58ceaac50f4f22397 (diff) | |
Document Cerulean City scripts
Diffstat (limited to 'data/maps/CinnabarIsland_PokemonLab_ExperimentRoom')
| -rw-r--r-- | data/maps/CinnabarIsland_PokemonLab_ExperimentRoom/scripts.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/CinnabarIsland_PokemonLab_ExperimentRoom/scripts.inc b/data/maps/CinnabarIsland_PokemonLab_ExperimentRoom/scripts.inc index 41e0bc938..aa0ad600b 100644 --- a/data/maps/CinnabarIsland_PokemonLab_ExperimentRoom/scripts.inc +++ b/data/maps/CinnabarIsland_PokemonLab_ExperimentRoom/scripts.inc @@ -4,19 +4,19 @@ CinnabarIsland_PokemonLab_ExperimentRoom_MapScripts:: @ 816E400 CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_16E401:: @ 816E401 lock faceplayer - setvar VAR_0x8008, 8 - call EventScript_1A8CAD + setvar VAR_0x8008, INGAME_TRADE_SEEL + call EventScript_GetInGameTradeSpeciesInfo goto_if_set FLAG_DID_SEELOR_TRADE, EventScript_16E473 msgbox gUnknown_81A597B, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_16E45B - call EventScript_1A8CBD - compare VAR_0x8004, 6 + call EventScript_ChooseMonForInGameTrade + compare VAR_0x8004, PARTY_SIZE goto_if_ge EventScript_16E45B - call EventScript_1A8CC9 + call EventScript_GetInGameTradeSpecies compare VAR_RESULT, VAR_0x8009 goto_if_ne EventScript_16E465 - call EventScript_1A8CD9 + call EventScript_DoInGameTrade msgbox gUnknown_81A59DA setflag FLAG_DID_SEELOR_TRADE release |
