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
24
maps/TohjoFalls.asm
Normal file
24
maps/TohjoFalls.asm
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
object_const_def
|
||||
const TOHJOFALLS_POKE_BALL
|
||||
|
||||
TohjoFalls_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
TohjoFallsMoonStone:
|
||||
itemball MOON_STONE
|
||||
|
||||
TohjoFalls_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 13, 15, ROUTE_27, 2
|
||||
warp_event 25, 15, ROUTE_27, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 2, 6, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, TohjoFallsMoonStone, EVENT_TOHJO_FALLS_MOON_STONE
|
||||
Loading…
Add table
Add a link
Reference in a new issue