mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +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
72
maps/Route6SaffronGate.asm
Normal file
72
maps/Route6SaffronGate.asm
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
object_const_def
|
||||
const ROUTE6SAFFRONGATE_OFFICER
|
||||
|
||||
Route6SaffronGate_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script Route6SaffronGateNoopScene ; unusable
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route6SaffronGateNoopScene:
|
||||
end
|
||||
|
||||
Route6SaffronGuardScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_RETURNED_MACHINE_PART
|
||||
iftrue .ReturnedPart
|
||||
writetext Route6SaffronGuardWelcomeText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.ReturnedPart:
|
||||
writetext Route6SaffronGuardMagnetTrainText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route6SaffronGuardWelcomeText:
|
||||
text "Welcome to SAFFRON"
|
||||
line "CITY, home of the"
|
||||
cont "MAGNET TRAIN!"
|
||||
|
||||
para "…That's what I'd"
|
||||
line "normally say, but"
|
||||
|
||||
para "the MAGNET TRAIN"
|
||||
line "isn't running now."
|
||||
|
||||
para "It's not getting"
|
||||
line "any electricity"
|
||||
|
||||
para "because there's"
|
||||
line "something wrong"
|
||||
|
||||
para "with the POWER"
|
||||
line "PLANT."
|
||||
done
|
||||
|
||||
Route6SaffronGuardMagnetTrainText:
|
||||
text "The MAGNET TRAIN"
|
||||
line "is the most famous"
|
||||
|
||||
para "thing about SAF-"
|
||||
line "FRON."
|
||||
done
|
||||
|
||||
Route6SaffronGate_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 0, SAFFRON_CITY, 12
|
||||
warp_event 5, 0, SAFFRON_CITY, 13
|
||||
warp_event 4, 7, ROUTE_6, 2
|
||||
warp_event 5, 7, ROUTE_6, 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, Route6SaffronGuardScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue