Document static mon scripts
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "Route16_EventScript_168121",
|
||||
"script": "Route16_EventScript_Snorlax",
|
||||
"flag": "FLAG_HIDE_ROUTE_16_SNORLAX"
|
||||
}
|
||||
],
|
||||
@@ -199,14 +199,14 @@
|
||||
"x": 6,
|
||||
"y": 17,
|
||||
"elevation": 0,
|
||||
"script": "Route16_EventScript_1681B6"
|
||||
"script": "Route16_EventScript_RouteSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 33,
|
||||
"y": 11,
|
||||
"elevation": 0,
|
||||
"script": "Route16_EventScript_1681AD"
|
||||
"script": "Route16_EventScript_CyclingRoadSign"
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
|
||||
@@ -5,39 +5,39 @@ Route16_MapScripts:: @ 81680E5
|
||||
.byte 0
|
||||
|
||||
Route16_OnResume:: @ 81680F5
|
||||
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, EventScript_1680FF
|
||||
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, Route16_EventScript_RemoveSnorlax
|
||||
end
|
||||
|
||||
EventScript_1680FF:: @ 81680FF
|
||||
Route16_EventScript_RemoveSnorlax:: @ 81680FF
|
||||
removeobject VAR_LAST_TALKED
|
||||
return
|
||||
|
||||
Route16_OnTransition:: @ 8168103
|
||||
compare VAR_MAP_SCENE_ROUTE16, 1
|
||||
call_if_eq EventScript_16810F
|
||||
call_if_eq Route16_EventScript_EnterCyclingRoad
|
||||
end
|
||||
|
||||
EventScript_16810F:: @ 816810F
|
||||
Route16_EventScript_EnterCyclingRoad:: @ 816810F
|
||||
setflag FLAG_SYS_ON_CYCLING_ROAD
|
||||
return
|
||||
|
||||
Route16_OnWarp:: @ 8168113
|
||||
map_script_2 VAR_MAP_SCENE_ROUTE16, 1, EventScript_16811D
|
||||
map_script_2 VAR_MAP_SCENE_ROUTE16, 1, Route16_EventScript_WarpIntoCyclingRoad
|
||||
.2byte 0
|
||||
|
||||
EventScript_16811D:: @ 816811D
|
||||
Route16_EventScript_WarpIntoCyclingRoad:: @ 816811D
|
||||
special Special_ForcePlayerOntoBike
|
||||
end
|
||||
|
||||
Route16_EventScript_168121:: @ 8168121
|
||||
Route16_EventScript_Snorlax:: @ 8168121
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_unset FLAG_GOT_POKE_FLUTE, EventScript_1681A3
|
||||
goto_if_unset FLAG_GOT_POKE_FLUTE, Route16_EventScript_SnorlaxNoPokeFlute
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special sub_8112364
|
||||
msgbox gUnknown_81853CC, MSGBOX_YESNO
|
||||
msgbox Text_WantToUsePokeFlute, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq EventScript_168197
|
||||
goto_if_eq Route16_EventScript_DontUsePokeFlute
|
||||
call EventScript_AwakenSnorlax
|
||||
setwildbattle SPECIES_SNORLAX, 30, ITEM_NONE
|
||||
waitse
|
||||
@@ -50,32 +50,32 @@ Route16_EventScript_168121:: @ 8168121
|
||||
clearflag FLAG_SYS_SPECIAL_WILD_BATTLE
|
||||
specialvar VAR_RESULT, Special_GetBattleOutcome
|
||||
compare VAR_RESULT, B_OUTCOME_WON
|
||||
goto_if_eq EventScript_168199
|
||||
goto_if_eq Route16_EventScript_FoughtSnorlax
|
||||
compare VAR_RESULT, B_OUTCOME_RAN
|
||||
goto_if_eq EventScript_168199
|
||||
goto_if_eq Route16_EventScript_FoughtSnorlax
|
||||
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
|
||||
goto_if_eq EventScript_168199
|
||||
goto_if_eq Route16_EventScript_FoughtSnorlax
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_168197:: @ 8168197
|
||||
Route16_EventScript_DontUsePokeFlute:: @ 8168197
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_168199:: @ 8168199
|
||||
msgbox gUnknown_8185383
|
||||
Route16_EventScript_FoughtSnorlax:: @ 8168199
|
||||
msgbox Text_SnorlaxReturnedToMountains
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_1681A3:: @ 81681A3
|
||||
msgbox gUnknown_8186F3D
|
||||
Route16_EventScript_SnorlaxNoPokeFlute:: @ 81681A3
|
||||
msgbox Route16_Text_MonSprawledOutInSlumber
|
||||
release
|
||||
end
|
||||
|
||||
Route16_EventScript_1681AD:: @ 81681AD
|
||||
msgbox gUnknown_8186F7A, MSGBOX_SIGN
|
||||
Route16_EventScript_CyclingRoadSign:: @ 81681AD
|
||||
msgbox Route16_Text_CyclingRoadSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route16_EventScript_1681B6:: @ 81681B6
|
||||
msgbox gUnknown_8186F98, MSGBOX_SIGN
|
||||
Route16_EventScript_RouteSign:: @ 81681B6
|
||||
msgbox Route16_Text_RouteSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -99,15 +99,15 @@ Text_186EC7:: @ 8186EC7
|
||||
.string "They're great for startling people.\n"
|
||||
.string "And, they bite, too.$"
|
||||
|
||||
gUnknown_8186F3D:: @ 8186F3D
|
||||
Route16_Text_MonSprawledOutInSlumber:: @ 8186F3D
|
||||
.string "A POKéMON is sprawled out in\n"
|
||||
.string "a deep and comfortable slumber.$"
|
||||
|
||||
gUnknown_8186F7A:: @ 8186F7A
|
||||
Route16_Text_CyclingRoadSign:: @ 8186F7A
|
||||
.string "Enjoy the slope!\n"
|
||||
.string "CYCLING ROAD$"
|
||||
|
||||
gUnknown_8186F98:: @ 8186F98
|
||||
Route16_Text_RouteSign:: @ 8186F98
|
||||
.string "ROUTE 16\n"
|
||||
.string "CELADON CITY - FUCHSIA CITY$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user