mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
40
maps/Route2Gate.asm
Normal file
40
maps/Route2Gate.asm
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
object_const_def
|
||||
const ROUTE2GATE_SCIENTIST
|
||||
|
||||
Route2Gate_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route2GateScientistScript:
|
||||
jumptextfaceplayer Route2GateScientistText
|
||||
|
||||
Route2GateScientistText:
|
||||
text "Are you <PLAY_G>?"
|
||||
|
||||
para "I work as PROF."
|
||||
line "OAK's AIDE."
|
||||
|
||||
para "I had no idea that"
|
||||
line "you were out here."
|
||||
|
||||
para "PROF.OAK's LAB is"
|
||||
line "nearby in PALLET"
|
||||
cont "TOWN."
|
||||
done
|
||||
|
||||
Route2Gate_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 0, ROUTE_2, 3
|
||||
warp_event 5, 0, ROUTE_2, 4
|
||||
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 6, 4, SPRITE_SCIENTIST, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 2, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route2GateScientistScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue