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
59
maps/EcruteakLugiaSpeechHouse.asm
Normal file
59
maps/EcruteakLugiaSpeechHouse.asm
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
object_const_def
|
||||
const ECRUTEAKLUGIASPEECHHOUSE_GRAMPS
|
||||
const ECRUTEAKLUGIASPEECHHOUSE_YOUNGSTER
|
||||
|
||||
EcruteakLugiaSpeechHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
EcruteakLugiaSpeechHouseGrampsScript:
|
||||
jumptextfaceplayer EcruteakLugiaSpeechHouseGrampsText
|
||||
|
||||
EcruteakLugiaSpeechHouseYoungsterScript:
|
||||
jumptextfaceplayer EcruteakLugiaSpeechHouseYoungsterText
|
||||
|
||||
LugiaSpeechHouseRadio:
|
||||
jumpstd Radio2Script
|
||||
|
||||
EcruteakLugiaSpeechHouseGrampsText:
|
||||
text "This happened when"
|
||||
line "I was young."
|
||||
|
||||
para "The sky suddenly"
|
||||
line "turned black. A"
|
||||
|
||||
para "giant flying #-"
|
||||
line "MON was blocking"
|
||||
cont "out the sun."
|
||||
|
||||
para "I wonder what that"
|
||||
line "#MON was? "
|
||||
|
||||
para "It was like a bird"
|
||||
line "and a dragon."
|
||||
done
|
||||
|
||||
EcruteakLugiaSpeechHouseYoungsterText:
|
||||
text "Is there really a"
|
||||
line "#MON that big?"
|
||||
|
||||
para "If it exists, it"
|
||||
line "must be powerful."
|
||||
done
|
||||
|
||||
EcruteakLugiaSpeechHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 7, ECRUTEAK_CITY, 7
|
||||
warp_event 4, 7, ECRUTEAK_CITY, 7
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 2, 1, BGEVENT_READ, LugiaSpeechHouseRadio
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakLugiaSpeechHouseGrampsScript, -1
|
||||
object_event 5, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakLugiaSpeechHouseYoungsterScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue