mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +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
50
maps/Route36RuinsOfAlphGate.asm
Normal file
50
maps/Route36RuinsOfAlphGate.asm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
object_const_def
|
||||
const ROUTE36RUINSOFALPHGATE_OFFICER
|
||||
const ROUTE36RUINSOFALPHGATE_GRAMPS
|
||||
|
||||
Route36RuinsOfAlphGate_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route36RuinsOfAlphGateOfficerScript:
|
||||
jumptextfaceplayer Route36RuinsOfAlphGateOfficerText
|
||||
|
||||
Route36RuinsOfAlphGateGrampsScript:
|
||||
jumptextfaceplayer Route36RuinsOfAlphGateGrampsText
|
||||
|
||||
Route36RuinsOfAlphGateOfficerText:
|
||||
text "Don't you wonder"
|
||||
line "who'd make some-"
|
||||
cont "thing like this?"
|
||||
cont "And why?"
|
||||
done
|
||||
|
||||
Route36RuinsOfAlphGateGrampsText:
|
||||
text "Did you see that"
|
||||
line "strange tree in"
|
||||
cont "the road?"
|
||||
|
||||
para "That may explain"
|
||||
line "why fewer people"
|
||||
|
||||
para "are visiting the"
|
||||
line "RUINS OF ALPH."
|
||||
done
|
||||
|
||||
Route36RuinsOfAlphGate_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 0, ROUTE_36, 3
|
||||
warp_event 5, 0, ROUTE_36, 4
|
||||
warp_event 4, 7, RUINS_OF_ALPH_OUTSIDE, 9
|
||||
warp_event 5, 7, RUINS_OF_ALPH_OUTSIDE, 9
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 0, 4, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route36RuinsOfAlphGateOfficerScript, -1
|
||||
object_event 7, 5, SPRITE_GRAMPS, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, Route36RuinsOfAlphGateGrampsScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue