Add files via upload

This commit is contained in:
Misty 2023-10-20 16:28:18 -04:00 committed by GitHub
parent bf2e690614
commit 33bb62599e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1310 additions and 0 deletions

View file

@ -0,0 +1,25 @@
ViridianForestViridianGate_MapScriptHeader:
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
ViridianForestViridianGateOfficerText:
text "Be careful,"
line "Viridian Forest"
para "is a natural"
line "maze!"
done