mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
28 lines
417 B
NASM
28 lines
417 B
NASM
|
object_const_def
|
||
|
|
||
|
DebugLevel2_Map2_MapScripts:
|
||
|
def_scene_scripts
|
||
|
|
||
|
def_callbacks
|
||
|
|
||
|
DebugLevel2_Map2_MapEvents:
|
||
|
db 0, 0 ; filler
|
||
|
|
||
|
def_warp_events
|
||
|
|
||
|
def_anchor_events
|
||
|
anchor_event 9, 6, 0
|
||
|
|
||
|
def_coord_events
|
||
|
|
||
|
def_bg_events
|
||
|
|
||
|
def_object_events
|
||
|
|
||
|
DebugLevel2_Map2_MapSpaces:
|
||
|
space 8, 6, $0, 1 ; 0
|
||
|
space 6, 6, $0, 2 ; 1
|
||
|
space 4, 6, $0, 3 ; 2
|
||
|
space 2, 6, $0, 4 ; 3
|
||
|
space 0, 6, $0, 4 ; 4
|