Document Safari Zone scripts
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
"x": 40,
|
||||
"y": 14,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SAFARI_ZONE_BUILDING2",
|
||||
"dest_map": "MAP_SAFARI_ZONE_EAST_REST_HOUSE",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
@@ -124,21 +124,21 @@
|
||||
"x": 18,
|
||||
"y": 27,
|
||||
"elevation": 0,
|
||||
"script": "SafariZone_East_EventScript_16238F"
|
||||
"script": "SafariZone_East_EventScript_AreaSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 43,
|
||||
"y": 15,
|
||||
"elevation": 0,
|
||||
"script": "SafariZone_East_EventScript_16237D"
|
||||
"script": "SafariZone_East_EventScript_RestHouseSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 17,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"script": "SafariZone_East_EventScript_162386"
|
||||
"script": "SafariZone_East_EventScript_TrainerTips"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
SafariZone_East_MapScripts:: @ 816237C
|
||||
.byte 0
|
||||
|
||||
SafariZone_East_EventScript_16237D:: @ 816237D
|
||||
msgbox gUnknown_817783B, MSGBOX_SIGN
|
||||
SafariZone_East_EventScript_RestHouseSign:: @ 816237D
|
||||
msgbox SafariZone_East_Text_RestHouse, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
SafariZone_East_EventScript_162386:: @ 8162386
|
||||
msgbox gUnknown_8177846, MSGBOX_SIGN
|
||||
SafariZone_East_EventScript_TrainerTips:: @ 8162386
|
||||
msgbox SafariZone_East_Text_TimeDeclinesOnlyWhileYouWalk, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
SafariZone_East_EventScript_16238F:: @ 816238F
|
||||
msgbox gUnknown_8177884, MSGBOX_SIGN
|
||||
SafariZone_East_EventScript_AreaSign:: @ 816238F
|
||||
msgbox SafariZone_East_Text_AreaSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
gUnknown_817783B:: @ 817783B
|
||||
SafariZone_East_Text_RestHouse:: @ 817783B
|
||||
.string "REST HOUSE$"
|
||||
|
||||
gUnknown_8177846:: @ 8177846
|
||||
SafariZone_East_Text_TimeDeclinesOnlyWhileYouWalk:: @ 8177846
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "The remaining time declines only\n"
|
||||
.string "while you walk.$"
|
||||
|
||||
gUnknown_8177884:: @ 8177884
|
||||
SafariZone_East_Text_AreaSign:: @ 8177884
|
||||
.string "AREA 1\n"
|
||||
.string "WEST: CENTER AREA$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user