shithub: pokecrystal

ref: 2bd45ca574aab251b91c24837b102c9c2a5e76a0
dir: /maps/PokeSeersHouse.asm/

View raw version
const_value set 2
	const POKESEERSHOUSE_GRANNY

PokeSeersHouse_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

SeerScript:
	faceplayer
	opentext
	special SpecialPokeSeer
	waitbutton
	closetext
	end

PokeSeersHouse_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 2
	warp_def $7, $2, 7, CIANWOOD_CITY
	warp_def $7, $3, 7, CIANWOOD_CITY

.XYTriggers:
	db 0

.Signposts:
	db 0

.PersonEvents:
	db 1
	person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, SeerScript, -1