mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25: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
78
maps/CeruleanPokecenter1F.asm
Normal file
78
maps/CeruleanPokecenter1F.asm
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
object_const_def
|
||||
const CERULEANPOKECENTER1F_NURSE
|
||||
const CERULEANPOKECENTER1F_SUPER_NERD
|
||||
const CERULEANPOKECENTER1F_GYM_GUIDE
|
||||
|
||||
CeruleanPokecenter1F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CeruleanPokecenter1FNurseScript:
|
||||
jumpstd PokecenterNurseScript
|
||||
|
||||
CeruleanPokecenter1FSuperNerdScript:
|
||||
special Mobile_DummyReturnFalse
|
||||
iftrue .mobile
|
||||
jumptextfaceplayer CeruleanPokecenter1FSuperNerdText
|
||||
|
||||
.mobile
|
||||
jumptextfaceplayer CeruleanPokecenter1FSuperNerdText_Mobile
|
||||
|
||||
CeruleanPokecenter1FGymGuideScript:
|
||||
jumptextfaceplayer CeruleanPokecenter1FGymGuideText
|
||||
|
||||
CeruleanPokecenter1FSuperNerdText:
|
||||
text "For battles, I'd"
|
||||
line "much rather use"
|
||||
|
||||
para "#MON I've been"
|
||||
line "raising, even if"
|
||||
|
||||
para "they're weaker"
|
||||
line "than some newly"
|
||||
cont "caught #MON."
|
||||
done
|
||||
|
||||
CeruleanPokecenter1FSuperNerdText_Mobile:
|
||||
text "Do you battle by"
|
||||
line "mobile phone?"
|
||||
|
||||
para "If time runs out"
|
||||
line "during a battle,"
|
||||
|
||||
para "waiting to see who"
|
||||
line "won is really"
|
||||
cont "nerve wracking."
|
||||
done
|
||||
|
||||
CeruleanPokecenter1FGymGuideText:
|
||||
text "The MAGNET TRAIN"
|
||||
line "travels at over"
|
||||
|
||||
para "340 mph. It goes"
|
||||
line "between KANTO and"
|
||||
|
||||
para "JOHTO in almost no"
|
||||
line "time at all."
|
||||
|
||||
para "It really makes"
|
||||
line "JOHTO accessible."
|
||||
done
|
||||
|
||||
CeruleanPokecenter1F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 7, CERULEAN_CITY, 4
|
||||
warp_event 4, 7, CERULEAN_CITY, 4
|
||||
warp_event 0, 7, POKECENTER_2F, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeruleanPokecenter1FNurseScript, -1
|
||||
object_event 8, 4, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeruleanPokecenter1FSuperNerdScript, -1
|
||||
object_event 1, 5, SPRITE_GYM_GUIDE, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeruleanPokecenter1FGymGuideScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue