mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 09:05:38 +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
40
maps/DiglettsCave.asm
Normal file
40
maps/DiglettsCave.asm
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
object_const_def
|
||||
const DIGLETTSCAVE_POKEFAN_M
|
||||
|
||||
DiglettsCave_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
DiglettsCavePokefanMScript:
|
||||
jumptextfaceplayer DiglettsCavePokefanMText
|
||||
|
||||
DiglettsCaveHiddenMaxRevive:
|
||||
hiddenitem MAX_REVIVE, EVENT_DIGLETTS_CAVE_HIDDEN_MAX_REVIVE
|
||||
|
||||
DiglettsCavePokefanMText:
|
||||
text "A bunch of DIGLETT"
|
||||
line "popped out of the"
|
||||
|
||||
para "ground! That was"
|
||||
line "shocking."
|
||||
done
|
||||
|
||||
DiglettsCave_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 33, VERMILION_CITY, 10
|
||||
warp_event 5, 31, DIGLETTS_CAVE, 5
|
||||
warp_event 15, 5, ROUTE_2, 5
|
||||
warp_event 17, 3, DIGLETTS_CAVE, 6
|
||||
warp_event 17, 33, DIGLETTS_CAVE, 2
|
||||
warp_event 3, 3, DIGLETTS_CAVE, 4
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 6, 11, BGEVENT_ITEM, DiglettsCaveHiddenMaxRevive
|
||||
|
||||
def_object_events
|
||||
object_event 3, 31, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DiglettsCavePokefanMScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue