Document Safari Zone scripts

This commit is contained in:
GriffinR
2020-01-20 01:32:25 -05:00
parent c99c454c3a
commit 5b27d3d268
39 changed files with 190 additions and 190 deletions
@@ -0,0 +1,81 @@
{
"id": "MAP_SAFARI_ZONE_EAST_REST_HOUSE",
"name": "SafariZone_East_RestHouse",
"layout": "LAYOUT_SAFARI_ZONE_REST_HOUSE",
"music": "MUS_SHINKA",
"region_map_section": "MAPSEC_KANTO_SAFARI_ZONE",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "OBJECT_EVENT_GFX_SCIENTIST",
"x": 3,
"y": 5,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SafariZone_East_RestHouse_EventScript_Scientist",
"flag": "0"
},
{
"graphics_id": "OBJECT_EVENT_GFX_ROCKER",
"x": 6,
"y": 3,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SafariZone_East_RestHouse_EventScript_Rocker",
"flag": "0"
},
{
"graphics_id": "OBJECT_EVENT_GFX_BALDING_MAN",
"x": 7,
"y": 3,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SafariZone_East_RestHouse_EventScript_BaldingMan",
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 9,
"elevation": 3,
"dest_map": "MAP_SAFARI_ZONE_EAST",
"dest_warp_id": 6
},
{
"x": 4,
"y": 9,
"elevation": 3,
"dest_map": "MAP_SAFARI_ZONE_EAST",
"dest_warp_id": 6
},
{
"x": 5,
"y": 9,
"elevation": 3,
"dest_map": "MAP_SAFARI_ZONE_EAST",
"dest_warp_id": 6
}
],
"coord_events": [],
"bg_events": []
}
@@ -0,0 +1,14 @@
SafariZone_East_RestHouse_MapScripts:: @ 81623FE
.byte 0
SafariZone_East_RestHouse_EventScript_Rocker:: @ 81623FF
msgbox SafariZone_East_Text_CaughtChanseyAllWorthwhile, MSGBOX_NPC
end
SafariZone_East_RestHouse_EventScript_Scientist:: @ 8162408
msgbox SafariZone_East_Text_HowManyDidYouCatch, MSGBOX_NPC
end
SafariZone_East_RestHouse_EventScript_BaldingMan:: @ 8162411
msgbox SafariZone_East_Text_TiredFromAllTheFun, MSGBOX_NPC
end
@@ -0,0 +1,12 @@
SafariZone_East_Text_HowManyDidYouCatch:: @ 8177AAE
.string "How many did you catch?\n"
.string "I'm bushed from the effort!$"
SafariZone_East_Text_CaughtChanseyAllWorthwhile:: @ 8177AE2
.string "I caught a CHANSEY!\p"
.string "That makes this all worthwhile.$"
SafariZone_East_Text_TiredFromAllTheFun:: @ 8177B16
.string "Whew!\n"
.string "I'm tired from all the fun!$"