mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Fixing My Errors + More
This commit is contained in:
parent
fa5f2111f9
commit
d0d6bbb8cf
25 changed files with 518 additions and 702 deletions
|
|
@ -1,21 +1,11 @@
|
|||
ViridianForestViridianGate_MapScriptHeader:
|
||||
ViridianForestViridianGate_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 0, VIRIDIAN_FOREST, 2
|
||||
warp_event 5, 0, VIRIDIAN_FOREST, 3
|
||||
warp_event 4, 7, ROUTE_2_SOUTH, 2
|
||||
warp_event 5, 7, ROUTE_2_SOUTH, 2
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 0, 4, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_COMMAND, jumptextfaceplayer, ViridianForestViridianGateOfficerText, -1
|
||||
|
||||
|
||||
ViridianForestViridianGateOfficerScript:
|
||||
jumptextfaceplayer ViridianForestViridianGateOfficerText
|
||||
|
||||
ViridianForestViridianGateOfficerText:
|
||||
text "Be careful,"
|
||||
line "Viridian Forest"
|
||||
|
|
@ -23,3 +13,17 @@ ViridianForestViridianGateOfficerText:
|
|||
para "is a natural"
|
||||
line "maze!"
|
||||
done
|
||||
|
||||
ViridianForestViridianGate_MapEvents:
|
||||
def_warp_events
|
||||
warp_event 4, 0, VIRIDIAN_FOREST, 2
|
||||
warp_event 5, 0, VIRIDIAN_FOREST, 3
|
||||
warp_event 4, 7, ROUTE_2, 2
|
||||
warp_event 5, 7, ROUTE_2, 2
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 0, 4, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ViridianForestViridianGateOfficerScript, -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue