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
58
maps/CeruleanPoliceStation.asm
Normal file
58
maps/CeruleanPoliceStation.asm
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
object_const_def
|
||||
const CERULEANPOLICESTATION_FISHING_GURU
|
||||
const CERULEANPOLICESTATION_POKEFAN_F
|
||||
const CERULEANPOLICESTATION_DIGLETT
|
||||
|
||||
CeruleanPoliceStation_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CeruleanPoliceStationFishingGuruScript:
|
||||
jumptextfaceplayer CeruleanPoliceStationFishingGuruText
|
||||
|
||||
CeruleanPoliceStationPokefanFScript:
|
||||
jumptextfaceplayer CeruleanPoliceStationPokefanFText
|
||||
|
||||
CeruleanDiglett:
|
||||
opentext
|
||||
writetext CeruleanDiglettText
|
||||
cry DIGLETT
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
CeruleanPoliceStationFishingGuruText:
|
||||
text "I heard that some"
|
||||
line "shady character is"
|
||||
cont "skulking about."
|
||||
|
||||
para "I won't stand for"
|
||||
line "it if he turns out"
|
||||
cont "to be a thief."
|
||||
done
|
||||
|
||||
CeruleanPoliceStationPokefanFText:
|
||||
text "We were held up by"
|
||||
line "robbers before."
|
||||
done
|
||||
|
||||
CeruleanDiglettText:
|
||||
text "DIGLETT: Dug dug."
|
||||
done
|
||||
|
||||
CeruleanPoliceStation_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, CERULEAN_CITY, 2
|
||||
warp_event 3, 7, CERULEAN_CITY, 2
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 5, 1, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeruleanPoliceStationFishingGuruScript, -1
|
||||
object_event 5, 4, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeruleanPoliceStationPokefanFScript, -1
|
||||
object_event 3, 5, SPRITE_DIGLETT, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, CeruleanDiglett, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue