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
38
maps/SilverCaveOutside.asm
Normal file
38
maps/SilverCaveOutside.asm
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
SilverCaveOutside_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, SilverCaveOutsideFlypointCallback
|
||||
|
||||
SilverCaveOutsideFlypointCallback:
|
||||
setflag ENGINE_FLYPOINT_SILVER_CAVE
|
||||
endcallback
|
||||
|
||||
MtSilverPokecenterSign:
|
||||
jumpstd PokecenterSignScript
|
||||
|
||||
MtSilverSign:
|
||||
jumptext MtSilverSignText
|
||||
|
||||
SilverCaveOutsideHiddenFullRestore:
|
||||
hiddenitem FULL_RESTORE, EVENT_SILVER_CAVE_OUTSIDE_HIDDEN_FULL_RESTORE
|
||||
|
||||
MtSilverSignText:
|
||||
text "MT.SILVER"
|
||||
done
|
||||
|
||||
SilverCaveOutside_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 23, 19, SILVER_CAVE_POKECENTER_1F, 1
|
||||
warp_event 18, 11, SILVER_CAVE_ROOM_1, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 24, 19, BGEVENT_READ, MtSilverPokecenterSign
|
||||
bg_event 17, 13, BGEVENT_READ, MtSilverSign
|
||||
bg_event 9, 25, BGEVENT_ITEM, SilverCaveOutsideHiddenFullRestore
|
||||
|
||||
def_object_events
|
||||
Loading…
Add table
Add a link
Reference in a new issue