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
+6 -6
View File
@@ -142,7 +142,7 @@
"x": 43,
"y": 8,
"elevation": 0,
"dest_map": "MAP_SAFARI_ZONE_BUILDING3",
"dest_map": "MAP_SAFARI_ZONE_NORTH_REST_HOUSE",
"dest_warp_id": 1
}
],
@@ -153,35 +153,35 @@
"x": 13,
"y": 27,
"elevation": 0,
"script": "SafariZone_North_EventScript_1623A2"
"script": "SafariZone_North_EventScript_TrainerTips1"
},
{
"type": "bg_event_type_0",
"x": 23,
"y": 31,
"elevation": 0,
"script": "SafariZone_North_EventScript_1623AB"
"script": "SafariZone_North_EventScript_AreaSign"
},
{
"type": "bg_event_type_0",
"x": 29,
"y": 32,
"elevation": 0,
"script": "SafariZone_North_EventScript_1623B4"
"script": "SafariZone_North_EventScript_TrainerTips2"
},
{
"type": "bg_event_type_0",
"x": 34,
"y": 28,
"elevation": 0,
"script": "SafariZone_North_EventScript_1623BD"
"script": "SafariZone_North_EventScript_TrainerTips3"
},
{
"type": "bg_event_type_0",
"x": 44,
"y": 9,
"elevation": 0,
"script": "SafariZone_North_EventScript_162399"
"script": "SafariZone_North_EventScript_RestHouseSign"
}
]
}
+10 -10
View File
@@ -1,22 +1,22 @@
SafariZone_North_MapScripts:: @ 8162398
.byte 0
SafariZone_North_EventScript_162399:: @ 8162399
msgbox gUnknown_817789D, MSGBOX_SIGN
SafariZone_North_EventScript_RestHouseSign:: @ 8162399
msgbox SafariZone_North_Text_RestHouse, MSGBOX_SIGN
end
SafariZone_North_EventScript_1623A2:: @ 81623A2
msgbox gUnknown_81778A8, MSGBOX_SIGN
SafariZone_North_EventScript_TrainerTips1:: @ 81623A2
msgbox SafariZone_North_Text_SecretHouseStillAhead, MSGBOX_SIGN
end
SafariZone_North_EventScript_1623AB:: @ 81623AB
msgbox gUnknown_81778D6, MSGBOX_SIGN
SafariZone_North_EventScript_AreaSign:: @ 81623AB
msgbox SafariZone_North_Text_Area2, MSGBOX_SIGN
end
SafariZone_North_EventScript_1623B4:: @ 81623B4
msgbox gUnknown_81778DD, MSGBOX_SIGN
SafariZone_North_EventScript_TrainerTips2:: @ 81623B4
msgbox SafariZone_North_Text_ZigzagThroughTallGrass, MSGBOX_SIGN
end
SafariZone_North_EventScript_1623BD:: @ 81623BD
msgbox gUnknown_8177935, MSGBOX_SIGN
SafariZone_North_EventScript_TrainerTips3:: @ 81623BD
msgbox SafariZone_North_Text_WinFreeHMFindSecretHouse, MSGBOX_SIGN
end
+5 -5
View File
@@ -1,20 +1,20 @@
gUnknown_817789D:: @ 817789D
SafariZone_North_Text_RestHouse:: @ 817789D
.string "REST HOUSE$"
gUnknown_81778A8:: @ 81778A8
SafariZone_North_Text_SecretHouseStillAhead:: @ 81778A8
.string "TRAINER TIPS\p"
.string "The SECRET HOUSE is still ahead.$"
gUnknown_81778D6:: @ 81778D6
SafariZone_North_Text_Area2:: @ 81778D6
.string "AREA 2$"
gUnknown_81778DD:: @ 81778DD
SafariZone_North_Text_ZigzagThroughTallGrass:: @ 81778DD
.string "TRAINER TIPS\p"
.string "POKéMON hide in tall grass.\p"
.string "Zigzag through grassy areas to\n"
.string "flush them out.$"
gUnknown_8177935:: @ 8177935
SafariZone_North_Text_WinFreeHMFindSecretHouse:: @ 8177935
.string "TRAINER TIPS\p"
.string "Win a free HM for finding the\n"
.string "SECRET HOUSE.$"