mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
30 lines
514 B
NASM
30 lines
514 B
NASM
object_const_def
|
|
const POKESEERSHOUSE_GRANNY
|
|
|
|
PokeSeersHouse_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
SeerScript:
|
|
faceplayer
|
|
opentext
|
|
special PokeSeer
|
|
waitbutton
|
|
closetext
|
|
end
|
|
|
|
PokeSeersHouse_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, CIANWOOD_CITY, 7
|
|
warp_event 3, 7, CIANWOOD_CITY, 7
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 3, SPRITE_GRANNY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, SeerScript, -1
|